----- Original Message -----
Sent: Monday, May 31, 2004 12:11 AM
Subject: something just went royally
wrong
I can't figure out why I can't even access axis/index.html
anymore. Everything was running fine until I tried
compiling and deploying a test class. When I first deployed the test
class I got an error message that the class file was not found. I copied
and pasted the .class file from another directory into the web-inf\classes
directory and then tried to run the test again. This time it just
hung. So I deleted the .class file from web-inf\classes and now I can't
seem to even access index.html anymore. So I started with a fresh copy
of tomcat41\conf\server.xml and added the following line:
<Context path="/axis"
docBase="C:\axis\webapps\axis" debug="0"
privileged="true">
<logger
className="org.apache.catalina.logger.FileLogger" prefix="axis_log."
suffix=".txt" timestamp="false"/>
</Context>
Even though index.html is in C:\axis\webapps\axis
I get a "404 error resource unavailable."
I did notice that when I start Tomcat now it
doesn't seem like I get as many messages during the startup process but I'm
not sure what isn't running. Here are the message I get when Tomcat
starts up:
- Initializing Coyote HTTP/1.1 on port
8081
Starting service
Tomcat-STtandalone
Apache Tomcat/4.1.30
-Starting Coyote HTTP/1.1 on port
8081
-JK2: ajp13 linstening on
/0.0.0.0:8009
-Jk running ID=0 time=0/16
config=c:\tomcat41\conf\jk2.properties
Again, I had everything running fine. I
successfully ran through most of the userguide examples and then I have been
trying to create my first test web service for a while now. I don't know
what I did and can't seem to figure out how to get things back to where I
started. I blew away the axis\webapps directory tree and started from
scratch from the installation. I also started with an original
server.xml file in tomcat41\conf.
Do you have any suggestions?
Thank you very much in advance for any
help.
Dave