RE: Tomcat 'out of environment space' message

2002-09-11 Thread Andreas Probst

Hi Samantha,

up to Win98 Windows loads c:\autoexec.bat during startup. No 
other autexec.bat is read. You can have more than one, but only 
the one in c:\ is processed.  

To run Tomcat you don't need the classpath variable as far as I 
know. As long as you don't need it for other purposes don't set 
it. In case you need it: I experienced that including . (dot - 
the current directory) makes life much easier, like for instance 

> set classpath=.;d:\java 

For compiling webapps better use Ant or the facilities in your 
IDE (I like Eclipse very much). In both cases you don't need to 
set the classpath variable.  

Andreas


> Hi everyone 
> 
>  Thanks to those who offered assistance for the 'out of
>  environment space'
> mesg... it works ! :-)
> 
>  Would I have to set classpaths or is this done automatically on
> installation ? I reason I ask is because I see I have 2 autoexec.bat
> files on my machine.. one on c:\autoexec.bat and the other under
> c:\tomcat\autoexec.bat ... presumably one should only have one
> autoexec.bat file! I think I have 2 separate versions because I
> installed a different version of Tomcat on my machine and the
> autoexec.bat file was on that cd when I copied it across . I viewed the
> c:\tomcat\autoexec.bat file and decided to move the 'SET classpath'
> settings to the c:\autoexec.bat file , and it had disasterous
> consequences ...couldn't load Win98 ! 
> 
>  I managed to salvage my machine , and restored the autoexec.bat
>  files to
> their original format .
>  The question is one supposed to have more than one autoexec.bat
>  file and
> can I put all the 
>  settings in one file (I noticed that both files differ quite
>  drastically) .
> 
>  Thanks
>  Samantha

> 
> ##
> Attention:
> This e-mail message is privileged and confidential. If you are
> not the intended recipient please delete the message and notify
> the sender. Any views or opinions presented are solely those of
> the author.
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




RE: Tomcat 'out of environment space' message

2002-09-11 Thread Hoy, Samantha SSA-CORAR11

Hi everyone 

 Thanks to those who offered assistance for the 'out of environment space'
mesg... it works ! :-)

 Would I have to set classpaths or is this done automatically on
installation ?
 I reason I ask is because I see I have 2 autoexec.bat files on my machine..
one on c:\autoexec.bat
 and the other under c:\tomcat\autoexec.bat ... presumably one should only
have one
 autoexec.bat file! I think I have 2 separate versions because I installed a
different version of
 Tomcat on my machine and the autoexec.bat file was on that cd when I copied
it across . 
 I viewed the c:\tomcat\autoexec.bat file and decided to move the 'SET
classpath' settings
 to the c:\autoexec.bat file , and it had disasterous consequences
...couldn't load Win98 !
 
 I managed to salvage my machine , and restored the autoexec.bat files to
their original format .
 The question is one supposed to have more than one autoexec.bat file and
can I put all the 
 settings in one file (I noticed that both files differ quite drastically) .

 Thanks
 Samantha
 



##
Attention:
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Tomcat 'out of environment space' message

2002-09-11 Thread Hoy, Samantha SSA-CORAR11

 Hi everyone 

 Thanks to those who offered assistance for the 'out of environment space'
mesg... it works ! :-)

 Would I have to set classpaths or is this done automatically on
installation ?
 I reason I ask is because I see I have 2 autoexec.bat files on my machine..
one on c:\autoexec.bat
 and the other under c:\tomcat\autoexec.bat ... presumably one should only
have one
 autoexec.bat file! I think I have 2 separate versions because I installed a
different version of
 Tomcat on my machine and the autoexec.bat file was on that cd when I copied
it across . 
 I viewed the c:\tomcat\autoexec.bat file and decided to move the 'SET
classpath' settings
 to the c:\autoexec.bat file , and it had disasterous consequences
...couldn't load Win98 !
 
 I managed to salvage my machine , and restored the autoexec.bat files to
their original format .
 The question is one supposed to have more than one autoexec.bat file and
can I put all the 
 settings in one file (I noticed that both files differ quite drastically) .

 Thanks
 Samantha
 



##
Attention:
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: ## Out of Environment space ## Solution

2001-10-05 Thread Sam

thanks, It is work now.
command /E.

- Original Message -
From: Mikael Aronsson <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 05, 2001 5:38 PM
Subject: Re: ## Out of Environment space ##


