If I want for 3 or 4 paths to all point to the same servlet, is it wise to declare multiple contexts, like the following?
<Context path="/english" docBase="x2o"/> <Context path="/spanish" docBase="x2o"/> If not a good idea, how should I do it? Thanks -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
