AllExperts > JSP - Java Server Pages 
Search      
JSP - Java Server Pages
Volunteer
Answers to thousands of questions
 Home · More JSP - Java Server Pages Questions · Answer Library  · Encyclopedia ·
More JSP - Java Server Pages Answers
Question Library

Ask a question about JSP - Java Server Pages
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About 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

 
   

You are here:  Experts > Computing/Technology > Focus on Java > JSP - Java Server Pages > access of tomcat 5.5 on lan

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


Expert: LioneL - 9/28/2007

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


Add to this Answer   Ask a Question


 
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.