• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Tomcat 4 - Axis

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I've installed the Apache Tomcat 4 and Apache Axis. Where can I find the Admin Servlet which I need to deploy my services?
can only find a site with two links:
http://localhost:8080/axis/index.html
"Administer Axis" and "Visit the Axis Servlet"
Under Administer Axis I can only start and stop the axis server.
Under visit the axis servlet i get a list with functions of some services and thats all.
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Hope u hv installed tomcat in one directory and axis in another dirctory.As per the installation guide copy the axis dictory to webapps in tomcat.
Also download the jar files and keep it in the lib folder of tomcat as per the document.
Ensure to set the classpath for the jars.
Start the tomcat from its dirctory.
Then move to your axis installation dirctory.
<axis-dir>/samples/Transport java .....deploy.wsdd
Please do the above and u will get deployed message.
Then go back to <axis-dir> and then give command
java ...........
You can see the result.
This is what i hv done and it works for me.
Ram
 
Goodbye moon men. Hello tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic