I wanted to know if you reboot the virtual server using
rebootvs if tomcat restarts.
right now I get some java thread error if I use rebootvs.
If I use the startup/shutdown scripts in tomcat/bin it works fine.
Also if I use vsboot --restart [virtualserver] from the host it works fine.
Aloha,
Aubrey
----- Original Message -----
From: "C Neale" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 12:02 PM
Subject: Re: Red Hat 7.1 - Tomcat
> > Has anyone ran Jakarta Tomcat in a VS?
>
> Yes, with Sun JSDK rpm
>
> /etc/rc.vsd;
>
> # Start Tomcat web servlet server
> if [ "${tomcat_enable}" = "YES" ]; then
> echo -n 'starting tomcat: '
> /usr/java/tomcat/bin/tomcat.sh start >/dev/null 2>&1
> echo 'miaow'
> fi
>
> /etc/rc.conf;
>
> # Set to YES to enable Tomcat server
> tomcat_enable="YES"
>
> plus JAVA_HOME, TOMCAT_HOME and CLASSPATH set in /etc/profile
>
> What exactly do want to know?
>
> >
> > Aloha,
> > Aubrey Ghen
> >
> >
>