Results 1 to 1 of 1
- 03-30-2008, 03:50 PM #1
Member
- Join Date
- Feb 2008
- Posts
- 7
- Rep Power
- 0
Tomcat Server : Error filterStart
Hi Friends
My application is working in my old machine. Then I tried to configure the same applicatio in new machine I'm getting the following errors when I deployed in tomcat server.
Mar 30, 2008 6:48:19 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Mar 30, 2008 6:48:19 PM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors.
But my aplication still working in old machine. And the new machine also has the same configuration of old machine.
Java version 1.4.,Tomcat 5.0, Struts 1.1, Spring 2.0, DB2 8.2
And my filter configuration in Web.xml
<filter>
<filter-name>FormLoginFilter</filter-name>
<filter-class>
com.anfcorp.vendorpayment.authentication.FormLogin Filter
</filter-class>
</filter>
<filter-mapping>
<filter-name>FormLoginFilter</filter-name>
<url-pattern>/j_security_check</url-pattern>
</filter-mapping>
Could you help me out to solve this problem. I'm not able to find out the error, because the same file working fine in my old machine.
Thank you.
Regards
Kasipandian.R
Similar Threads
-
Tomcat In Eclipse - Sysdeo Tomcat Plug-in
By JavaForums in forum EclipseReplies: 1Last Post: 02-13-2008, 10:33 AM -
tomcat xml
By Ed in forum XMLReplies: 2Last Post: 07-04-2007, 05:39 AM -
Description the server encountered an internal error
By Jack in forum Enterprise JavaBeans (EJB)Replies: 2Last Post: 07-02-2007, 02:24 AM -
tomcat exception-error
By Nick15 in forum EclipseReplies: 2Last Post: 05-11-2007, 01:32 AM -
error Tomcat in eclipse
By Marty in forum EclipseReplies: 1Last Post: 05-06-2007, 04:51 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks