Title: SV: How to specify a servlet as a main page
 
The simple solution is to write a simple JSP page and have it forward to your servlet.
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrik Andersson
Sent: Tuesday, April 03, 2001 10:57 AM
To: Orion-Interest
Subject: SV: How to specify a servlet as a main page

As far as I know, it is simply not possible to have
<welcome-file-list>
        <welcome-file>{file-spec}</welcome-file>
</welcome-file-list>
{file-spec} be something other than a HTML or JSP page. The reason for this I've heard is that some people just do not want this functionality. Don't ask me why.

regards,
Patrik Andersson

Reply via email to