Re: ¿how configure tomcat to auto startup in linux?

2004-05-04 Thread Tim Funk
See http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links

It has some links for setting up tomcat on Linux. Some of those links discuss 
 starting tomcat on boot.

-Tim

Ing. Enrique de la Barrera Perez wrote:

Hello Tomcat users ¡¡¡
¿could somebody tell when to find documentation to configure tomcat to auto startup in linux?
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Eric Noel
maybe this will help

#copy/modify the tomcat5.sh included in the jsvc.tar.gz\jsvc-src\native 
folder to /etc/init.d/tomcat5
#make sure it is executable (chmod a+x).
#if rh
  #chkconfig tomcat5 on
  #service tomcat5 start
#if debian
  #update-rc.d tomcat5 start 90 2 3 4 5  . stop 21 0 1 6 .
  #/etc/init.d/tomcat5 start



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Ing. Enrique de la Barrera Perez
I can start/stop my tomcat fine and applications are running ok,
i just need tomcat to autostart when system up.

Linux version?
Redhat Linux 9.0

Machine?(Intel?)
Intel

JDK version?
jdk 1.4.2_04

Tomcat 5 Correct?
5.0.19

Planned use? Develop Production Internet Intranet
Production Internet

Will port 8080 serve your needs or do you need port 80?
Currently running on port 80

Thanks for your time
ebarrera

