Web.xml default file in directory (for jetty, or tomcat)?

That's exactly what welcome-file-list is supposed to do.

Whenever you get a request for a directory, see if there is an . /index. Jsp -- and display it to the user."

That's exactly what welcome-file-list is supposed to do. Simply add the following to web.xml. In this case, first the container will try index.

Html and if it does not exist, then it will try index.jsp. Index. Html index.

Jsp I've tested this on Tomcat 5.5, and it works correctly. Unfortunately, it's really hard to find the official reference for web.xml. So here is the documentation for Oracle weblogic instead; I think it can be trusted...

Oh! Haha, this was such a silly question come to think about it. I thought I had it all correct, by my welcome-file-list was set to .

/welcome/index. Jsp -- no wonder, thanks! – somid3 Mar 30 at 21:31.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions