I saw that you cannot add a servlet as a welcome-file. I've seen suggestions to use an HTML page or a JSP to redirect to a servlet (doing this currently), but is it possible to use a servlet to be your opening page?
I tried using / as url-pattern, but it would redirect all URL's to the servlet. I tried ^/$ and that didn't work either. Any ideas? --- Douglas L Stewart [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
