Our Web application is deployed on the SUN One Portal Server version 6.0 .
When we request for a particular URL the server is responding with the 500 Status code.
For example the URL: "http:test.com/testapp/common" -- is resulting in 500 error code...
Our Application name is: testapp and there exist a folder named "common" under this "testapp" folder...
I am not able to understand why the server is responding with 500 error code for this url request.?
An HTTP 500 error code is pretty much meaningless, all it indicates is something went wrong in the code running on the server. If you want to find out what is causing this you will need to read the server log.
Sorry, I've never use Sun One Portal Server so I've no idea. The documentation should tell you, though I'm a little surprised you managed to get this far without knowing