Hi all,
i downloaded the win32 binary from jakarta.apache.org
this is supposed to be somewhat simliar to the JSWDK...
it comes with a startup.bat when i click on this i get a dos window.
it just displays "OFF"...and the dos windows say finished..in the Title Bar
 
when i mucked around with startup.bat and tomcat.bat by changing the echo settings and the path settings i get a java program opening in another seperate dos window.that says
Tomcat Web server Version 3.0
Loaded configuration from e:\tomcat\conf\server.xml
then the windows closes by itself and the parent dos window..says finished....and
when i say http://localhost:8080/ it says cannot find the server...
any ideas what could be wrong?
 
CLASSPATH=c:\jdk1.2.1\lib\tools.jar
and JAVA_HOME=c:\jdk1.2.1
 
as it said in the FAQ..
 
i also used the direct command to start the server .
 
java -cp runner.jar:servlet.jar:classes org.apache.tomcat.shell.Startup
 
Here i get this error
 
Exception in thread 'main' java.lang.NoClassDefFoundError: org/apache/tomcat/shell/Startup
 
i am also having the same problem in linux......
here when i execute startup.sh.it says starting tomcat web server 3.0
loaded configuration from ...XML.(i don't remember the actual thing here..it is some XML file)
then it says exception in something( i think it is HTTPSERVEREXCEPTION)...Address already in use..
and dies as well..
 
 
Also when i start the servletrunner that comes with JSDK2.0
it starts up but when i put http://localhost:8080/
it says internal server error..
 
 
All input on any of the problems mentioned above is welcome...
I really would like to setup tomcat to run properly so then i can connect it to Apache..and server JSP..pages thru it
 
Please Help me out

Thanks
Kush

Reply via email to