after reading other people's suggestions, i am still having problems setting up
tomcat. when i type in "startup" at the c:\tomcat\bin prompt this is what i get:
2001-03-30 03:34:09 - ContextManager: Adding context Ctx( /examples )
Starting tomcat. Check logs/tomcat.log for error messages
2001-03-30 03:34:10 - ContextManager: Adding context Ctx( /admin )
2001-03-30 03:34:10 - ContextManager: Adding context Ctx( )
2001-03-30 03:34:10 - ContextManager: Adding context Ctx( /test )
2001-03-30 03:34:10 - ContextManager: Adding context Ctx( /classes )
2001-03-30 03:34:10 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2001-03-30 03:34:10 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
and then it stops.
i am running on win98 and this is what my autoexec.bat file looks like:
@echo off
path C:\WINDOWS;C:\WINDOWS\COMMAND;C:\java\bin;c:\winzip;c:\tomcat\bin
set CLASSPATH=.;C:\java\lib\tools.jar;c:\tomcat\lib\servlet.jar
set TOMCAT_HOME=c:\tomcat
set JAVA_HOME=c:\java
c:\PROGRA~1\COMMON~1\NETWOR~1\VIRUSS~1\40~1.XX\scan.exe c:\
@IF ERRORLEVEL 1 PAUSE
please help!