Suns Java 2 SDK
http://java.sun.com/j2se/1.3/download-linux.html

Jakarta Apache Downloads
http://jakarta.apache.org/site/binindex.html

Tomcat
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/jakarta-t
omcat-3.2.1.tar.gz
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/linux/i38
6/mod_jk.so




The above works fine in the vs.
You need to add an additional parameter in the connection definitions in
tomcat/conf/server.xml

you need to add the 'inet' parameter everywhere a connection is defined.

  <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler"

value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
            <Parameter name="port"
                value="9080"/>
                <Parameter name="inet"
                value="#BINDADDR#"/>
        </Connector>


then edit the appropriate site-vs-batch.pl and have it parse the server.xml
file replacing #BINDADDR# with the ip of the vs.

works fine execpt rebootvs hangs java.
it did not in 1.4.6 so it may be a permission problem, not sure.

Aloha,
Aubrey

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 12:34 PM
Subject: Re: Red Hat 7.1 - Tomcat


> Hi,
>
>
> am [Sat, 21 Apr 2001 20:02:12 +0100] schrieb "C  Neale"
<[EMAIL PROTECTED]> :
>
> > > Has anyone ran Jakarta Tomcat in a VS?
> >
> > Yes, with Sun JSDK rpm
>
> where to get this? Please provide me an URL!
>
> Many thanks
>
> jimmy
>
> >
> > /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
> > >
> > >
> >
>
> James T. Koerting
>
> KSD Germany
> [EMAIL PROTECTED]
>
> Murphy's Law: "Anything that can go wrong, will go wrong"
> Parkinson's Law: "Work expands to exceed available time"
> Koerting's Law: "Don't fight against these laws"
>

Reply via email to