> You need to increase the environment space, command.com has a switch for
> this, I don't remember in my head what it is though, type command /? and
you
> should get info about it. Modify your config.sys so that this option is
used
> for the default command.com
>
> Mikael
>
> - Original Message -
> From: "Sam" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, October 05, 2001 9:00 AM
> Subject: ## Out of Environment space ##
>
>
> > Hi all,
> >
> >   I want to run tomcat 3.2.3 on win98.
> >   the set environment as follows:
> >
> >   ==C:\tomcat\bin>set
> > TMP=C:\WINDOWS\TEMP
> > TEMP=C:\WINDOWS\TEMP
> > PROMPT=$p$g
> > winbootdir=C:\WINDOWS
> > COMSPEC=C:\WINDOWS\COMMAND.COM
> > PATH=.;C:\JDK\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND
> > CLASSOATH=.;c:\tomcat\lib\servlet.jar;c:\jdk\lib\tools.jar
> > windir=C:\WINDOWS
> > JAVA_HOME=c:\jdk
> > TOMCAT_HOME=c:\tomcat
> >   ==
> >
> >   execute C:\tomcat\bin\startup.bat and report,
> >
> > ==
> > C:\tomcat\bin>startup
> > Out of environment space
> > Out of environment space
> > Out of environment space
> > Out of environment space
> > Out of environment space
> > Out of environment space
> > Unable to set CLASSPATH dynamically.
> > Note: To set the CLASSPATH dynamical
> >   only DOS 8.3 names may be used
> > Setting your CLASSPATH statically.
> > Out of environment space
> > Out of environment space
> > Out of environment space
> > Out of environment space
> > Out of environment space
> > Out of environment space
> > Out of environment space
> >
> > Using CLASSPATH: c:\tomcat\classes
> >
> > Out of environment space
> > Starting Tomcat in new window
> > C:\tomcat\bin>
> > ==
> >
> >   I do not run any other program.
> >   what is the reason?
> >
> >   thanks all.
> >
> >
> >
> > > On Fri, 5 Oct 2001, Firestar wrote:
> > >
> > > > Hi Dmitri, thanks for your quick reply.
> > > >
> > > > I have tried adding the classpath to my servlets to
> > > > catalina.bat, but it throw a javax.http.servlet class
> > > > not found exception. It will works OK if i do not add
> > > > in the classpath.
> > > >
> > > > Regards,
> > > > Firestar
> > > >
> > > > > > Is this possible in TC? I know in JRun it is
> > > > > possible
> > > > > > to do so by specifying the classpath to my
> > > > > servlets in
> > > > > > the configuration file.
> > > > > Anything's possible  the simplest way is to
> > > > > change the catalina.sh to
> > > > > include your classpath, but this is plain _wrong_,
> > > > > what you would be
> > > > > better off doing is changing your build/deploy
> > > > > process so that you have a
> > > > > properly structured webapp.
> > > > >
> > > > > for more info check out
> > > > > http://java.sun.com/products/servlets
> > > > >
> > > > > cheers
> > > > > dim
> > > > >
> > > > >
> > > >
> > > >
> > > > __
> > > > Do You Yahoo!?
> > > > NEW from Yahoo! GeoCities - quick and easy web site hosting, just
> > $8.95/month.
> > > > http://geocities.yahoo.com/ps/info1
> > > >
> > >
> >
>




Re: ## Out of Environment space ##

2001-10-05 Thread Mikael Aronsson

You need to increase the environment space, command.com has a switch for
this, I don't remember in my head what it is though, type command /? and you
should get info about it. Modify your config.sys so that this option is used
for the default command.com

Mikael

- Original Message -
From: "Sam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 05, 2001 9:00 AM
Subject: ## Out of Environment space ##


> Hi all,
>
>   I want to run tomcat 3.2.3 on win98.
>   the set environment as follows:
>
>   ==C:\tomcat\bin>set
> TMP=C:\WINDOWS\TEMP
> TEMP=C:\WINDOWS\TEMP
> PROMPT=$p$g
> winbootdir=C:\WINDOWS
> COMSPEC=C:\WINDOWS\COMMAND.COM
> PATH=.;C:\JDK\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND
> CLASSOATH=.;c:\tomcat\lib\servlet.jar;c:\jdk\lib\tools.jar
> windir=C:\WINDOWS
> JAVA_HOME=c:\jdk
> TOMCAT_HOME=c:\tomcat
>   ==
>
>   execute C:\tomcat\bin\startup.bat and report,
>
> ==
> C:\tomcat\bin>startup
> Out of environment space
> Out of environment space
> Out of environment space
> Out of environment space
> Out of environment space
> Out of environment space
> Unable to set CLASSPATH dynamically.
> Note: To set the CLASSPATH dynamical
>       only DOS 8.3 names may be used
> Setting your CLASSPATH statically.
> Out of environment space
> Out of environment space
> Out of environment space
> Out of environment space
> Out of environment space
> Out of environment space
> Out of environment space
>
> Using CLASSPATH: c:\tomcat\classes
>
> Out of environment space
> Starting Tomcat in new window
> C:\tomcat\bin>
> ==
>
>   I do not run any other program.
>   what is the reason?
>
>   thanks all.
>
>
>
> > On Fri, 5 Oct 2001, Firestar wrote:
> >
> > > Hi Dmitri, thanks for your quick reply.
> > >
> > > I have tried adding the classpath to my servlets to
> > > catalina.bat, but it throw a javax.http.servlet class
> > > not found exception. It will works OK if i do not add
> > > in the classpath.
> > >
> > > Regards,
> > > Firestar
> > >
> > > > > Is this possible in TC? I know in JRun it is
> > > > possible
> > > > > to do so by specifying the classpath to my
> > > > servlets in
> > > > > the configuration file.
> > > > Anything's possible  the simplest way is to
> > > > change the catalina.sh to
> > > > include your classpath, but this is plain _wrong_,
> > > > what you would be
> > > > better off doing is changing your build/deploy
> > > > process so that you have a
> > > > properly structured webapp.
> > > >
> > > > for more info check out
> > > > http://java.sun.com/products/servlets
> > > >
> > > > cheers
> > > > dim
> > > >
> > > >
> > >
> > >
> > > __
> > > Do You Yahoo!?
> > > NEW from Yahoo! GeoCities - quick and easy web site hosting, just
> $8.95/month.
> > > http://geocities.yahoo.com/ps/info1
> > >
> >
>




Re: ## Out of Environment space ##

2001-10-05 Thread Alok Dubey



right click on ur startup. bat and go to property
1)go to memory tab and put the intial enviorment to 4096
2)click apply a shortcut will be made for u. use this shortcut to
start the server.
and yes put in autoexec.bat
set JAVA_Home=
set TOMCAT_HOME=
Hope this helps





RE: ## Out of Environment space ##

2001-10-05 Thread Vinay Joseph Mathew

Hey Sam,
there is a Spelling mistake in your environment setting 
you have misspelled CLASSPATH as CLASSOATH
This is probably what is causing the problem

