• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

How to run web service in Tomcat?

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Could anyone please help on the following problem?
Question: Do I have to make any modification to the war file created with Sun Java Web Service Developer Pack before running it on Tomcat?
Steps:
1. I installed Tomcat 4.1.12 (with NT service option on and port=8090) and j2sdk1.4.0 on a server.
2. I created Authentication-deployable.war in Sun's Java Web Service Developer Pack (JWSDP-1_0_01) and, after successful testing in JWSDP, copied the WAR file to Tomcat 4.1.12 /webapps directory. This WAR contains web service code. It has class files -- no servlets.
2. I restarted the Tomcat NT service. Tomcat automatically creates an
expanded directory named Authentication-deployable.
4. In the browser, I typed
"http://localhost:8090/Authentication-deployable/"
or
"http://localhost:8090/Authentication-deployable/Authentitation?WSDL"
5. This is the error message:
HTTP Status 404. The requested resource is not available.
In the Tomcat manager:
Application: /Authentication-deployable
Running: FALSE
When I click on the START (application) link, I go this error message:
"Fail -Application at context path /Authentication-deployable could not
start"
Please help!!!
 
Aaaaaand ... we're on the march. Stylin. Get with it tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic