You have to configure the IIS plugin to path-forward URLs that have your webapp name in them. I don't use IIS, so I don't know specifically how it's done, but it's basically a way of telling IIS that anything matching "my.server.com/myApp" should go to the connector instead of being served by IIS.
You can test to make sure that this is your problem by adding a file to IIS's doc root that matches the url that is supposed to go to Tomcat. If you get the page served by IIS, then your forwarding isn't working (alternately, the 404 page should indicate whether it's coming from IIS or Tomcat).
Look at the connector docs -- I'm sure the specific files/steps are in there... Or perhaps an IIS user will respond here.
justin
At 01:04 PM 3/16/2004, you wrote:
Does anyone not know anything about this? I'm wondering whether this email is even reaching everyone.....?
----- Original Message ----- From: "Tony Nakamura" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 12:51 PM Subject: Port-per-webapp?
> Hi,
>
> I am encountering something interesting, and I really hope that someone
will
> give me an
> insight.
>
> I'm working on an existing Tomcat 4.1.18 with some webapp deployed by
> previous developer.
> I am using IIS5 and isapi_filter, and it redirects fine to the previous
> webapp that was deployed.
>
> And here's the problem: previously deployed webapps are working fine when
> request was forwarded
> by IIS5, but my newly deployed webapps only work on port 8080 and outputs
> 404 - file not found error
> when I try to access it via IIS.
>
> Is there a port specification per-webapp?
>
>
> Thank you in advance!!
>
>
> Tony
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
______________________________________________ Justin Ruthenbeck Software Engineer, NextEngine Inc. justinr - AT - nextengine DOT com Confidential. See: http://www.nextengine.com/confidentiality.php ______________________________________________
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]