Hamzah Khamash wrote:Can you share your web.xml there is a tag <welcome-file-list></welcome-file-list> which we put the welcome pages .
Bill Clar wrote:I had a similar problem when too many database connections ran amok without being properly closed and sent back to the Connection pool. By closing every connection I was able to eliminate Tomcat crashes.
I'm not saying this is the source of your problem as I don't know your application. You may need to look into profiling software to check for memory leaks.
Jeanne Boyarsky wrote:Click the "Admin Control Panel" link and then click "Configurations." This is where you change titles, descriptions and other global information.