
November 17th, 2001, 04:37 AM
|
|
Junior Member
|
|
Join Date: Nov 2001
Location: India
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
jsp instalation on win 2000 - please help me
Dear All
in the process to setup JSP environment on my window 2000 i gone through the article "Slapping Together A JSP Development Environment" and done the following steps.
1. I installed the j2sdk1_3_1_01. I installed it to C:\JDK
2. I installed the Apache 1.3.20 and its working fine.
3. I installed the Tomcat3.2.3 to C:\TOMCAT
then I setup the environment variable to run tomcat as below
C:\>SET JAVA_HOME=C:\JDK
C:\>SET TOMCAT_HOME=C:\TOMCAT
C:\>SET PATH=%PATH%;C:\JDK\BIN
then i started tomcat as
C:\TOMCAT\BIN>TOMCAT START
and i see like below
Including all jars in C:\TOMCAT\LIB in your CLASSPATH.
Using CLASSPATH:
C:\TOMCAT\CLASSES;C:\TOMCAT\LIB\ANT.JAR;C:\TOMCAT\LIB\JAXP.JAR;C:\TOMCAT\LIB
\SERVLET.JAR;C:\TOMCAT\LIB\PARSER.JAR;C:\TOMCAT\LIB\WEBSER~1.JAR;C:\TOMCAT\L
IB\JASPER.JAR;C:\JDK\LIB\TOOLS.JAR
but i not seen any thing like below and finally Tomcat server not start.
--------------------------------------------------------------------------------
2001-01-30 02:47:19 - ContextManager: Adding context Ctx( /examples )
2001-01-30 02:47:19 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2001-01-30 02:47:20 - ContextManager: Adding context Ctx( )
2001-01-30 02:47:20 - ContextManager: Adding context Ctx( /test )
2001-01-30 02:47:22 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2001-01-30 02:47:22 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007
please help me to fix this problem.
regards
|