> Have you considered having your controller servlet dispatch >to regular old Java code instead of to other servlets? That >way you can have full control and still stay within the >servlet spec.
Yes that is an option but it would require something like this http://mydomain.com/Controller?module=Auth&action=Login and I want to use http://mydomain.com/Auth?action=Login > Otherwise, you're going to have to dig into Tomcat's >internals. Which is nonportable but fun. Assuming you want >to mess with Tomcat 4 and haven't already got the source, >go online and browse the code through CVS. Take a look at >org.apache.catalina.servlets.InvokerServlet and org.apache >catalina.core.StandardContext. That's what your up against. Thanks will take a look :). Sounds fun! Thomas -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
