Home > database >  JDK written webservice using tomcat release cannot be accessed
JDK written webservice using tomcat release cannot be accessed

Time:09-18

I use JDK1.6.45 wrote a webservice,
When using weblogic11g release, the browser can display properly, http://localhost:7001/project/projectws, http://localhost:7001/project/projectws? WSDL, PB11.5 properly introduce WSDL

But I switch to the current release of the tomcat6.0

My tomcat port is 8080, released into http://localhost:8080/project/projectws? WSDL, the web access 404, released into http://localhost:8081/project/projectws? WSDL can normal web access, but http://localhost:8081/project/projectws tip No JAX - WS the context information available, use PB11.5 introduction of http://localhost:8081/project/projectws? WSDL suggests there is no service in the WSDL file.

Could you tell me why I change tomcat6.0 after we won't be able to refer to a web service? Are written in the JDK webservice with tomcat release also need to introduce other files?
  • Related