RE: can't start tomcat as user

2005-07-21 Thread Dale, Matt
: RE: can't start tomcat as user Then how to start automatically at boot time ? -Original Message- From: Luis Durán [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 9:33 AM To: Tomcat Users List Subject: Re: can't start tomcat as user dummy wrote: Hi, Got problem starting

Re: can't start tomcat as user

2005-07-21 Thread David Smith
Message- From: Luis Durán [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 9:33 AM To: Tomcat Users List Subject: Re: can't start tomcat as user dummy wrote: Hi, Got problem starting Tomcat as user tomcat. No problem starting it under root. Any idea why ? On Linux, only root

Re: can't start tomcat as user

2005-07-20 Thread Luis Durán
dummy wrote: Hi, Got problem starting Tomcat as user tomcat. No problem starting it under root. Any idea why ? On Linux, only root can open ports below 1024 (included). You must compile the jsvc program and setup a tomcat user and it will start tomcat as root and then change the

RE: can't start tomcat as user

2005-07-20 Thread dummy
Then how to start automatically at boot time ? -Original Message- From: Luis Durán [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 9:33 AM To: Tomcat Users List Subject: Re: can't start tomcat as user dummy wrote: Hi, Got problem starting Tomcat as user tomcat. No problem

Re: Can't start tomcat

2002-12-06 Thread Aleks Kleyn
Message - From: Aleks Kleyn [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 5:06 PM Subject: Re: Can't start tomcat I also followed this recommendation because I had similar problem. When I started startup.bat it responded me Out of environment space

RE: Can't start tomcat

2002-12-06 Thread Turner, John
imagine that a simple search on Google would give you the answer. John -Original Message- From: Aleks Kleyn [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 8:24 AM To: Tomcat Users List Subject: Re: Can't start tomcat I get a lot of respond, but I still not find

Re: Can't start tomcat

2002-12-03 Thread Aleks Kleyn
Cacton [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 5:36 PM Subject: Re: Can't start tomcat Hi, To see the error message, run the startup script using DOS Window and manually type the startup command, instead of double clicking the icon. My guess

Re: Can't start tomcat

2002-12-03 Thread Peng Tuck Kwok
, November 26, 2002 5:36 PM Subject: Re: Can't start tomcat Hi, To see the error message, run the startup script using DOS Window and manually type the startup command, instead of double clicking the icon. My guess would be that the problem is that you haven't setup CATALINA_HOME environment

RE: Can't start tomcat

2002-12-03 Thread Tref Gare
. -- -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 4 December 2002 4:39 PM To: Tomcat Users List Subject: Re: Can't start tomcat Can't remmember the exact command but if you do a google search for Out

RE: Can't start tomcat

2002-12-03 Thread work
[mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 12:50 To: Tomcat Users List Subject: RE: Can't start tomcat I think it runs something like this.. but I'm running on vague cobweb memories Right click the title of your Dos window.. go to properties and adjust the environment memory dedicated

Re: Can't start tomcat

2002-11-26 Thread Yandell Cacton
Hi, To see the error message, run the startup script using DOS Window and manually type the startup command, instead of double clicking the icon. My guess would be that the problem is that you haven't setup CATALINA_HOME environment variable. Cheers, Yandell. --- [EMAIL PROTECTED] wrote:

Re: Can't start tomcat

2002-11-26 Thread Steve R Burrus
Hello there, you sound like you r definitely the newest of all of the various newbies out there!!! :) Have you yet made sure/certain that you have written all of the environmental variables in the System settings that you ought to have done?!!! These variables are: (1)JAVA_HOME [the main install

Re: Can't start tomcat

2002-11-26 Thread David Brown
[EMAIL PROTECTED] writes: Hello, I have downloaded tomcat 4.1.12. When I try to startup the server a DOS Window appears and disappears immediately and I have no comment about what's going on. Can anybody help me? - NetCourrier,

RE: Can't Start Tomcat 4.0

2002-03-27 Thread Lawlor, Frank
In the startup.bat (?) change the 'start' to 'run' so you can see the error messages after running startup on the command line. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions.

Re: can't start tomcat

2001-08-29 Thread Dmitri Colebatch
If thats you're bashrc I'm assuming you're on linux... but you have a c:/ in the path... or are you running cygwin? check that $JAVA_HOME/bin/java works and then retry. cheesr dim On Wed, 29 Aug 2001, Hugo Hendriks wrote: The path to java works but when I start the startup script i get the

RE: Can't start tomcat

2001-08-28 Thread Graham, Steve (GIC)
first of all give your startup.sh permission - like chmod 755 startup.sh

RE: Can't start tomcat

2001-08-28 Thread BENARD Christophe, DDE 34/SG
Try this : cd $TOMCAT_HOME/bin chmod 744 startup.sh and run startup.sh as root. HTH Chris -Message d'origine- De: Hugo Hendriks [mailto:[EMAIL PROTECTED]] Date: mardi 28 août 2001 16:25 À: '[EMAIL PROTECTED]' Objet: Can't start tomcat Hi, I've been trying to install

RE: Can't start tomcat

2001-08-28 Thread Hugo Hendriks
: Tuesday, August 28, 2001 4:27 PM Aan: '[EMAIL PROTECTED]' Onderwerp: RE: Can't start tomcat first of all give your startup.sh permission - like chmod 755 startup.sh

RE: Can't start tomcat

2001-08-28 Thread Graham, Steve (GIC)
you have 2 set TOMCAT_HOME , JAVA_HOME , ANT_HOME etc.. do this in profile.conf, here you can find CLASSPATH and PATH variables. Edit save file , exit your telnet session , login again, do a echo $CLASSPATH and see if your changes have been accepted

Re: Can't start tomcat

2001-08-28 Thread Mike Barb Kollier
Hugo, Try initializing the paths in your startup files. I initialize (and export) my TOMCAT_HOME and JAVA_HOME in /etc/profile. This initializes it for all users which may not be needed. If you wanted to set this on a user basis use the .profile file (our equivalent startup file for your

RE: Can't start tomcat

2001-08-28 Thread Dmitri Colebatch
On Tue, 28 Aug 2001, BENARD Christophe, DDE 34/SG wrote: Try this : cd $TOMCAT_HOME/bin chmod 744 startup.sh and run startup.sh as root. dont run startup.sh as root unless you absolutely know what you are doing. if you're running tomcat in its normal setup you can just run it as the

RE: can't start tomcat 4

2001-08-20 Thread Rob S.
I've then trying to start tomcat as described, but it fails. I have the message Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap in the catalina.out file. not very close to java, what's not found? Since it's Java, you don't *have* to build it,

Re: can't start tomcat 4

2001-08-20 Thread Renato Testa
On Mon, Aug 20, 2001 at 07:13:46AM -0400, Rob S. toeggelte: I've then trying to start tomcat as described, but it fails. I have the message Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap in the catalina.out file. not very close to java,

Re: can't start tomcat 4

2001-08-20 Thread Allan Kamau
Had the same problem. Set CATALINA_HOME variable in your startup scripts eg in the '/etc/profile' for the Linux or in the Environment variables in Windows NT/2000. Then logoff and login then try starting TC4. Allan Kamau. --- Renato Testa [EMAIL PROTECTED] wrote: On Mon, Aug 20, 2001 at