Thanks Daniel...It worked!

I have been developing a jsp application on my desktop (win 2000)
and now I can further it on my laptop too.....

Best Rgds, Brennan

P.S. I was able to increase the environment memory under the dos prompt
"Properties" button
to 3072. This seems to work ok.....Thanks again!.......

----- Original Message -----
From: "Daniel Bruce Lynes" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, March 19, 2002 4:55 PM
Subject: Re: Install tomcat 3.2.3 on Win 98


> On March 19, 2002 04:46 pm, smashingwebs wrote:
>
> > I need help to set up tomcat 3.2.3 on windows 98.
> > I went to sysedit and put in TOMCAT_HOME = c:\tomcat
> > into autoexec.bat
> > I also put in JAVA_HOME = c:\jdk1.3.1_02
>
> Make sure that says "set JAVA_HOME=c:\jdk1.3.1_02"
>
> The 'set' keyword is required in the autoexec.bat file.
>
> > But when I try to run tomcat I get the message:
> >
> > "You must set JAVA_HOME to point at your Java Development Kit
Installation"
> >
> > Is there somewhere else where I should set TOMCAT_HOME and JAVA_HOME?
>
> In Windows 98, they should both be set in your autoexec.bat
>
> Also, you might want to add the following line to your config.sys:
>
> shell=c:\command.com /p /e:768
>
> Make sure that the path to command.com is correct for your system.  It
might
> be in c:\windows\command, or c:\win98\command, or d:\win98\command, or
> whatever...anyways...I'm sure you get the picture.
>
> This line should give you the extra environment space you typically need
for
> developing J2EE applications under Win95/98.
>
> Also, you might want to add Java to your path.  Try the following as the
last
> line of your autoexec.bat file:
>
> set PATH=%PATH%;c:\jdk1.3.1_02
>
> ttfn
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to