Re: Problems running Tomcat from command line

2002-11-26 Thread Steve Russell
Hi; These are all of the things I have tried to increase the default environment space Windows 2000 gives to shell applications: It used to be with Windows 98 that if you right clicked the icon in a shell window, then "properties", you got an option to increase default memory size. This option

RE: Problems running Tomcat from command line

2002-11-26 Thread Steve Russell
d cmd and not command. cmd has more capabilities than command. Regards, Stephen. -Original Message- From: Steve Russell [mailto:[EMAIL PROTECTED]] Sent: 26 November 2002 14:32 To: Tomcat Users List Subject: Re: Problems running Tomcat from command line You are right. The issue is memory

RE: Problems running Tomcat from command line

2002-11-26 Thread Stephen . Thompson
ot;Tomcat Users List" <[EMAIL PROTECTED]> >Sent: Tuesday, November 26, 2002 4:09 AM >Subject: Re: Problems running Tomcat from command line > > > > ComSpec, I made a typo > > > > Steve > > > > At 04:09 AM 11/26/2002 +0530, you wrote: > > >

Re: Problems running Tomcat from command line

2002-11-26 Thread Steve Russell
t; Sent: Tuesday, November 26, 2002 4:09 AM Subject: Re: Problems running Tomcat from command line > ComSpec, I made a typo > > Steve > > At 04:09 AM 11/26/2002 +0530, you wrote: > >Are you sure you modified ComSpec or ComSec (as you mentioned)? > > > >Manav. >

Re: Problems running Tomcat from command line

2002-11-25 Thread Manavendra Gupta
Tuesday, November 26, 2002 4:09 AM Subject: Re: Problems running Tomcat from command line > ComSpec, I made a typo > > Steve > > At 04:09 AM 11/26/2002 +0530, you wrote: > >Are you sure you modified ComSpec or ComSec (as you mentioned)? > > > >Manav. > >

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
Tuesday, November 26, 2002 3:56 AM Subject: RE: Problems running Tomcat from command line > At 02:04 PM 11/25/2002 -0800, you wrote: > > >Steve Russell, > > > >Perhaps this link will help: > > > >http://www.google.com/search?q=out+of+environment+space+tomcat &g

Re: Problems running Tomcat from command line

2002-11-25 Thread Manavendra Gupta
Are you sure you modified ComSpec or ComSec (as you mentioned)? Manav. - Original Message - From: "Steve Russell" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 3:56 AM Subject: RE: Problems running Tomcat f

RE: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
At 02:04 PM 11/25/2002 -0800, you wrote: Steve Russell, Perhaps this link will help: http://www.google.com/search?q=out+of+environment+space+tomcat Try to get that "out of environment space" error to go away, then we'll work on the absentee "servlet.jar" issue. Win 2000 does it differentl

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
en we'll work on the absentee "servlet.jar" issue. Julius Davies, Programmer, CUCBC Email: [EMAIL PROTECTED], Ph: 604.730.6385 -Original Message- From: Steve Russell [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 1:55 PM To: Tomcat Users List Subject: Re: Problem

Re: Problems running Tomcat from command line

2002-11-25 Thread Manavendra Gupta
s List" <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 3:25 AM Subject: Re: Problems running Tomcat from command line > Hi; > > I'm reposting this, hoping that this version is more clear. > -- > > I'm on Windows 2000 using Tomcat 3.2.4 ( not my choice

Re: Problems running Tomcat from command line

2002-11-25 Thread Christopher Mark Balz
From: Steve Russell [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 1:55 PM To: Tomcat Users List Subject: Re: Problems running Tomcat from command line Hi; I'm reposting this, hoping that this version is more clear. -- I'm on Windows 2000 using Tomcat 3.2.4 ( not

RE: Problems running Tomcat from command line

2002-11-25 Thread Julius Davies
il: [EMAIL PROTECTED], Ph: 604.730.6385 > -Original Message- > From: Steve Russell [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 1:55 PM > To: Tomcat Users List > Subject: Re: Problems running Tomcat from command line > > > Hi; > > I&#x

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
Hi; I'm reposting this, hoping that this version is more clear. -- I'm on Windows 2000 using Tomcat 3.2.4 ( not my choice ). I can start tomcat by double clicking the startup.bat file in C:\TOMCAT\bin. However, I can't start tomcat programmatically by typing "startup.bat" or "startup" ( wi

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
Yes I am literally typing "startup.bat" ( without quotes ) at the dos prompt in the appropiate directory. It works for other *.bat files. I also tried literally typing just "startup" ( without quotes ). No difference. Tomcat will still start by clicking on the icon for startup.bat in explore

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve R. Burrus
Steve, are you typing (literally) "startup.bat" at the DOS command line to start Tomcat?? If so, you should just type in "startup"--one word--and that should quickly activate it to your satisfaction!! If it still doesn't, get back to me "at the speed of light" and I will go on with trying to h

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
At 12:41 PM 11/25/2002 -0800, you wrote: Ya, Christopher Balz is "right on the money" with his solid judgement that all of the various slashes in BOTH the path and the classpath env. variables should definitely point in just one direction only!!! This isn't an issue. As I wrote in my post I h

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve R Burrus
Ya, Christopher Balz is "right on the money" with his solid judgement that all of the various slashes in BOTH the path and the classpath env. variables should definitely point in just one direction only!!! Listen, can someone please tell me how I start to package up a WAR file and then in what fol

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
I have a CLASSPATH set for the system: .;C:\W2Kimage_c\cygwin\home\steve\Projects\Classes basically the immediate directory and my home directory. I also have tools.jar in TOMCAT_HOME/lib, JAVA_HOME/jre/lib/ext Like I said its an interesting problem in that it works if I doulbe click on the

Re: Problems running Tomcat from command line

2002-11-25 Thread Christopher Mark Balz
You should set CLASSPATH as a Windows environment variable. I always make sure that the slashes in the CLASSPATH value should all point the same direction. - CB Steve Russell wrote: Hi; I just started a new job. The company is using MS Windows 2000 and Tomcat 3.2.4 ( not my choice - peac

Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
Hi; I just started a new job. The company is using MS Windows 2000 and Tomcat 3.2.4 ( not my choice - peace! ). I am able to start tomcat by going to C:\Tomcat\bin and double clicking startup.bat in explorer. However, I am not able to start tomcat from a command line. When I try it from do