Re: Changing default web apps

2006-01-12 Thread Dennis Leary
The simplist way is to rename your app to ROOT. If read about creating a ROOT.xml in conf/Catalina/localhost and pointing the docbase to your webapp by I didn't have much luck with it. - Original Message - From: "Marco Rossi" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday,

Tomcat 4.x to 5.5.x migration problem

2006-01-11 Thread Dennis Leary
Migrating from Tomcat 4.x to 5.5.x The application uses an application scope bean and for some reason the 5.5.x container is continuously initializing the bean. jsp snippet com.foo.bar.Admin Constructor public Admin() throws Exception { try{ Context ctx = new InitialContext();