Nothing, really, except 32000 allocates 32K for a DOS console. You can try
setting it lower and see if you can still start up Tomcat and you are concerned
about memory.
Hari Yellina wrote:
> It has worked. Thank you very much.
>
> I have one more question
> what is the difference between
> shell=c:\command.com /p /e:32000
>
> and
>
> c:\command.com /e:4096 /p
> ----- Original Message -----
> From: Noel E. Lecaros <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, May 05, 2001 12:56 PM
> Subject: Re: installing tomcat 3.2 on windows 98
>
> > Hi, Hari
> >
> > Increase your environment setting. Put this in your c:\config.sys, if it
> isn't
> > there already:
> >
> > shell=c:\command.com /p /e:32000
> >
> > Hope this helps.
> >
> > Regards,
> > Noel Lecaros
> >
> > Hari Yellina wrote:
> >
> > > Hi Aruand,
> > >
> > > It is really helpful to me. I wil do the same. But I am alwyas facign a
> > > problem while I try to start my machine , that is
> > >
> > > out of environment space error.
> > >
> > > What is it exactly.
> > >
> > > Thanks in advance
> > >
> > > Regards,
> > > Yellina.,
> > > ----- Original Message -----
> > > From: Arnaud Dostes - NTI <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, May 05, 2001 12:12 AM
> > > Subject: Re: installing tomcat 3.2 on windows 98
> > >
> > > > I'll be verbose :
> > > >
> > > > unzip to c:\tomcat
> > > > set the following environment variables (either modify your
> autoexec.bat
> > > and
> > > > reboot or type them using 'set' in the same dos prompt used to run
> tomcat)
> > > > CLASSPATH=.
> > > > JAVA_HOME=c:\jdk1.3 (or wherever)
> > > > TOMCAT_HOME=c:\tomcat
> > > >
> > > > Copy any jar files you need to c:\tomcat\lib (it will be picked up on
> > > > startup)
> > > >
> > > > run from a DOS window c:\tomcat\bin\startup
> > > >
> > > > open a browser to http://localhost:8080
> > > >
> > > > That should do it
> > > >
> > > > ----- Original Message -----
> > > > From: "Hari Yellina" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Friday, May 04, 2001 3:28 PM
> > > > Subject: Re: installing tomcat 3.2 on windows 98
> > > >
> > > >
> > > > > Hi Dave,
> > > > >
> > > > > Where can I find the documentation for installing tomcat on 98.
> Please
> > > > help
> > > > > me.
> > > > >
> > > > > Regards, Yellina.
> > > > > ----- Original Message -----
> > > > > From: <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Friday, May 04, 2001 10:52 PM
> > > > > Subject: RE: installing tomcat 3.2 on windows 98
> > > > >
> > > > >
> > > > > > Oh Yes You Can !
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Hari Yellina [SMTP:[EMAIL PROTECTED]]
> > > > > > > Sent: 04 May 2001 13:46
> > > > > > > To: tomcat-user
> > > > > > > Subject: Re: installing tomcat 3.2 on windows 98
> > > > > > >
> > > > > > > u cannot, try on NT
> > > > > > > ----- Original Message -----
> > > > > > > From: Peter Choe <[EMAIL PROTECTED]>
> > > > > > > To: <[EMAIL PROTECTED]>
> > > > > > > Sent: Friday, May 04, 2001 10:19 PM
> > > > > > > Subject: installing tomcat 3.2 on windows 98
> > > > > > >
> > > > > > >
> > > > > > > > is it possible to have tomcat run on windows 98?
> > > > > > > >
> > > > > > > > i downloaded the binaries for tomcat 3.2 for windows and tried
> to
> > > > run
> > > > > > > > the tomcat.bat file. but i get an exception saying that
> > > > > > > > org.tomcat.startup.Tomcat can't be found.
> > > > > > > >
> > > > > > > > i have the autoexec.bat file with the following:
> > > > > > > >
> > > > > > > > TOMCAT_HOME=c:\tomcat
> > > > > > > >
> > > > CLASSPATH=c:\tomcat\lib\servlet.jar;c:\tomcat\lib\webserver.jar;...etc
> > > > > > > > for each jar file in tomcat\lib
> > > > > > > >
> > > > > > > > apparantly the tomcat.bat file is setting the proper
> classpath.
> > > any
> > > > > > > > suggestions?
> > > > > > > >
> > > > > > > > peter choe
> > > >
> >