I have a web app which is running on Tomcat 7, on Fedora 14. I can access that application in my local pc but how do I make it available to the other users of the LAN?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Configure a Host that defines your local network address/name instead of localhost:

See here:

http://tomcat.apache.org/tomcat-7.0-doc/config/host.html

link|improve this answer
Could you please some more description – Harsha Dec 2 '11 at 4:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.