• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

opening tomcat home page

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

while i am running an application in tomcat server its working fine...
But i couldn't see tomcat home by http://<IPaddr>:<port Number>

why is it so? whether i have to set specific environment variable?
can anyone clear me this issue?
thanks in advance
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As installed, Tomcat should display a "home page" using the information in the default web.xml (found in the conf directory) in the <welcome-file-list> - index.html, index.jsp and index.htm are defined there as <welcome-file> entries.

You should not have to modify anything to get this behavior. When reporting more details, please give:
Operating System
Java SDK version
Tomcat version
How Tomcat was installed - from zip or exe
How Tomcat is started - as service or as application

Bill
reply
    Bookmark Topic Watch Topic
  • New Topic