Regards,
Vinay

-Original Message-
From: Sam [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 1:30 PM
To: [EMAIL PROTECTED]
Subject: ## Out of Environment space ##


Hi all,

  I want to run tomcat 3.2.3 on win98.
  the set environment as follows:

  ==C:\tomcat\bin>set
TMP=C:\WINDOWS\TEMP
TEMP=C:\WINDOWS\TEMP
PROMPT=$p$g
winbootdir=C:\WINDOWS
COMSPEC=C:\WINDOWS\COMMAND.COM
PATH=.;C:\JDK\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND
CLASSOATH=.;c:\tomcat\lib\servlet.jar;c:\jdk\lib\tools.jar
windir=C:\WINDOWS
JAVA_HOME=c:\jdk
TOMCAT_HOME=c:\tomcat
  ==

  execute C:\tomcat\bin\startup.bat and report,

==
C:\tomcat\bin>startup
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamical
  only DOS 8.3 names may be used
Setting your CLASSPATH statically.
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space

Using CLASSPATH: c:\tomcat\classes

Out of environment space
Starting Tomcat in new window
C:\tomcat\bin>
==

  I do not run any other program.
  what is the reason?

  thanks all.



> On Fri, 5 Oct 2001, Firestar wrote:
>
> > Hi Dmitri, thanks for your quick reply.
> >
> > I have tried adding the classpath to my servlets to
> > catalina.bat, but it throw a javax.http.servlet class
> > not found exception. It will works OK if i do not add
> > in the classpath.
> >
> > Regards,
> > Firestar
> >
> > > > Is this possible in TC? I know in JRun it is
> > > possible
> > > > to do so by specifying the classpath to my
> > > servlets in
> > > > the configuration file.
> > > Anything's possible  the simplest way is to
> > > change the catalina.sh to
> > > include your classpath, but this is plain _wrong_,
> > > what you would be
> > > better off doing is changing your build/deploy
> > > process so that you have a
> > > properly structured webapp.
> > >
> > > for more info check out
> > > http://java.sun.com/products/servlets
> > >
> > > cheers
> > > dim
> > >
> > >
> >
> >
> > __
> > Do You Yahoo!?
> > NEW from Yahoo! GeoCities - quick and easy web site hosting, just
$8.95/month.
> > http://geocities.yahoo.com/ps/info1
> >
>




## Out of Environment space ##

2001-10-05 Thread Sam

Hi all,

  I want to run tomcat 3.2.3 on win98.
  the set environment as follows:

  ==C:\tomcat\bin>set
TMP=C:\WINDOWS\TEMP
TEMP=C:\WINDOWS\TEMP
PROMPT=$p$g
winbootdir=C:\WINDOWS
COMSPEC=C:\WINDOWS\COMMAND.COM
PATH=.;C:\JDK\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND
CLASSOATH=.;c:\tomcat\lib\servlet.jar;c:\jdk\lib\tools.jar
windir=C:\WINDOWS
JAVA_HOME=c:\jdk
TOMCAT_HOME=c:\tomcat
  ==

  execute C:\tomcat\bin\startup.bat and report,

==
C:\tomcat\bin>startup
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamical
  only DOS 8.3 names may be used
Setting your CLASSPATH statically.
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space
Out of environment space

Using CLASSPATH: c:\tomcat\classes

Out of environment space
Starting Tomcat in new window
C:\tomcat\bin>
==

  I do not run any other program.
  what is the reason?

  thanks all.



> On Fri, 5 Oct 2001, Firestar wrote:
>
> > Hi Dmitri, thanks for your quick reply.
> >
> > I have tried adding the classpath to my servlets to
> > catalina.bat, but it throw a javax.http.servlet class
> > not found exception. It will works OK if i do not add
> > in the classpath.
> >
> > Regards,
> > Firestar
> >
> > > > Is this possible in TC? I know in JRun it is
> > > possible
> > > > to do so by specifying the classpath to my
> > > servlets in
> > > > the configuration file.
> > > Anything's possible  the simplest way is to
> > > change the catalina.sh to
> > > include your classpath, but this is plain _wrong_,
> > > what you would be
> > > better off doing is changing your build/deploy
> > > process so that you have a
> > > properly structured webapp.
> > >
> > > for more info check out
> > > http://java.sun.com/products/servlets
> > >
> > > cheers
> > > dim
> > >
> > >
> >
> >
> > __
> > Do You Yahoo!?
> > NEW from Yahoo! GeoCities - quick and easy web site hosting, just
$8.95/month.
> > http://geocities.yahoo.com/ps/info1
> >
>




Re: Out of environment space

2001-08-30 Thread Razi Ansari

Hey guys,

I cant seem to find the memory tab. I right click on my dos prompt window 
and I go to properties, but there is no memory tab. I am on Win2k. And I am 
using licences software. HELP


Razi


>From: <[EMAIL PROTECTED]>
>Reply-To: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Re: Out of environment space
>Date: Thu, 30 Aug 2001 16:45:26 +1000
>
>I had exactly the same problem.
>
>Type in the command in a DOS box instead of double clicking the batch file
>in a window. First, click the icon in the top left of the DOS window, 
>choose
>properties, and the memory tab, then initial environment. It is probably 
>set
>to Auto. Choose 4096, which I think is the highest possible. Then click
>apply, close the window, and open it up again and run the startup.bat batch
>file. That should take care of it.
>
>Also add:
>SHELL=C:\command.com /P /E:4096
>
>to your config.sys file. (Thanks Ted!)
>
>---
>James
>
>
>- Original Message -
>From: "Rajesh Nair" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, August 30, 2001 4:03 PM
>Subject: Out of environment space
>
>
> >
> > Hi,
> >
> > I have downloaded Tomcat 3.2.3 and when I try to run
> > startup.bat(Win 98 ) I get the following output:
> >
> > Including all jars in d:tomcat\lib in your CLASSPATH
> >
> > Using CLASSPATH:d:\.
> >
> > bad command or file name
> >
> > out of environment space
> >
> > Including all jars in d:tomcat\lib in your CLASSPATH
> >
> > out of environment space
> >
> > 2001-08-30 15:54:18 The file argument '^' does not
> > exist.
> >
> > This problem may have occured to someone before.
> >
> > Please tell me what the problem is??
> >
> > Cheerz
> >
> > Raj
> >
> >
> >
> >
> >
> >
> >
> > __
> > Do You Yahoo!?
> > Get email alerts & NEW webcam video instant messaging with Yahoo!
>Messenger
> > http://im.yahoo.com
> >
> >
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: Out of environment space

2001-08-30 Thread james

Right click on the batch files, and select "edit." Sometimes Windows chokes
on the UNIX style newlines. If they're there get rid of them and try again.
I used Allaire Homesite (UltraEdit is good too) to convert the batch files
to DOS style.

---
James


- Original Message -
From: "Rajesh Nair" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 4:03 PM
Subject: Out of environment space


>
> Hi,
>
> I have downloaded Tomcat 3.2.3 and when I try to run
> startup.bat(Win 98 ) I get the following output:
>
> Including all jars in d:tomcat\lib in your CLASSPATH
>
> Using CLASSPATH:d:\.
>
> bad command or file name
>
> out of environment space
>
> Including all jars in d:tomcat\lib in your CLASSPATH
>
> out of environment space
>
> 2001-08-30 15:54:18 The file argument '^' does not
> exist.
>
> This problem may have occured to someone before.
>
> Please tell me what the problem is??
>
> Cheerz
>
> Raj
>
>
>
>
>
>
>
> __
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
Messenger
> http://im.yahoo.com
>
>




Re: Out of environment space

2001-08-29 Thread Rajesh Nair

Hi 

Ive set the initial space to 4096.
However if i run startup.bat...
it says starting tomcat in  new window and then
bad command or file name
and ends

if i run tomcat.bat
it gives the foll error
2001-08-30 17:18:18 The file argument '^' does not
 exist.

i wonder why...

thanks

Raj

--- [EMAIL PROTECTED] wrote:
> I had exactly the same problem.
> 
> Type in the command in a DOS box instead of double
> clicking the batch file
> in a window. First, click the icon in the top left
> of the DOS window, choose
> properties, and the memory tab, then initial
> environment. It is probably set
> to Auto. Choose 4096, which I think is the highest
> possible. Then click
> apply, close the window, and open it up again and
> run the startup.bat batch
> file. That should take care of it.
> 
> Also add:
> SHELL=C:\command.com /P /E:4096
> 
> to your config.sys file. (Thanks Ted!)
> 
> ---
> James
> 
> 
> - Original Message -
> From: "Rajesh Nair" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, August 30, 2001 4:03 PM
> Subject: Out of environment space
> 
> 
> >
> > Hi,
> >
> > I have downloaded Tomcat 3.2.3 and when I try to
> run
> > startup.bat(Win 98 ) I get the following output:
> >
> > Including all jars in d:tomcat\lib in your
> CLASSPATH
> >
> > Using CLASSPATH:d:\.
> >
> > bad command or file name
> >
> > out of environment space
> >
> > Including all jars in d:tomcat\lib in your
> CLASSPATH
> >
> > out of environment space
> >
> > 2001-08-30 15:54:18 The file argument '^' does not
> > exist.
> >
> > This problem may have occured to someone before.
> >
> > Please tell me what the problem is??
> >
> > Cheerz
> >
> > Raj
> >
> >
> >
> >
> >
> >
> >
> > __
> > Do You Yahoo!?
> > Get email alerts & NEW webcam video instant
> messaging with Yahoo!
> Messenger
> > http://im.yahoo.com
> >
> >
> 


__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com



Re: Out of environment space

2001-08-29 Thread asheesh

I do run startup.bat (C:\tomcat\bin\startup.bat) , and it never gave me
problem.

Do check ur environment space, u can open ur DOS window and go to properties
and then set initial environment space, set it to high value.

cheers
asheesh

- Original Message -
From: Rajesh Nair <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 2:03 PM
Subject: Out of environment space


>
> Hi,
>
> I have downloaded Tomcat 3.2.3 and when I try to run
> startup.bat(Win 98 ) I get the following output:
>
> Including all jars in d:tomcat\lib in your CLASSPATH
>
> Using CLASSPATH:d:\.....
>
> bad command or file name
>
> out of environment space
>
> Including all jars in d:tomcat\lib in your CLASSPATH
>
> out of environment space
>
> 2001-08-30 15:54:18 The file argument '^' does not
> exist.
>
> This problem may have occured to someone before.
>
> Please tell me what the problem is??
>
> Cheerz
>
> Raj
>
>
>
>
>
>
>
> __
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
Messenger
> http://im.yahoo.com




Re: Out of environment space

2001-08-29 Thread james

I had exactly the same problem.

Type in the command in a DOS box instead of double clicking the batch file
in a window. First, click the icon in the top left of the DOS window, choose
properties, and the memory tab, then initial environment. It is probably set
to Auto. Choose 4096, which I think is the highest possible. Then click
apply, close the window, and open it up again and run the startup.bat batch
file. That should take care of it.

Also add:
SHELL=C:\command.com /P /E:4096

to your config.sys file. (Thanks Ted!)

---
James


- Original Message -
From: "Rajesh Nair" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 4:03 PM
Subject: Out of environment space


>
> Hi,
>
> I have downloaded Tomcat 3.2.3 and when I try to run
> startup.bat(Win 98 ) I get the following output:
>
> Including all jars in d:tomcat\lib in your CLASSPATH
>
> Using CLASSPATH:d:\.
>
> bad command or file name
>
> out of environment space
>
> Including all jars in d:tomcat\lib in your CLASSPATH
>
> out of environment space
>
> 2001-08-30 15:54:18 The file argument '^' does not
> exist.
>
> This problem may have occured to someone before.
>
> Please tell me what the problem is??
>
> Cheerz
>
> Raj
>
>
>
>
>
>
>
> __
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
Messenger
> http://im.yahoo.com
>
>




Re: Out of environment space

2001-08-29 Thread ravishankar s

hi rajesh,

try this
1.open a dos window
2.click on the ms-dos icon on the top left of the window
3.choose properties 
4.click on the memory tab
5.in the initial memory drop down box choose 4096
6.close the window and open a new window and start tomcat,everything should work fine

ravi


On Wed, 29 August 2001, Rajesh Nair wrote:

> 
> 
> Hi,
> 
> I have downloaded Tomcat 3.2.3 and when I try to run
> startup.bat(Win 98 ) I get the following output:
> 
> Including all jars in d:tomcat\lib in your CLASSPATH
> 
> Using CLASSPATH:d:\.
> 
> bad command or file name
> 
> out of environment space
> 
> Including all jars in d:tomcat\lib in your CLASSPATH
> 
> out of environment space
> 
> 2001-08-30 15:54:18 The file argument '^' does not
> exist.
> 
> This problem may have occured to someone before.
> 
> Please tell me what the problem is??
> 
> Cheerz
> 
> Raj
> 
> 
> 
> 
> 
> 
> 
> __
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
> http://im.yahoo.com


Find the best deals on the web at AltaVista Shopping!
http://www.shopping.altavista.com



Out of environment space

2001-08-29 Thread Rajesh Nair


Hi,

I have downloaded Tomcat 3.2.3 and when I try to run
startup.bat(Win 98 ) I get the following output:

Including all jars in d:tomcat\lib in your CLASSPATH

Using CLASSPATH:d:\.

bad command or file name

out of environment space

Including all jars in d:tomcat\lib in your CLASSPATH

out of environment space

2001-08-30 15:54:18 The file argument '^' does not
exist.

This problem may have occured to someone before.

Please tell me what the problem is??

Cheerz

Raj







__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com



Re: Out of environment space - help!

2001-08-29 Thread james

Hi,

Thanks for that - I've added it with the Config Tool. :)

James

- Original Message -
From: "Ted" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 3:25 AM
Subject: Re: Out of environment space - help!


> Try adding this to your config.sys file:
> SHELL=C:\command.com /P /E:4096
>
> this will increase the size of your environmental space.
>
> ravishankar s wrote:
>
> > it's a classic win98 problem james...
> > all u have to is open a DOS window and...
> > 1.click on the icon on the top left of the window
> > 2.choose properties
> > 3.choose the memory tab
> > 4.in the initial environment space drop down box choose 4096
> > 5.close the window and open a new window and presto tomcat should start
again
> >
> > ravi
> > On Wed, 29 August 2001, [EMAIL PROTECTED] wrote:
> >
> > >
> > > I'm trying to install Tomcat with PWS on Win98. The batch files keep
> > > informing me that I've ran out of environment space when they try to
set
> > > TOMCAT_HOME etc.
> > >
> > > I've tried getting rid of some environment settings in my autoexec.bat
but
> > > even after reducing it right down to just my PATH, TOMCAT_HOME and
JAVA_HOME
> > > I still get the error message "Out of environment space."
> > >
> > > What might this be??? I'm totally stuck. I didn't get these errors
when I
> > > installed Tomcat before.
> > >
> > > Anyone know how to increase the amount of space I can use for my
> > > environment??
> > >
> > > ---
> > > James
> >
> > Find the best deals on the web at AltaVista Shopping!
> > http://www.shopping.altavista.com
>
>
>




Re: Out of environment space - help!

2001-08-29 Thread Ted

Try adding this to your config.sys file:
SHELL=C:\command.com /P /E:4096

this will increase the size of your environmental space.

ravishankar s wrote:

> it's a classic win98 problem james...
> all u have to is open a DOS window and...
> 1.click on the icon on the top left of the window
> 2.choose properties
> 3.choose the memory tab
> 4.in the initial environment space drop down box choose 4096
> 5.close the window and open a new window and presto tomcat should start again
>
> ravi
> On Wed, 29 August 2001, [EMAIL PROTECTED] wrote:
>
> >
> > I'm trying to install Tomcat with PWS on Win98. The batch files keep
> > informing me that I've ran out of environment space when they try to set
> > TOMCAT_HOME etc.
> >
> > I've tried getting rid of some environment settings in my autoexec.bat but
> > even after reducing it right down to just my PATH, TOMCAT_HOME and JAVA_HOME
> > I still get the error message "Out of environment space."
> >
> > What might this be??? I'm totally stuck. I didn't get these errors when I
> > installed Tomcat before.
> >
> > Anyone know how to increase the amount of space I can use for my
> > environment??
> >
> > ---
> > James
>
> Find the best deals on the web at AltaVista Shopping!
> http://www.shopping.altavista.com




Re: Out of environment space - help!

2001-08-29 Thread Ted

Try adding this to your config.sys file:
SHELL=C:\command.com /P /E:4096

this will increase the size of your environmental space.

[EMAIL PROTECTED] wrote:

> I'm trying to install Tomcat with PWS on Win98. The batch files keep
> informing me that I've ran out of environment space when they try to set
> TOMCAT_HOME etc.
>
> I've tried getting rid of some environment settings in my autoexec.bat but
> even after reducing it right down to just my PATH, TOMCAT_HOME and JAVA_HOME
> I still get the error message "Out of environment space."
>
> What might this be??? I'm totally stuck. I didn't get these errors when I
> installed Tomcat before.
>
> Anyone know how to increase the amount of space I can use for my
> environment??
>
> ---
> James




Re: Out of environment space - help!

2001-08-29 Thread james

Thankyou thankyou thankyou :o)

