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

Reply via email to