RE: Tomcat 'out of environment space' message

2002-09-11 Thread Andreas Probst
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 > installatio

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:\autoexe

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:\au

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 h

Re: ## Out of Environment space ##

2001-10-05 Thread Mikael Aronsson
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>

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
] 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\COMM

## Out of Environment space ##

2001-10-05 Thread Sam
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

Re: Out of environment space

2001-08-30 Thread Razi Ansari
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

Re: Out of environment space

2001-08-30 Thread james
- 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: >

Re: Out of environment space

2001-08-29 Thread Rajesh Nair
d.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 s

Re: Out of environment space

2001-08-29 Thread asheesh
AIL 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:tomca

Re: Out of environment space

2001-08-29 Thread james
t; <[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

Re: Out of environment space

2001-08-29 Thread ravishankar s
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

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

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 y

Re: Out of environment space - help!

2001-08-29 Thread Ted
gt; 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 > &g

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 spa

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&#

Re: Out of environment space - help!

2001-08-29 Thread ravishankar s
omcat 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 getti

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 PA

Re: out of environment space

2001-06-29 Thread Sam Newman
nsole 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

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 environm

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

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

2001-01-26 Thread Filip Hanik
[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

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

Re: out of environment space-please guide

2001-01-18 Thread Filip Hanik
[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 mac

Re: out of environment space-please guide

2001-01-18 Thread Trevor Little
t; 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

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

Re: Out of environment space

2000-11-24 Thread michael e. brubaker
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

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.