* - I have declared 2 servlet zones : zone1 and zone2
* - Each of these zones contains a servlet called "MyServlet" (meaning that 2
* servlets have the same name but a different content and belong to 2
* different zones)
* -> I would like to be able to precise, from inside the <servlet> tag, what
* servlet zone I want to trigger.
* I have tried : <SERVLET CODE="/zone1/MyServlet"> but this does not work.
I had the same exact problem a few weeks ago and wasn't able to easily
solve it. However, I've got one idea that I hadn't tried when I
shelved this problem: try putting the zone path in the CODEBASE
attribute of the SERVLET tag (if there is one).
Dan
--
Dan Karp [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]