This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248160

Summary: JAX-WS cannot run on websphere 8.5
Product: webservices Reporter: hanlhn
Component: JAX-WSAssignee: Petr Hejl <phejl>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 8.0.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description hanlhn 2014-10-24 02:20:57 UTC
Hello everyone,
I make a web service on netbeans, after i had exported to war and deploy on Tomcat 8. at TOMCAT, when i type: 
http://localhost:8080/db2ws --> Hello word (due to I had existed file index.jsp)
http://localhost:8080/db2ws/Db2WebService --> call web service.
When i install war on websphere (like here: http://www.youtube.com/watch?v=q64TThEk_Z4)
http://localhost:9080/db2ws --> Hello word 
http://localhost:9080/db2ws/Db2WebService --> cannot call web service.
can you help me?
Comment 1 hanlhn 2014-10-24 07:56:33 UTC
Can't access because:
Webservice build on jdk 7, websphere 8.5 accept jdk 6.
CLOSE