I have a win2k box with 2 ip addresses on it. x.x.x.1 and x.x.x.2. ip1 has
the default directory that comes with IIS. The home directory for ip2 is
/tomcat/webapps/mycontext.

I have verified that the redirector works. ip1/mycontext and ip2/mycontext
work. Here's the problem...

ip2/contact.html has a link to ip2/contact.jsp. This is where I get the
problem.

If I do http://ip2/contact.jsp I get a error 404 page not found.
If I do http://ip2/mycontext/contact.jsp everything is honkey dorey.

The thing is though, the home directory for ip2 is mycontext.

When I look in the log files I see a GET /jakarta/isapi_redirect.dll - 200

In my uriworkermap.properties I have
/mycontext/*jsp=ajp12
/*.jsp=ajp12

Someone please help me out.
Thanks...


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to