The problem is solved. Here is the solution. Found out that IBM WebSphere has a bug and doesn't paly well with Acegi Security. 1. Goto WebSphere Admin Console 2. Navigate to Application Servers -> <server> -> Web Container Settings -> Web Container -> Custom Properties 3. Add a new Custom property with Name: com.ibm.ws.webcontainer.invokefilterscompatibility Value: true 4. Save the configuration. 5. Restart the Server.
The above steps seems to solve this "Page Not Found" problem. I used WebSphere 6.1.0.17 version. Some References: http://forum.springframework.org/showthread.php?t=17817 http://forum.springframework.org/showthread.php?t=17817 http://forum.springframework.org/archive/index.php/t-34106.html http://forum.springframework.org/archive/index.php/t-34106.html a...@nabble wrote: > > Hi, > > I packaged the basic Spring MVC Application that is part of the appfuse > with full source. Disabled the WebServices and used the JNDI for data > source and deployed on the WebSphere through the admin console wizard and > specified the context root during the process. The deployment went well. > > When I try to access the application I get the "Page Not Found". Only the > login page shows up properly. When you enter the user id and password and > submit the page it takes to the "Page Not Found" page. > > I tested with JBoss by adding jboss-web.xml to the war and the application > does not have any problem. > > I know this is just a simple deployment problem with WebSphere and nothing > to do with the application. Could anybody please point out what I am > missing? > > Thanks, > Arun > > > -- View this message in context: http://www.nabble.com/%22Page-Not-Found%22-when-deployed-on-WebSphere-6-tp21958303s2369p22186824.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net