DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16982>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16982

Action listed as a "welcome-file" in web.xml not executed unless dummy file exists





------- Additional Comments From [EMAIL PROTECTED]  2003-02-12 10:57 -------
It's a touch slower, but you can also use a plain HTML file:

<html>
<head>
<meta HTTP-EQUIV="Refresh" CONTENT="0;URL=./Welcome.do" />
</head>
<body>
</body>
</html>

Since the specification allows a set of welcome files to be displayed,
containers expect these to be physical files. (They test to see if the file is
present before interpolating it.)

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

Reply via email to