On Mon, Oct 18, 2004 at 06:32:45AM -0700, Mark wrote:
: Somehow I cannot use a servlet as a welcome-file in tomcat 4.1.31 -
: 404 error get returned, however it works with no problem in 5.0.24

That's because servlet-as-welcome-file is a feature of servlet spec 2.4
(Tomcat 5.x), not 2.3 (Tomcat 4.x).

As a workaround, you could have a lone index.html file that triggers a
redirect to your servlet.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to