Re: Getting Tomcat to _only_ listen to localhost

2003-02-23 Thread Tim Funk
Add to your Connectore definition:
address='127.0.0.1' or whatever IP address you wish to bind to.
If this property is not defeined - then tomcat binds to all ip addresses 
for that port.

-Tim

Jordan Hayes wrote:
I'd like for the standalone HTTP server and the Coyote/JK2 AJP 1.3
Connector to only listen to localhost.  I tried setting
defaultHost=localhost in the connector (for example) and that still
leaves me with *.8009 ...
Any ideas how to do this?

Thanks,

/jordan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Getting Tomcat to _only_ listen to localhost

2003-02-23 Thread Jordan Hayes
 Add to your Connectore definition:
 address='127.0.0.1' or whatever IP address you wish to bind to.

Just for fun, where is this documented?

Thanks, that worked.

/jordan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Getting Tomcat to _only_ listen to localhost

2003-02-23 Thread Tim Funk
for jk
  http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.html
for http
  http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/http11.html
or
  http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html
-Tim

Jordan Hayes wrote:
Add to your Connectore definition:
address='127.0.0.1' or whatever IP address you wish to bind to.


Just for fun, where is this documented?

Thanks, that worked.

/jordan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Getting Tomcat to _only_ listen to localhost

2003-02-22 Thread Jordan Hayes
I'd like for the standalone HTTP server and the Coyote/JK2 AJP 1.3
Connector to only listen to localhost.  I tried setting
defaultHost=localhost in the connector (for example) and that still
leaves me with *.8009 ...

Any ideas how to do this?

Thanks,

/jordan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]