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

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

jae

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Solomon
> Douglas
> Sent: Wednesday, February 16, 2000 3:48 PM
> To: Java Apache Users
> Subject: servlets in one zone but in multiple URL subdirectories?
> 
> 
> ----------------------------------------------------------------
> 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 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".
> 
> In my zone.properties file for the zone, I want to do something like
> this:
> 
> servlet.Foo/Setup.code=blah.foo.setup
> servlet.Bar/Setup.code=blah.bar.setup
> 
> That syntax doesn't work though.  Is there a way to get what I want in
> zone.properties, or do I have to do this in httpd.conf instead?
> 
> 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]


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