You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Nance, Michael" <MN...@tickets.com> on 2001/08/07 17:25:04 UTC

PLEASE - HELP PLEASE

This is a repost....My connectors won't start this is from my server.xml

        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler"
value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
            <Parameter name="port" value="8007"/>
            <Parameter name="max_threads" value="500"/>
            <Parameter name="max_spare_threads" value="200"/>
            <Parameter name="min_spare_threads" value="100" />
        </Connector>

        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
           <Parameter name="handler"
value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
           <Parameter name="port" value="8009"/>
           <Parameter name="max_threads" value="500"/>
           <Parameter name="max_spare_threads" value="200"/>
           <Parameter name="min_spare_threads" value="100" />
        </Connector>

        <Context path="" docBase="../../../../src/public_html" debug="0"
reloadable="true" >
        </Context>





Second

are dir structure is something like this

../src/common/...      path to all classes etc
../src/public_html/..   path to all jsp's

in my server.xml I have a line
<Context path="" docBase=".. /src/public_html" ...>


I believe that will take care of my jsps but not a path to my Servlets....
How can I fix this?

Thanks


cgi-bin

Posted by Christoph Rooms <ch...@pandora.be>.
hi,

Can anyone point me to a help page, or give some more information on how I
can execute a perl script in a standalone Tomcat 4 setup ?

Thanks,

Christoph