You are here:

JSP - Java Server Pages/access of tomcat 5.5 on lan

Advertisement


Question
I am stuck with a slight problem. All the jsp scripts work fine on the machine that tomcat is available and i use the url as http://localhost:8080/folder(in webapps)/page.jsp but they do not work from any other machine on the lan. Can you please let help me
thanks

Answer
Probably you have a firewall the denies the service, consider either re-configuring the firewall or change to a port that the firewall allows.

For that you need to open <tomcat>/conf/server.xml, search for "8080" and replace that with the port you desire. Then restart Tomcat. See if it works. If not, you have something else using that port. Try stopping that service but remember to tell the users about it and then re-test.

Hope this helps.

Thanks and Regards,
Lionel

JSP - Java Server Pages

All Answers


Ask Experts

Volunteer


LioneL

Expertise

Strong in Java/J2ee. Will be able to answer in all areas of the sdlc.

Experience


SCJP, SCJD. Undergone more than 5 life cycles. Also a listed expert under the java section of this site.

Past/Present clients
Royal Mail, UK
Imaginon, US
ApnaTek Inc, US
Point Solutions, UK
GE HealthCare, US
AT&T, US
MGIC, US

©2012 About.com, a part of The New York Times Company. All rights reserved.