You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mohd Farid Ismail <mo...@sapuranokia.com> on 2002/05/03 09:20:15 UTC

Tomcat with remote context & IIS redirect

Hi all,

I have configured my W2K machine to have Tomcat 4.0.1 and IIS 5
integrated.

The situation:
I want to store all my web files in another machine and remain
IIS/Tomcat in this machine.
Tomcat and IIS will refers to this files as in
\\machine2\directory2\webapps mapping.

Current configuration:
I add a context in server.xml as below:
<Context path="/sample" docBase="\\machine2\directory2\sample" 
 debug="0" privileged="true"/>

With Tomcat & 8080:
I managed to access the page correctly with this kind of URL
http://machine1:8080/sample/

The problem:
I can access it thru IIS redirect like this http://machine1/sample/. IIS
reports 'page not found'.

Other situation:
I managed to access locally configured Tomcat context such as
http://machine1/examples/ and http://machine1:8080/examples/ without any
problem.

Your help is truly appreciated!

Thanks

Regards
Farid


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>