• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Please Help me!!!! Axis and Tomcat

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my project,I want to execute RPC based on SOAP. I want to use Tomcat 5.5 and Axis 1.1 to do that. So I installed J2ee1.4 and JDK1.5_01.
1) I install Tomcat in my PC. Copy "axis" driectory to <INSTALL>\Tomcat 5.5\webapps directory. After that, I start TOmcat 5.5 and
2)input "http://localhost:8080/axis" in IE. Then,I write a simple Java program name "Hello.java". And change it's name to "Hello.jws".
3) Copy the file to <INSTALL>\Timcat 5.5\webapps\axis\web-inf.

After that, when I input "http://localhost:8080/axis/Hello.jws?wsdl", I get error result.

If I input "http://localhost:8080/axis/Hello.jws", I saw the following webpage.

This is WSDL description.

Please tell me how to install Tomcat 5.5.7 and Axis 1.1. I have to set classpath ?

Thank you.
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Wang Aaron:

3) Copy the file to <INSTALL>\Timcat 5.5\webapps\axis\web-inf.


I guess you should copy it to <INSTALL>\Timcat 5.5\webapps\axis\ directory and not to web-inf.

Anyway please check the user guide here http://ws.apache.org/axis/java/install.html
reply
    Bookmark Topic Watch Topic
  • New Topic