Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Help me ! about How to Setup Tomcat 3.2.1 for Win98


Message #1 by "Jen-Chun Wu" <ysone@s...> on Sun, 20 May 2001 13:16:26
hello

I use Win98 system , have 7 disk ( c , d... i),use Tomcat to do JSP 
sevrlet .

edit 
Autoexec.bat 
{
   set classpath = f:\jdk1.3.0_02\lib
   path = c:\winoews;c:\windows\command;f:\jdk1.3.0_02\bin
}

tomcat 3.2.1
edit
startip.bat
{

@echo off
rem $Id: startup.bat,v 1.7.4.1 2000/09/04 21:18:05 larryi Exp $
rem Startup batch file for tomcat servner.

...


:start
{
@echo off

...

:start
SET TOMCAT_HOME=f:\jakarta-tomcat-3.2.1
SET JAVA_HOME=f:\jdk1.3.0_02\bin
call "%TOMCAT_HOME%\bin\tomcat" start %1 %2 %3 %4 %5 %6 %7 %8 %9
}

run startup.bat 

my Monitor show
Out of emvironment space
Out of emvironment space
Out of emvironment space
You must set JAVA_HOME to point at your Java Development Kit installation

anyone ! Can you tell me How to do next step ?

  Return to Index