| Author |
TC can't find my projects html
|
Mike Southgate
Ranch Hand
Joined: Jul 18, 2003
Posts: 183
|
|
I installed tomcat 4.4.24 a while back and it works fine on the examples and the code from Murach's Java Servlets and JSP book examples. I'm trying to go through the book but using my own application. In the webapps directory I've created an rl directory which contains an index.htm file. If I enter http://localhost:8080/murach in my browser, it works fine and brings up the index for the murach examples. If I enter http://localhost:8080/rl in my browser, I get a 404 from tomcat (not netscape). help!!!
|
ms<br />SCJP, SCJD
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
|
|
Look at the ../conf/web.xml file - does it have a welcome-file element containing index.htm? Also, in order for Tomcat to recognize a directory under webapps as a web application, that directory must have a WEB-INF subdirectory and a web.xml file. Bill [ August 11, 2003: Message edited by: William Brogden ]
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: TC can't find my projects html
|
|
|