> From: Frank D. Greco [mailto:fgr...@crossroadstech.com]
> Subject: RE: accepting requests from outside the host?
>
> I took a look at the tomcat process on my box and it has this:
>          sockname: AF_INET6 ::ffff:127.0.0.1  port: 8080

That's not pretty.  Must be some odd rules in place here (besides the IPv6).  
Is IPv4 disabled on this box?  The current JVM levels can't run IPv6 only.

> I can't telnet or ping.  Our ISP sysadmin disabled those on
> the firewall.

Nice guy.

> Someone else said I need to bind it to the ipaddr of the box
> (OpenSolaris btw), but I'm not sure how to do that.

Set the address attribute of your <Connector> element(s) in conf/server.xml to 
the desired IP address:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

What version of Tomcat are you using, and what JRE/JDK?

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to