Re: [S2] HTTP Status 404 - result 'null' not found

2007-05-31 Thread SvetlanaR
ok, the problem has been solved. It was Sun App Server policy problem. I added the following permission to the server.policy file and it solved the problem. permission java.security.AllPermission "createClassLoader"; -- View this message in context: http://www.nabble.com/-S2--HTTP-Status-404

Re: [S2] HTTP Status 404 - result 'null' not found

2007-05-17 Thread Laurie Harper
You need to check the Sun App Server logs to see if there is any more specific error detail there. If that doesn't give you enough information to resolve the problem, you may need to configure Log4j in your webapp to get Struts logging output. L. sr wrote: It must be some configuration issue