> From: Travis Reeder [mailto:[EMAIL PROTECTED] > > How can you set up the default page to work like index.jsp would without > a browser redirect?
This should probably be a FAQ. As cheesey as it sounds, create an index.jsp with the content: <jsp:forward page="welcome.m"/> Sun offered us no way to use a servlet as a default page, so it has to be either a html or a jsp page :-( Jeff ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf [INVALID FOOTER]
