I've managed to get Tomcat running on my Win2k Server with II5, but I'm now at the stage where I'm trying to get Tomcat to run the jsp pages in my website.
I've been told that you need to create a virtual (host)? in the Server.xml file, so I put this in:
<Context path="/NewWeb" docBase="X:\xxxxxxx\xxxxxx\NewWeb\" debug="0" privileged="true" />
Where the path is the name of the Virtual directory I've created in IIS, and the docBase is the absolute location of the folder containing the JSP files.
I've got the ISAPI_redirector.dll working fine on the IIS website.
The permissions on the Virtual directory "NewWeb" are set to Scripts and Executables in IIS and I've added this:
/NewWeb=$(default.worker)
/NewWeb/*=$(default.worker)
to the uriworkermap.properties file.
When I browse to the page all I get is the code.
So I think I might be putting the <Context path="/NewWeb"...etc in the wrong place in the server.xml file.
Where should it be located? Is there anything else I've missed? Any help would be greatly appreciated.
MAny Thanks
Duncan
I've been told that you need to create a virtual (host)? in the Server.xml file, so I put this in:
<Context path="/NewWeb" docBase="X:\xxxxxxx\xxxxxx\NewWeb\" debug="0" privileged="true" />
Where the path is the name of the Virtual directory I've created in IIS, and the docBase is the absolute location of the folder containing the JSP files.
I've got the ISAPI_redirector.dll working fine on the IIS website.
The permissions on the Virtual directory "NewWeb" are set to Scripts and Executables in IIS and I've added this:
/NewWeb=$(default.worker)
/NewWeb/*=$(default.worker)
to the uriworkermap.properties file.
When I browse to the page all I get is the code.
So I think I might be putting the <Context path="/NewWeb"...etc in the wrong place in the server.xml file.
Where should it be located? Is there anything else I've missed? Any help would be greatly appreciated.
MAny Thanks
Duncan