Page 1 of 1

welcome-file-list in 2.0?

Posted: Fri Sep 14, 2012 4:38 pm
by srini
Hi,

I am trying to understand how a home page is served in 2.0 without welcome-file-list in web.xml which is used to be there in 1.6.
Is there a way to render home page without redirect in index.jsp which is adding welcome.html or home (whatever is redirected to) in the url which is not Search Engine friendly.

Thanks,
Srini.

Re: welcome-file-list in 2.0?

Posted: Fri Sep 14, 2012 5:44 pm
by srini
I got it working by removing the index.jsp from webcontent.

Thank you.