You're the Master!

--
James


- Original Message -
From: "ravishankar s" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 29, 2001 9:41 PM
Subject: Re: Out of environment space - help!


> it's a classic win98 problem james...
> all u have to is open a DOS window and...
> 1.click on the icon on the top left of the window
> 2.choose properties
> 3.choose the memory tab
> 4.in the initial environment space drop down box choose 4096
> 5.close the window and open a new window and presto tomcat should start
again
>
> ravi
> On Wed, 29 August 2001, [EMAIL PROTECTED] wrote:
>
> >
> > I'm trying to install Tomcat with PWS on Win98. The batch files keep
> > informing me that I've ran out of environment space when they try to set
> > TOMCAT_HOME etc.
> >
> > I've tried getting rid of some environment settings in my autoexec.bat
but
> > even after reducing it right down to just my PATH, TOMCAT_HOME and
JAVA_HOME
> > I still get the error message "Out of environment space."
> >
> > What might this be??? I'm totally stuck. I didn't get these errors when
I
> > installed Tomcat before.
> >
> > Anyone know how to increase the amount of space I can use for my
> > environment??
> >
> > ---
> > James
>
>
> Find the best deals on the web at AltaVista Shopping!
> http://www.shopping.altavista.com
>
>




Re: Out of environment space - help!

