Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Deploy Web Service on Tomcat

635872Jul 10 2009 — edited Jul 13 2009
Good day.
I have some troubles with deploying web service on Tomcat 6.

I've created simple WebService with name GetDateService and want to deploy it into Tomcat 6.0
My Steps
1. From my local machine in browser i try "http://tomcathost:8080"
i see start page and that means that ports open and TOMCAT run (after i log into manager - it works)

2. In JDeveloper in "Web-INF\WSDL" i change GetDateService.wsdl -> replace adress from

http://localhost:8888/JaveWebService2-GetDateExWS-context-root/GetDateServiceSoapHttpPort
to
http://TOMCAT:8080/JaveWebService2-GetDateExWS-context-root/GetDateServiceSoapHttpPort

3. Rebuild WebService and check changes in "Application Source" -> GetDateService -> WSDL
4. I can't understand why the WAR file name is WEBServices.war (not GetDateService.WAR)
5. Put WAR file into \\TOMCAT\webAPP and see that TOMCAT auto deploy it
6. In Tomcat manager i see new application without "DisplayName" with running status "False"
7. When i try to Start it in Manager i see "FAIL - Application at context path /WebServices could not be started"

WHAT wrong? What should i do to start webService?

Thanks

Edited by: August_ on Jul 10, 2009 6:58 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2009
Added on Jul 10 2009
2 comments
1,298 views