Sunday, August 2, 2009

How to hide the url of ur application

eg. www.tanveer.com/MyPayrollContext/jsp/index.jsp to display only till "www.tanveer.com/MyPayrollContext" do the following your web.xml should have the following entry
"<"welcome-file-list">"
"<"welcome-file">"index.jsp"<"/welcome-file">"
" <"/welcome-file-list">"
//ignore double codes

and your index.jsp should be placed in the main project directory, you can have your other jsp's inside your jsp folder.