running on web app on websphere
Hi
I have developed web application using spring security. It worked well on tomcat. But when i deployed it on websphere it is throwing following error:
websphere Error 404: SRVE0190E: File not found: /spring_security_login
when I searched on the fourms, it shown me the following things.
1.Sign on to the admin console of the WebSphere Application Server and navigate to Application Servers -> <serverName> -> Web Container Settings -> Web Container -> Custom Properties, and click on the New button. Enter the following information:
Name: com.ibm.ws.webcontainer.invokefilterscompatibility
Value: true
But it didnt work.
Please any one suggest what to do?