----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I wrote:
>I have one servlet zone containing servlets that live in multiple
>packages.  For example, I have servlets whose classes called
>"blah.foo.setup" and "blah.bar.setup".  I want the corresponding URIs
>to be "/Servlets/Foo/Setup" and "/Servlets/Bar/Setup".

Jae Roh responded:
> you can set up two separate zones that map to the same repository,
> Foo and Blah
>
> in Foo.properties
> servlet.Setup.code=blah.foo.setup
>
> in Blah.properties
> servlet.Setup.code=blah.bar.setup

Two separate zones would not work, because the foo and blah packages
need to access the same objects.  I don't think this is possible
across zones.

Do I maybe need mod_rewrite?

Solomon


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to