2001-08-29 Thread ravishankar s

it's a classic win98 problem james...
all u have to is open a DOS window and...
1.click on the icon on the top left of the window
2.choose properties
3.choose the memory tab
4.in the initial environment space drop down box choose 4096
5.close the window and open a new window and presto tomcat should start again

ravi
On Wed, 29 August 2001, [EMAIL PROTECTED] wrote:

> 
> I'm trying to install Tomcat with PWS on Win98. The batch files keep
> informing me that I've ran out of environment space when they try to set
> TOMCAT_HOME etc.
> 
> I've tried getting rid of some environment settings in my autoexec.bat but
> even after reducing it right down to just my PATH, TOMCAT_HOME and JAVA_HOME
> I still get the error message "Out of environment space."
> 
> What might this be??? I'm totally stuck. I didn't get these errors when I
> installed Tomcat before.
> 
> Anyone know how to increase the amount of space I can use for my
> environment??
> 
> ---
> James


Find the best deals on the web at AltaVista Shopping!
http://www.shopping.altavista.com



Out of environment space - help!

2001-08-29 Thread james

I'm trying to install Tomcat with PWS on Win98. The batch files keep
informing me that I've ran out of environment space when they try to set
TOMCAT_HOME etc.

I've tried getting rid of some environment settings in my autoexec.bat but
even after reducing it right down to just my PATH, TOMCAT_HOME and JAVA_HOME
I still get the error message "Out of environment space."

