Re: Problems running Tomcat from command line

2002-11-26 Thread Steve Russell
wrote: Did you try this by opening a new command window? (After you change the comspec parameters, the changes take place only in a new window). Manav. - Original Message - From: Steve Russell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 4:09 AM

RE: Problems running Tomcat from command line

2002-11-26 Thread Steve Russell
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. I know this because I tried

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

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

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
\GnuEmacs21.2\bin;C:\ProgramFiles;C:\PROGRA~1\ULTRAE~1;C:\Program Files\Microsoft SQL Server\80\Tools\BINN; JAVA_HOME: C:\JDK TOMCAT_HOME C:\TOMCAT Any ideas? Please? :) Steve Steve Russell Applications Developer 301-251-1161 x 275 [EMAIL PROTECTED] Emmes Corporation 401 N. Washington

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
--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 help you! * On Mon 11/25, Steve Russell wrote:From: Steve Russell [mailto

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 (

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
on it) along with a directory to start in property. What are these poperties? Julius Davies 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

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 differently

Re: Problems running Tomcat from command line

2002-11-25 Thread Steve Russell
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. - Original Message - From: Steve Russell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 3:56 AM

Tomcat 4.03 Problems Setting up a Context

2002-09-06 Thread Steve Russell
Hi; I'm using Tomcat 4.03 with Red Hat 7.3. I'm having trouble setting up a Context for a web application and I was hoping someone could give me a clue to what I missed in reading the manual. First I set up a test web app like this: Context path=/Projects docBase=/home/srussell/Projects

Re: Tomcat 4.03 Problems Setting up a Context

2002-09-06 Thread Steve Russell
it by typing http://localhost:8080/test in you browser... The context was needed in 3.x.. On Fri, 6 Sep 2002, Steve Russell wrote: Hi; I'm using Tomcat 4.03 with Red Hat 7.3. I'm having trouble setting up a Context for a web application and I was hoping someone could give me a clue to what I

Re: Tomcat 4 Suse 8

2002-08-02 Thread Steve Russell
Gunter D'Hondt wrote: Same here Tomcat 4.01 works with Suse 8.0 although I'm having problems using the mod_webapp connector with Apache 1.3.23 but standalone Tomcat is working perfect! Thanks everyone. I feel better about buying a new Suse now that I know that the tomcat4

Tomcat 4 Suse 8

2002-08-01 Thread Steve Russell
I gave up on trying to get Tomcat 4 to work with Suse 7.2 Has anyone gotten tomcat 4.* to work on suse 8? Steve -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomat 4.03 JAVACMD Startup Properties

2002-07-31 Thread Steve Russell
Hi; I'm using tomcat 4.03 and the IBM jdk 1.3.1 I'm running these commands to start my project export JAVACMD=$JAVA_HOME/bin/java -DprojectProperties=$PROJECT_HOME/conf/project.properties ./startup.sh This worked with tomcat 3, but with tomcat 4.03 when I check the catalina.out log file it

Tomcat 4.03 CLI options?

2002-07-31 Thread Steve Russell
I did look through the docs. Where can I find a list of command line options to use with TOMCAT_HOME/bin/startup.sh ? Thanks in advance Steve -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomat 4.03 JAVACMD Startup Properties

2002-07-31 Thread Steve Russell
Shapira, Yoav wrote: No. You need to specify JAVA_OPTS or CATALINA_OPTS. See the RUNNING.txt file and the $CATALINA_HOME/bin/catalina.sh file for documentation. I set this in my .bashrc and confirmed it with an echo export CATALINA_OPTS=$JAVA_HOME/bin/java

Re: Tomat 4.03 JAVACMD Startup Properties

2002-07-31 Thread Steve Russell
Shapira, Yoav wrote: Hi, Try setting them in catalina.sh. It should be just the options, e.g. in your case below CATALINA_OPTS='-DzeeraProperties=foo' Yoav Shapira Millennium ChemInformatics It didn't work, thanks anyway Steve -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Can Tomcat 4.03 expire web pages

2002-07-26 Thread Steve Russell
Hi; My boss wants to expire our jsp pages. In other words, if a user hits backspace, instead of getting the jsp page s/he just left s/he would see a notice that the page expired. I've seen snippets of code to do this on google, but I haven't been able to get them to work. Can Tomcat 4.03

Manager App Issues: 4.03

2002-07-25 Thread Steve Russell
Hi; I'm tring to migrate a JSP application from tomcat 3.2/sun jdk 1.3.1 to tomcat 4.03/ibm jdk 1.3.1 In my old server.xml file I had it set up so everything under the /net directory was big giant web app. If I had directory book ( /net/books) under /net I could access it with the following

Tomcat 4.03 Classpath

2002-07-25 Thread Steve Russell
Hi; I just upgraded to Tomcat 4.03. I've got jsps running.except for when they call java classes. I get a 500 error complaining about not being able to find the classes. My CLASSPATH echos fine.(its pointing to classes not src ) I checked through the docs looking for changes in how 4.03

Re: Tomcat 4.03 Classpath

2002-07-25 Thread Steve Russell
25, 2002 4:23 PM To: Tomcat Users List Subject: RE: Tomcat 4.03 Classpath what version was you on before ?? -Original Message- From: Steve Russell [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:18 PM To: Tomcat Users List Subject: Tomcat 4.03 Classpath Hi; I just upgraded

Re: Tomcat 4.03 Classpath

2002-07-25 Thread Steve Russell
Tomcat 3.2 Ron Day wrote: what version was you on before ?? -Original Message- From: Steve Russell [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:18 PM To: Tomcat Users List Subject: Tomcat 4.03 Classpath Hi; I just upgraded to Tomcat 4.03. I've got jsps

Re: Tomcat 4.03 Classpath

2002-07-25 Thread Steve Russell
Ron Day wrote: Tomcat 4.0 and above strictly enforces the Servlet 2.2 WebApp directory structure (3.0 + did not). Inside your webapp folder you put JSP's,html etc. You also need a folder called WEB-INF (spelling and case important). Inside here are two folders classes and lib, and your

Re: Mailing List Load.... Forum???

2002-06-27 Thread Steve Russell
I think this list would make an excellent usenet group ( comp.lang.java.server-side ? ). I read the documents that you need to read before writing a usenet new newsgroup proposal. Those docs said it was VITAL to have good justifications for your proposed group in your proposal. According to