| Author |
Tomcat Home Page
|
Chetana Reddy
Greenhorn
Joined: Feb 16, 2008
Posts: 2
|
|
Hi, I have installed tomcat 4.1.31 in my machine. Initially i was able to see the home page properly. But now when i run the tomcat http://localhost:8080/ instead of giving the home page, it is givingthe directory structure. Can you please suggest what should be done to get the home page displayed.
|
 |
Pavel Cherkashin
Ranch Hand
Joined: Mar 04, 2005
Posts: 47
|
|
try http://localhost:8080/index.jsp try separate deployed web applications for example: http://localhost:8080/manager/html http://localhost:8080/admin/login.jsp By default the root context is bound to web application named ROOT, it can be found inside webapp directory.
|
Pavel Cherkashin - <br />SCJP, SCWCD, SCDJWS, SCBCD, SCEA, ...<br />www.linkedin.com/in/pcherkas
|
 |
 |
|
|
subject: Tomcat Home Page
|
|
|