I have a web application that uses a single servlet to respond to all requests. This is the only web app that will be running under Tomcat. How can I set up the servlet-mapping so that it gets all requests, without doing something like setting the <url-pattern> to be "index.*"? Or, more specifically, I don't want the "index.page" (or whatever) being added into the URL. So, the URL's should just be something like "http://www.foo.com/?param=blah".
____ Chris Bailey mailto:[EMAIL PROTECTED] Code Intensity http://www.codeintensity.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
