Standalone tomcat 5.5 can’t access other than on localhost
Clean install of Tomcat 5.5. I know it’s older, but the webapp I am needing does not support newer versions. I can access it just fine using localhost, but I can’t get to it from a remote computer. Sends a 404 error. I am really new to this stuff, so if there is something stupid you would not even suggest, please do it anyway.
Thanks for any help in advance.
Brian
Open the /path/to/tomcat/conf/server.xml file and remove address="127.0.0.1" from <Connector tag:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
Check more discussion of this question.
Related posts:
Leave a comment
Recent Posts
Tags
active-directory
amazon-ec2
apache
apache2
backup
bash
centos
cisco
command-line
debian
dns
email
exchange
firewall
iis
iis7
iptables
linux
macosx
monitoring
mysql
networking
nginx
performance
permissions
php
postfix
raid
security
sql-server
sql-server-2005
sql-server-2008
ssh
ssl
ubuntu
unix
virtualization
vpn
webserver
windows
windows-7
windows-server-2003
windows-server-2008
windows-server-2008-r2
windows-xp