What might this be??? I'm totally stuck. I didn't get these errors when I
installed Tomcat before.

Anyone know how to increase the amount of space I can use for my
environment??

---
James





Re: out of environment space

2001-06-29 Thread Sam Newman

Right, this has nothing to do with tomcat. Windows console applications use
their environment space to store environment variables. Whats happening is
that when you run tomcat, you're filling this space up so some of variables
won't get saved - this could really screw tomcat up. You need to increase
your default environment size. You can do it by creating a shortup to a dos
program and change its properties, but probably the better way to do it is
to add an entry to your config.sys file - can't remember exactly what you
have to do though. Changing config.sys means all console apps will inherit
this value. Try searching microsofts site with the out of environment space
error.

sam
- Original Message -
From: "Gabriel Marti" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 29, 2001 12:55 AM
Subject: out of environment space


> Hello, after scaling back to tomcat 3.2.2 from tomcat 4.0 beta 5, after i
> was informed that my jsp pages wouldnt refresh in the winX plat due to a
> bug, my jsp page no longer works. when i enter the command tomcat run it
> says "out of environment space".  Here is what i currently have in my
> autoexec:
>
> PATH=D:\jdk1.3.0_02\bin;%PATH%
> SET TOMCAT_HOME=D:\tomcat_3
> SET CATALINA_HOME=D:\tomcat_4
> SET CLASSPATH=
>
%CLASSPATH%;D:\jdk1.3.0_02\jre\classes;%TOMCAT_HOME%\common\lib\servlet.jar;
> %CATALINA_HOME%\common\lib\servlet.jar
> SET JAVA_HOME=D:\jdk1.3.0_02
>
> I was able to view the page before, but ive seemed to have messed
something
> up and i cant fig out what it is: Here is the error that is generated:
>
> Error: 500
> Location: /clan/roster.jsp
> Internal Servlet Error:
>
> javax.servlet.ServletException: [Microsoft][ODBC Microsoft Access Driver]
> '(unknown)' is not a valid path.  Make sure that the path name is spelled
> correctly and that you are connected to the server on which the file
> resides.
>
>




Re: out of environment space

2001-06-28 Thread Tim O'Neil

