aspose file tools
The moose likes Servlets and the fly likes multiple welcome files in wb. xml Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "multiple welcome files in wb. xml" Watch "multiple welcome files in wb. xml" New topic
Author

multiple welcome files in wb. xml

Abhishek Kumar
Ranch Hand

Joined: Dec 19, 2005
Posts: 52
Hi all,
we have a tag in the web.xml as "welcome-file-list" and under it we give the names of few welcome files.. My question is why more than welcome files.. i heard the answer as if it cannot find the one then it will search for the others in top to bottom approach. That is at first it will search for 1st one and then the second one and then the third one and so on... i hope its correct but what if all the resources mentioned there are available???

Please reply..


Thanks and Regards,
Abhishek.


Thanks and Regards,

Abhishek Kumar
Software developer (Apps),
Arbor Networks.
Rahul Bhattacharjee
Ranch Hand

Joined: Nov 29, 2005
Posts: 2300
Then the first one will be selected for use as welcome file.


Rahul Bhattacharjee
LinkedIn - Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: multiple welcome files in wb. xml
 
Similar Threads
URL... but not specific
Code Craft: Where is Pete Goodliffe?
Search within Jar files package
confuse in Class path ..?
welcome-file-list in web.xml