This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Tomcat clarification Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat clarification " Watch "Tomcat clarification " New topic
Author

Tomcat clarification

Raj kalaria
Ranch Hand

Joined: Sep 08, 2005
Posts: 70
Hi

can some one tell me : importance of of "127.0.0.1"

"http:/127.0.0.1:8080 does 127.0.0.1 is substitue of local host
how do we get that IP address is it always for tomcat?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
127.0.0.1 is the "loopback" address, which is kind of a shortcut for addressing the originating machine. localhost is generally configured to point to 127.0.0.1, but you could theoretically change that to something else in yours hosts file (although that wouldn't be a good idea).

8080 happens to be the default port that Tomcat attaches itself to. That can be changed to something else in the startup scripts if you want.


Android appsImageJ pluginsJava web charts
Raj kalaria
Ranch Hand

Joined: Sep 08, 2005
Posts: 70
hi

thanks a lot
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56202
    
  13

Moved.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Raj kalaria
Ranch Hand

Joined: Sep 08, 2005
Posts: 70
Moved?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56202
    
  13

Originally posted by Raj kalaria:
Moved?


From here
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tomcat clarification
 
Similar Threads
tomcat setup
Help Please
Jconnector / Apache / Tomcat problems
regarding tomcat
Tomcat Page cannot be displayed