At 04:55 PM 6/28/2001, you wrote:
>Hello, after scaling back to tomcat 3.2.2 from tomcat 4.0 beta 5, after i
>was informed that my jsp pages wouldnt refresh in the winX plat due to a
>bug, my jsp page no longer works. when i enter the command tomcat run it
>says "out of environment space".  Here is what i currently have in my
>autoexec:


increase the environment space in the dos command box.
[open a dos box, click on properties, click on memory
and up the environment from 'auto' to something big
(i set mine up to the largest value in the combo)]
after applying the change, you'll need to exit the dos
box and start another one. the good thing is you'll
only need to do this once.




out of environment space

2001-06-28 Thread Gabriel Marti

Hello, after scaling back to tomcat 3.2.2 from tomcat 4.0 beta 5, after i
was informed that my jsp pages wouldnt refresh in the winX plat due to a
bug, my jsp page no longer works. when i enter the command tomcat run it
says "out of environment space".  Here is what i currently have in my
autoexec:

PATH=D:\jdk1.3.0_02\bin;%PATH%
SET TOMCAT_HOME=D:\tomcat_3
SET CATALINA_HOME=D:\tomcat_4
SET CLASSPATH=
%CLASSPATH%;D:\jdk1.3.0_02\jre\classes;%TOMCAT_HOME%\common\lib\servlet.jar;
%CATALINA_HOME%\common\lib\servlet.jar
SET JAVA_HOME=D:\jdk1.3.0_02

I was able to view the page before, but ive seemed to have messed something
up and i cant fig out what it is: Here is the error that is generated:

Error: 500
Location: /clan/roster.jsp
Internal Servlet Error:

javax.servlet.ServletException: [Microsoft][ODBC Microsoft Access Driver]
'(unknown)' is not a valid path.  Make sure that the path name is spelled
correctly and that you are connected to the server on which the file
resides.





Re: out of environment space (was: Help!)

2001-01-26 Thread Filip Hanik

from a previous post

change the initial memory setting of dos window to a
value greater than 3200

(or)

Edit the config.sys  file and add the following line

SHELL=c:\command.com  /E:4096  /P

Restart ur machine


/Filip

~
Namaste - I bow to the divine in you.
~
Filip Hanik
Technical Architect
[EMAIL PROTECTED]

- Original Message -
From: "John Freeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 26, 2001 1:16 PM
Subject: out of environment space (was: Help!)



This thread comes at a good time for me, as I am trying to do exactly the
same thing!

Robert, I followed your recipe exactly, correcting for my path names, and I
get the following:

---------------
Out of environment space
Including all jars in \jf\java\tomcat\lib in your CLASSPATH.
Out of environment space
Out of environment space
Out of environment space
---

I guess I can figure out how to increase my DOS environment space, but I'm a
little concerned that no one else seems to have run into this problem.  (not
to mention my sadness that I am still fiddling with my DOS envirnment space
in the year 2001! :)

any clues?

thanks

John Freeman  [EMAIL PROTECTED]


> From: Robert Taylor [mailto:[EMAIL PROTECTED]]
>
> I have Tomcat3.2.1 installed on Win98. All I did was download and unzip
> binaries to my hard drive
> c:\apache.org\. It created the appropriate directory structure. I then
> editted the tomcat.bat file and set TOMCAT_HOME=c:\apache.org\tomcat and
> JAVA_HOME=c:\jdk1.3. I then ran the tomcat.bat file with an argument of
> 'start' (without the quotes).
> Tomcat cranked right up.
> You should be able to find necessary documentation on under
> TOMCAT_HOME\doc\uguide\tomcat_ug.html
>
> HTH
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 25, 2001 7:23 PM
> > To: [EMAIL PROTECTED]
> > Subject: Help!
> >
> >
> > hi!  I've downloaded the binary version of tomcat
> > 3.1.1 build in my computer(Win 98) and I can't seem to
> > run it.  I've followed the instructions from a book
> > and from jakarta.apache.com.  I've installed the jdk,
> > and edited the tomcat.bat file.  The book told me
> > though that the default installation for Tomcat will
> > run under Unix, Windows NT and Windows 2000 and that
> > users with Windows 9X should consult the Tomcat
> > website for configuration information.  I explored in
> > the internet the whole afternoon for the configuration
> > but i had no luck.  My last resort is you.  Pls. tell
> > me how to configure this computer so that i'll be able
> > to run the Tomcat Server.
> >
> >
> >
> > __
> > Do You Yahoo!?
> > Yahoo! Auctions - Buy the things you want at great prices.
> > http://auctions.yahoo.com/
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




out of environment space (was: Help!)

2001-01-26 Thread John Freeman


This thread comes at a good time for me, as I am trying to do exactly the
same thing!

Robert, I followed your recipe exactly, correcting for my path names, and I
get the following:

---
Out of environment space
Including all jars in \jf\java\tomcat\lib in your CLASSPATH.
Out of environment space
Out of environment space
Out of environment space
---

I guess I can figure out how to increase my DOS environment space, but I'm a
little concerned that no one else seems to have run into this problem.  (not
to mention my sadness that I am still fiddling with my DOS envirnment space
in the year 2001! :)

any clues?

thanks

John Freeman  [EMAIL PROTECTED]


