Tony,


Can you include your full uriworker.properties and worker.properties files (inline in the email) for us to look at? Be sure, of course, that the files you're editing are indeed the ones being read -- for example, make sure that by removing /examples from uriworker.properties, IIS no longer serves the Tomcat examples.

If there's something wrong with your config files, we should catch it pretty easily.

justin


At 01:20 PM 3/16/2004, you wrote:
Hi Justin,

Thank you very much for your input (and it's nice to know that my email is
actually
getting distributed). I've looked extensively at the documentation for days
now, and
I cannot figure it out.


The problem I'm having is that the forwarding is "selective". I have two
webapps:
"webapp1 and examples" that are correctly forwarded by IIS but not the ones
that I deploy.


In order to test it, I simply copied the "examples" to "examples2" and added
the
following lines to uriworker.properties:


/examples2/*=ajp13

where ajp13 is my worker name that is defined in the worker.properties file.

I get 404-file not found error- when I try to access
http://localhost/examples2/, but
it works if I rename "examples2" to "examples".  So it has to be some
configuration
error, but I just can' t seem to find out which configuration.

Any suggestion helps, thank you!



Tony



----- Original Message -----
From: "Justin Ruthenbeck" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 3:10 PM
Subject: Re: Port-per-webapp?


>
> 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]
>
>



--------------------------------------------------------------------- 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]



Reply via email to