RE: Not able to access applications using contextroot

2011-11-07 Thread Caldarale, Charles R
> From: Gangumolu, Maruti [mailto:maruti.gangum...@ironmountain.com] > Subject: RE: Not able to access applications using contextroot > It is .class file and used for authentication purpose. authFilter appears to be your code, not Tomcat's, and is broken - hence the exception

RE: Not able to access applications using contextroot

2011-11-07 Thread Gangumolu, Maruti
Hi Andre, It is .class file and used for authentication purpose. Thanks, Maruti. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, November 07, 2011 6:45 PM To: Tomcat Users List Subject: Re: Not able to access applications using contextroot Gangumolu

Re: Not able to access applications using contextroot

2011-11-07 Thread André Warnier
Gangumolu, Maruti wrote: Hi, We are getting the following error in Catalina log file while starting tomcat server and not able to access manager web page but getting 404 error. SEVERE: Context [/manager] startup failed due to previous errors SEVERE: Context [/host-manager] startup failed due

Not able to access applications using contextroot

2011-11-07 Thread Gangumolu, Maruti
Hi, We are getting the following error in Catalina log file while starting tomcat server and not able to access manager web page but getting 404 error. SEVERE: Context [/manager] startup failed due to previous errors SEVERE: Context [/host-manager] startup failed due to previous errors And als