- Original Message -
From: Ing. Enrique de la Barrera Perez [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, May 03, 2004 10:04 PM
Subject: Re: ?how configure tomcat to auto startup in linux?


 Sorry, but i´m not a linux expert, so, this idea would be perfect but not
 for me.

 I have followed the instructions in
 http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html
 and everything seems to be ok, just that Tomcat dont start up:

 cd $CATALINA_HOME/bin
 tar xvfz jsvc.tar.gz
 cd jsvc-src
 autoconf
 ./configure
 make
 cp jsvc ..
 cd ..

 cd $CATALINA_HOME
 ./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -cp
 ./bin/bootstrap.jar \
 -outfile ./logs/catalina.out -errfile ./logs/catalina.err \
 org.apache.catalina.startup.Bootstrap

 When i type this last command nothing happens, or at least, Tomcat dont
 start up
 ¿any guide about what i have to do?

 Regards
 ebarrera


 - Original Message -
 From: QM [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, May 03, 2004 3:36 PM
 Subject: Re: ?how configure tomcat to auto startup in linux?


  On Mon, May 03, 2004 at 06:20:04PM -0700, Ing. Enrique de la Barrera
Perez
 wrote:
  : Hello Tomcat users ???
  : ?could somebody tell when to find documentation to configure tomcat to
 auto
  : startup in linux?
 
  Check /etc/init.d for examples of start scripts.
  Clone one of those and you're in business.
 
  You can then use plain old su, jsvc (search apache.org), or
  erni (brandxdev.net) to start the process as the Tomcat user
  instead of root.
 
  -QM
 
  --
 
  software  -- http://www.brandxdev.net
  tech news -- http://www.RoarNetworX.com
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Subir Sengupta
There are instructions on how to do this on Oscar Carrillo's site.

http://www.linuxjava.net/howto/webapp/#daemons

Subir

-Original Message-
From: Ing. Enrique de la Barrera Perez [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 03, 2004 7:29 PM
To: Tomcat Users List
Subject: Re: ?how configure tomcat to auto startup in linux?


I can start/stop my tomcat fine and applications are running ok, i just need tomcat to 
autostart when system up.

Linux version?
Redhat Linux 9.0

Machine?(Intel?)
Intel

JDK version?
jdk 1.4.2_04

Tomcat 5 Correct?
5.0.19

Planned use? Develop Production Internet Intranet
Production Internet

Will port 8080 serve your needs or do you need port 80?
Currently running on port 80

Thanks for your time
ebarrera

- Original Message -
From: Ing. Enrique de la Barrera Perez [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, May 03, 2004 10:04 PM
Subject: Re: ?how configure tomcat to auto startup in linux?


 Sorry, but i´m not a linux expert, so, this idea would be perfect but 
 not for me.

 I have followed the instructions in 
 http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html
 and everything seems to be ok, just that Tomcat dont start up:

 cd $CATALINA_HOME/bin
 tar xvfz jsvc.tar.gz
 cd jsvc-src
 autoconf
 ./configure
 make
 cp jsvc ..
 cd ..

 cd $CATALINA_HOME
 ./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -cp 
 ./bin/bootstrap.jar \
 -outfile ./logs/catalina.out -errfile ./logs/catalina.err \
 org.apache.catalina.startup.Bootstrap

 When i type this last command nothing happens, or at least, Tomcat 
 dont start up ¿any guide about what i have to do?

 Regards
 ebarrera


 - Original Message -
 From: QM [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, May 03, 2004 3:36 PM
 Subject: Re: ?how configure tomcat to auto startup in linux?


  On Mon, May 03, 2004 at 06:20:04PM -0700, Ing. Enrique de la Barrera
Perez
 wrote:
  : Hello Tomcat users ???
  : ?could somebody tell when to find documentation to configure 
  tomcat to
 auto
  : startup in linux?
 
  Check /etc/init.d for examples of start scripts.
  Clone one of those and you're in business.
 
  You can then use plain old su, jsvc (search apache.org), or 
  erni (brandxdev.net) to start the process as the Tomcat user 
  instead of root.
 
  -QM
 
  --
 
  software  -- http://www.brandxdev.net
  tech news -- http://www.RoarNetworX.com
 
 
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Parsons Technical Services
Give some more information.

Linux version?

Machine?(Intel?)

JDK version?

Tomcat 5 Correct?

Planned use? Develop Production Internet Intranet

Will port 8080 serve your needs or do you need port 80?

With this we can guide you as to which method to use.

Doug
www.parsonstechnical.com


- Original Message - 
From: Ing. Enrique de la Barrera Perez [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, May 03, 2004 10:04 PM
Subject: Re: ?how configure tomcat to auto startup in linux?


 Sorry, but i´m not a linux expert, so, this idea would be perfect but not
 for me.

 I have followed the instructions in
 http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html
 and everything seems to be ok, just that Tomcat dont start up:

 cd $CATALINA_HOME/bin
 tar xvfz jsvc.tar.gz
 cd jsvc-src
 autoconf
 ./configure
 make
 cp jsvc ..
 cd ..

 cd $CATALINA_HOME
 ./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -cp
 ./bin/bootstrap.jar \
 -outfile ./logs/catalina.out -errfile ./logs/catalina.err \
 org.apache.catalina.startup.Bootstrap

 When i type this last command nothing happens, or at least, Tomcat dont
 start up
 ¿any guide about what i have to do?

 Regards
 ebarrera


 - Original Message -
 From: QM [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, May 03, 2004 3:36 PM
 Subject: Re: ?how configure tomcat to auto startup in linux?


  On Mon, May 03, 2004 at 06:20:04PM -0700, Ing. Enrique de la Barrera
Perez
 wrote:
  : Hello Tomcat users ???
  : ?could somebody tell when to find documentation to configure tomcat to
 auto
  : startup in linux?
 
  Check /etc/init.d for examples of start scripts.
  Clone one of those and you're in business.
 
  You can then use plain old su, jsvc (search apache.org), or
  erni (brandxdev.net) to start the process as the Tomcat user
  instead of root.
 
  -QM
 
  --
 
  software  -- http://www.brandxdev.net
  tech news -- http://www.RoarNetworX.com
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread Ing. Enrique de la Barrera Perez
Sorry, but i´m not a linux expert, so, this idea would be perfect but not
for me.

I have followed the instructions in
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html
and everything seems to be ok, just that Tomcat dont start up:

cd $CATALINA_HOME/bin
tar xvfz jsvc.tar.gz
cd jsvc-src
autoconf
./configure
make
cp jsvc ..
cd ..

cd $CATALINA_HOME
./bin/jsvc -Djava.endorsed.dirs=./common/endorsed -cp
./bin/bootstrap.jar \
-outfile ./logs/catalina.out -errfile ./logs/catalina.err \
org.apache.catalina.startup.Bootstrap

When i type this last command nothing happens, or at least, Tomcat dont
start up
¿any guide about what i have to do?

Regards
ebarrera


- Original Message -
From: QM [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, May 03, 2004 3:36 PM
Subject: Re: ?how configure tomcat to auto startup in linux?


 On Mon, May 03, 2004 at 06:20:04PM -0700, Ing. Enrique de la Barrera Perez
wrote:
 : Hello Tomcat users ???
 : ?could somebody tell when to find documentation to configure tomcat to
auto
 : startup in linux?

 Check /etc/init.d for examples of start scripts.
 Clone one of those and you're in business.

 You can then use plain old su, jsvc (search apache.org), or
 erni (brandxdev.net) to start the process as the Tomcat user
 instead of root.

 -QM

 --

 software  -- http://www.brandxdev.net
 tech news -- http://www.RoarNetworX.com


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: ?how configure tomcat to auto startup in linux?

2004-05-03 Thread QM
On Mon, May 03, 2004 at 06:20:04PM -0700, Ing. Enrique de la Barrera Perez wrote:
: Hello Tomcat users ???
: ?could somebody tell when to find documentation to configure tomcat to auto
: startup in linux?

Check /etc/init.d for examples of start scripts.
Clone one of those and you're in business.

You can then use plain old su, jsvc (search apache.org), or
erni (brandxdev.net) to start the process as the Tomcat user
instead of root.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]