-
Tomcat Problem
Not sure if this is the best place to ask this question. But I am building a simple Servlet and everything works when I am running tomcat and connecting to it by using localhost. However, I cannot use my ip address to connect to it. I get a timeout error. What is the problem?
-
Are you connecting to the right port (typically you need to add :8080 after your ip)? It could be that the request is getting stopped by your private network. Typically you can get to your router at 192.168.0.1 . Most ISP's block certain ports. You might need to modify your server.xml in the conf directory and change the port for the connector.
Similar Threads
-
By Lawrence Kang in forum Java
Replies: 2
Last Post: 02-28-2006, 02:02 AM
-
By ylithian in forum Java
Replies: 4
Last Post: 11-29-2005, 03:48 PM
-
By JohnsonGPS in forum C++
Replies: 3
Last Post: 11-16-2005, 06:15 PM
-
By Jose Rodz in forum Web
Replies: 0
Last Post: 12-27-2001, 08:26 AM
-
By Wade Balzer in forum VB Classic
Replies: 0
Last Post: 06-23-2000, 02:17 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks