RE: How to start Tomcat using differnt JRE

2005-09-23 Thread KEREM ERKAN
Add this to the beginning of your catalina.sh script in /bin directory of Tomcat. export JAVA_HOME=/path/to/jdk1.5 That way it will start with the JDK of your choice. Regards, Kerem -Original Message- From: lanna august [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005

Re: How to start Tomcat with JDK 1.4 compatibility pack on JDK 5.0?

2005-09-23 Thread Stagger Lee
Come on guys, don't tell me no one had to solve this yet. Anyone? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to start Tomcat with JDK 1.4 compatibility pack on JDK 5. 0?

2005-09-23 Thread KEREM ERKAN
back to their original names. That will absolutely work :-) Cheers, Kerem -Original Message- From: Stagger Lee [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 1:28 PM To: Tomcat Users List Subject: Re: How to start Tomcat with JDK 1.4 compatibility pack on JDK 5.0

RE: How to start Tomcat using differnt JRE

2005-09-22 Thread Jan Fredrik Fallsen
You must change the JAVA_HOME in system variables -Original Message- From: lanna august [mailto:[EMAIL PROTECTED] Sent: 23. september 2005 07:16 To: tomcat-user@jakarta.apache.org Subject: How to start Tomcat using differnt JRE Hi sorry for sending this twice, but I am using new email

Re: how 2 start tomcat from ms-dos command prompt without creatinga new window ?

2003-07-24 Thread John Turner
Install Tomcat as a service. John Me myself wrote: i have an question about how to start the tomcat servlet container as an windows-process from the ms-dos command prompt without getting a new cmd-window. Its that when i start my java server with STARTUP it makes a new command window and starts

Re: how 2 start tomcat from ms-dos command prompt without creating a new window?

2003-07-24 Thread Me myself
. From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: how 2 start tomcat from ms-dos command prompt without creating a new window ? Date: Thu, 24 Jul 2003 15:26:42 -0400 Install Tomcat as a service. John Me

RE: how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Mike Curwen
-Original Message- From: Me myself [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: Re: how 2 start tomcat from ms-dos command prompt without creating a new window ? Yes, but, would tomcat then start with the windows startup

Re: how 2 start tomcat from ms-dos command prompt without creatinga new window ?

2003-07-24 Thread John Turner
Services are very good solutions, that's why they are there. You use the services control panel applet to manage services, there is no need to reboot the machine to stop and start them. John Me myself wrote: Yes, but, would tomcat then start with the windows startup ? and every time i take

Re: how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Munteanu Gabriel
There is another solution that I use: in my startup.bat i have a line like this: call %EXECUTABLE% start %CMD_LINE_ARGS% and I changed it in: call %EXECUTABLE% run %CMD_LINE_ARGS% and now it doesn't make another window, it remains in the one that starts the process. I hope it helps. Gabi P.S.

Re: how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Simon Pabst
try the dos start command: start tomcat\bin\startup.bat (start /? for help) At 19:17 24.07.2003 +, you wrote: i have an question about how to start the tomcat servlet container as an windows-process from the ms-dos command prompt without getting a new cmd-window. Its that when i start my java

RE: HOW TO start tomcat on linux boot

2002-03-07 Thread Gustavo Souza
Slackware Linux 8.0 thanks At 19:51 06/03/2002 -0500, you wrote: What distro of Linux are you using? Mike -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 5:57 PM To: 'Tomcat Users List' Subject: RE: HOW TO start tomcat on linux boot

RE: HOW TO start tomcat on linux boot

2002-03-06 Thread Brett Porter
Is CATALINA_HOME set? IS JAVA_HOME set? what about CATALINA_BASE? Also, I don't personally like running things as root - you might want to install your webapps as another user (I just called it appuser), and su to that before executing tomcat. - Brett -Original Message- From: Gustavo

RE: HOW TO start tomcat on linux boot

2002-03-06 Thread Mike Millson
What distro of Linux are you using? Mike -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 5:57 PM To: 'Tomcat Users List' Subject: RE: HOW TO start tomcat on linux boot Is CATALINA_HOME set? IS JAVA_HOME set? what about CATALINA_BASE

RE: How to start Tomcat 4.0 in debug mode

2002-02-07 Thread Ilya Khandamirov
In your catalina.bat/catalina.sh file. Locate the doStart label, then insert your line after the %_STARTJAVA% word. Ilya -Original Message- From: Nagender Taalla [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 6. Februar 2002 23:10 To: Tomcat Users List Subject: How to start Tomcat 4.0 in

Re: How to start Tomcat 4.0 in debug mode

2002-02-07 Thread Nagender Taalla
20855 Phone 301.251.8570 (x) 211 Fax 301.251.8573 - Original Message - From: Dave Whitla [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 06, 2002 6:04 PM Subject: Re: How to start Tomcat 4.0 in debug mode The start script in the bin directory

Re: How to start Tomcat 4.0 in debug mode

2002-02-06 Thread Dave Whitla
The start script in the bin directory of the binary distribution. - Original Message - From: Nagender Taalla [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 8:09 AM Subject: How to start Tomcat 4.0 in debug mode Hi, I am using an external

RE: How to start tomcat

2001-02-16 Thread Aleksandar Milanovic
Go to ControlPanel-system-environment and set the environment variable JAVA_HOME to the location of your JDK installation. All this is explained in the tomcat documentation. Environment variables are variables that get passed to programs you run so that they can adjust their behaviour to

RE: How to start Tomcat on NT?

2001-02-02 Thread Randy Layman
Depending upon your logging level, that's probably it. To check if Tomcat is running go to http://localhost:8007. Note: This is where your System.out and System.err will show up. Randy -Original Message- From: Chris Perkins [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: how to start tomcat on port 80 w/o being root?

2000-10-25 Thread Dan Byrne
I have used a program called sudo which accesses root permission to startup such services Dan -Original Message- From: tlittle [mailto:tlittle]On Behalf Of Trevor Little Sent: Wednesday, October 25, 2000 5:43 PM To: [EMAIL PROTECTED] Subject: how to start tomcat on port 80 w/o being

Re: how to start tomcat on port 80 w/o being root?

2000-10-25 Thread Jan Labanowski
I am afraid, you are out of luck... But I hope someone will say I am wrong... The apache has a "parent" process which runs as root, and spawns children processes as "nobodies" (or whatever). Tomcat is running a single process, does not spawn children, and from the beginning to the end is the