> From: Faheem Mitha [mailto:[EMAIL PROTECTED] 
> Subject: Re: running tomcat on a particular network interface 
> and a particularport
> 
> I have earlier heard references made to the tomcat connector. 
> Just to be clear, is this a separate piece of sofware or part
> of tomcat? 

It's part of Tomcat.

> Furthermore, is this something to be used for connecting to
> other pieces of software like apache?

There are several connectors available, including ones for HTTP, HTTPS,
and AJP (the last is used to hook up with httpd).  Each can be
configured in conf/server.xml; see the doc for details:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html

You want to specify the address attribute.

> I'm looking to configure tomcat to run in standalone mode, 
> and not connect it to apache at all. Does this seem reasonable?

Yes.

 - 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