----------------------------------------------------------------
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 found that you must use aliases for your servlets.
So do:
servlet.fooSetup.code=blah.foo.setup
servlet.barSetup.code=blah.bar.setup
It doesn't really answer your question, but that is what we found we had to
do.
Aliases aren't bad, since you should put your servlets into the correct
packages, so:
servlet.fooSetup.code=com.verylongcompanyname.foo.setup
servlet.barSetup.code=com.verylongcompanyname.bar.setup
--
--------------------------------------------------------------
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]