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:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to