SDRoy:
Try to copy the content of this webapps folder into the folder
tomcat/webapps. So the calculator will be something like
tomcat/webapps/axis/Calculator.jws
Try this. Maybe you also have to publish this axis folder to be served as
http-folder. Have a look at tomcat/conf/server.xml. You could insert this
line at an appropriate place:
<Context path="/axis"
docBase="webapps/axis"
crossContext="false"
debug="0"
reloadable="true" />
best regards
Matthias Wimmer
-----Original Message-----
From: John Gregg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 3:48 PM
To: [EMAIL PROTECTED]
Subject: RE: Just learning Axis. Kindly help !
I had problems with the source code being part of a package other than the
default package. I tried various combinations of jws file location changes
and endpoint url changes but nothing worked until I removed "package
samples.userguide.example1;" from the jws file.
john
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of Sudipta Duttaroy
Sent: Thursday, June 20, 2002 2:07 PM
To: '[EMAIL PROTECTED]'
Subject: Just learning Axis. Kindly help !
Hi All
I have downloaded axis and installed it in m/c. I was trying to publish a
java class as webservice from the calculator example from the axis-beta2
download. My axis home is C:\xml-axis-beta2. I have copied(renamed as in
axis doc) the Calculator.jws into the directory
C:\xml-axis-beta2\webapps\axis. When I am trying to access the service thru
http://localhost:8080/axis/Calculator.jws I get "Page Cannot be found". Can
anyone help me ?
Also my tomcat webserver is running at 8080. Do I need to do any
configuration in axis for that.
Thanks
SDRoy