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]

Reply via email to