Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Dukker Jansen   on Aug 14 In Java Category.

  
Question Answered By: Roderick King   on Aug 14

Could it be that the address that you are talking about is the port address?
Perhaps the port you chose to run tomcat  on is being used by another
program. Usually tomcat runs on port 8080 or 80 unless you specify another
port. If this is it, you should try to find out what other program you have
running on that port and stop it or change it...or just change the port you
chose Tomcat to run on.

Perhaps you have Tomcat running on port 80 and something else like Personal
Web Server (for ASP) running on port 80 as well. Port 80 allows you to run
something in the browser without specifying the port like this -->
http://localhost rather than this --> http://localhost:8080

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Configuring Tomcat4.0 Or get search suggestion and latest updates.


Tagged: