> From: Panian, Ardo [mailto:[EMAIL PROTECTED] 
> Subject: Re: Two separate instances of Tomcat running on a 
> single Windows 2003 server.
> 
> What about this line in the server.xml:
> <Service name="Catalina">
> can both instances have the same name?

Yes, the service name is internal to the process.

> The 2nd server can then be set to:
> <Server port="8105" shutdown="SHUTDOWN" debug="0">?
> 
> The 8080 connector port and the 8009 AJP port would also need 
> to be set to unique values as well, correct?

Yes, as everyone has been telling you for some time now, all the ports
must be unique across the two installations.

> Lastly what about:
> <Engine name="Catalina" defaultHost="localhost" debug="0">?

It's not a issue, since each Tomcat has its own ports.

> if anyone has any reference manuals they can suggest I am 
> definitely interested in purchasing one soon.

Don't waste your money; read the real documentation on the Tomcat web
site.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to