I am using Glassfish V2 server and till now every thing was going fine. It was deploying the application as usual, but suddenly it has started to prompt a 503 error saying "unable to find context listener", "unable to find ****class", "unable to find persistence unit" and like this for all the classes. How should I correct this error?
feedback
|
migrated from stackoverflow.com Dec 6 '09 at 13:15
This question came from our site for professional and enthusiast programmers.
|
Here is something that can help you: Read the comment in your answer! | |||
|
feedback
|
|
503 error must be due to some error in your web app that you are deploying ( assuming all other HTTP services such as admin console is running fine on your server) Check what state the application is shown in admin console - that may give a clue. | |||
|
feedback
|