2/26/02 7:18:32 PM, John Niven <[EMAIL PROTECTED]> wrote:
>
>Follow the instructions in running.txt for which directories to copy - I'm
>at work just now (JRun ;-( ) but off-hand I think it's bin, conf, lib &
>webapps.  Within /conf, you need to edit server.xml so the various ports
>don't conflict.  Eg. if the CATALINA_HOME/conf/server.xml uses port 8080,
>/server01/conf/server.xml could be 8081 for example.  There are three
>locations in the server.xml which I edited - I don't have the file to hand
>at the moment, but if you'd like a copy I can post it tonight/tomorrow.
>

I had to change 
1. <Server port="8005"

2.  <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="80" minProcessors="5"

3. Since I use Tomcat as my web server too, I deleted the following section
 <!-- Define an Apache-Connector Service -->
  <Service name="Tomcat-Apache">
        ...etc...
        ...etc...
  </Service>

>
>Cheers
>John
>
>--
>John Niven
>Reply via mailing-list.

Sriram


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to