Hi;

I just spent some more time hair pulling for something I'm sure other people
will experience.  I am posting my solution here so that it will end up in
the archives.

I have IIS 5, Tomcat 3.2, jdk 1.3.1 working together on windows 2000.

I like to keep all of my work in C:\Projects........many good reasons to do
this.

I set up C:\Projects as a virtual directory in IIS.

I kept getting a 404 whenever I tried to access my "test.jsp" page.

I solved the problem by adding this line to server.xml in my Tomcat\conf
dir, and then rebooting tomcat:

        <Context path="/Projects" docBase="C:/InetPub/wwwroot/Projects"
debug="0" reloadable="true"/> 

Good Luck

Steve




Steve Russell

Web Developer III
ValueOptions - Lifescape
703-205-6589
[EMAIL PROTECTED]


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the sender by email, delete and destroy this message and its 
attachments.


**********************************************************************

Reply via email to