DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2

Thread: Tomcat Problem

  1. #1
    Join Date
    May 2005
    Posts
    6

    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?

  2. #2
    Join Date
    Dec 2005
    Posts
    21
    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

  1. Replies: 2
    Last Post: 02-28-2006, 02:02 AM
  2. servlet porting problem [urgent]
    By ylithian in forum Java
    Replies: 4
    Last Post: 11-29-2005, 03:48 PM
  3. Replies: 3
    Last Post: 11-16-2005, 06:15 PM
  4. Tomcat Startup Problem
    By Jose Rodz in forum Web
    Replies: 0
    Last Post: 12-27-2001, 08:26 AM
  5. Replies: 0
    Last Post: 06-23-2000, 02:17 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links