> From: Robert Taylor [mailto:[EMAIL PROTECTED]]
>
> I have Tomcat3.2.1 installed on Win98. All I did was download and unzip
> binaries to my hard drive
> c:\apache.org\. It created the appropriate directory structure. I then
> editted the tomcat.bat file and set TOMCAT_HOME=c:\apache.org\tomcat and
> JAVA_HOME=c:\jdk1.3. I then ran the tomcat.bat file with an argument of
> 'start' (without the quotes).
> Tomcat cranked right up.
> You should be able to find necessary documentation on under
> TOMCAT_HOME\doc\uguide\tomcat_ug.html
>
> HTH
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 25, 2001 7:23 PM
> > To: [EMAIL PROTECTED]
> > Subject: Help!
> >
> >
> > hi!  I've downloaded the binary version of tomcat
> > 3.1.1 build in my computer(Win 98) and I can't seem to
> > run it.  I've followed the instructions from a book
> > and from jakarta.apache.com.  I've installed the jdk,
> > and edited the tomcat.bat file.  The book told me
> > though that the default installation for Tomcat will
> > run under Unix, Windows NT and Windows 2000 and that
> > users with Windows 9X should consult the Tomcat
> > website for configuration information.  I explored in
> > the internet the whole afternoon for the configuration
> > but i had no luck.  My last resort is you.  Pls. tell
> > me how to configure this computer so that i'll be able
> > to run the Tomcat Server.
> >
> >
> >
> > __
> > Do You Yahoo!?
> > Yahoo! Auctions - Buy the things you want at great prices.
> > http://auctions.yahoo.com/
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: out of environment space-please guide

2001-01-18 Thread Filip Hanik

from a previous post

change the initial memory setting of dos window to a
value greater than 3200

(or)

Edit the config.sys  file and add the following line

SHELL=c:\command.com  /E:4096  /P

Restart ur machine


/Filip
~
Namaste - I bow to the divine in you.
~
Filip Hanik
Technical Architect
[EMAIL PROTECTED]

- Original Message -
From: "Sudheendra Raghavendra" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 7:01 AM
Subject: out of environment space-please guide


I have installed tomcat3.2.1 on my win 98 machineand i have set the
environmentvariables according to the userguide
JAVA_HOME=c:\jdk1.3
CLASSPATH=;c:\jdk1.3\lib\tools.jar
TOMCAT_HOME=c:\tomcat
when i run startup file gives me out of space error...
error is:
Out of environment space
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on Win9x systems
  only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.
Out of environment space
Using CLASSPATH: c:\tomcat\classes
Starting Tomcat in new window
Bad command or file name

i tried to change the memory also by rightclicking on startup file...
but still i have same error.
please help me out.
im supposed to do my assignments with tomcat-3.2.1
thanks,
roopa



_
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: out of environment space-please guide

2001-01-18 Thread Trevor Little

Try opening a dos window and upping the memory under the properties
tab... should take care of the problem

Sudheendra Raghavendra wrote:
> 
> I have installed tomcat3.2.1 on my win 98 machineand i have set the 
>environmentvariables according to the userguide
> JAVA_HOME=c:\jdk1.3
> CLASSPATH=;c:\jdk1.3\lib\tools.jar
> TOMCAT_HOME=c:\tomcat
> when i run startup file gives me out of space error...
> error is:
> Out of environment space
> Unable to set CLASSPATH dynamically.
> Note: To set the CLASSPATH dynamically on Win9x systems
>   only DOS 8.3 names may be used in TOMCAT_HOME!
> Setting your CLASSPATH statically.
> Out of environment space
> Using CLASSPATH: c:\tomcat\classes
> Starting Tomcat in new window
> Bad command or file name
> 
> i tried to change the memory also by rightclicking on startup file...
> but still i have same error.
> please help me out.
> im supposed to do my assignments with tomcat-3.2.1
> thanks,
> roopa
> 
> _
> Chat with your friends as soon as they come online. Get Rediff Bol at
> http://bol.rediff.com
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




out of environment space-please guide

2001-01-18 Thread Sudheendra Raghavendra

I have installed tomcat3.2.1 on my win 98 machineand i have set the 
environmentvariables according to the userguide
JAVA_HOME=c:\jdk1.3
CLASSPATH=;c:\jdk1.3\lib\tools.jar
TOMCAT_HOME=c:\tomcat
when i run startup file gives me out of space error...
error is:
Out of environment space
Unable to set CLASSPATH dynamically.
Note: To set the CLASSPATH dynamically on Win9x systems
  only DOS 8.3 names may be used in TOMCAT_HOME!
Setting your CLASSPATH statically.
Out of environment space
Using CLASSPATH: c:\tomcat\classes
Starting Tomcat in new window
Bad command or file name

i tried to change the memory also by rightclicking on startup file...
but still i have same error.
please help me out.
im supposed to do my assignments with tomcat-3.2.1
thanks,
roopa



_
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Out of environment space

2000-11-24 Thread michael e. brubaker


This oneĀ  I can answer.
Click on the MS-DOS icon in the upper left corner.
Click on "Properties"
Click on the "Memory" tab
Change the "Initial Environment" to 2816.
For some reason, you may need to do this for the shutdown screen and
other misc screns as well.
Tomas Marek wrote:
Guys, I think my Tomcat would be finally running
correctly, but in startup window it says:
Out of environment space
What that means? Not enough memory? Whot might be the cause?
Thanks,
Tom.



Re: Out of environment space

2000-11-24 Thread Boszormenyi Laszlo

Hi!

On Fri, 24 Nov 2000, Tomas Marek wrote:

> Out of environment space
 Ok. I checked the Java page again:
   1.Close the DOS window (the error can corrupt its CLASSPATH variable).
   2.Open a new DOS window.
   3.Click on the MS-DOS icon at the top left of the window.
   4.Select the Properties option.
   5.Click on the Memory tab.
   6.Adjust the Initial Environment drop-down box from Auto to 2816.
   7.Click OK.
   8.Start the server.

Sincerely,
Laszlo




Out of environment space

2000-11-24 Thread Tomas Marek


Guys, I think my Tomcat would be finally running correctly, but in startup
window it says:
Out of environment space
What that means? Not enough memory? Whot might be the cause?
Thanks,
Tom.