How Do I: Reset the State of WebLogic Server?
Occasionally while developing web services, you may compile a web service that causes undesirable behavior in the server. WebLogic Workshop provides a tool that may help you clear the state of the server in such situations.
To reset the state of a development WebLogic Server hosting WebLogic Workshop web services:
Browse to the URL of the WebLogic Workshop project containing the web service that caused the error, with "/jwsdir" appended to the URL. For example:
http://localhost:7001/samples/jwsdir
Click Clean All on the WebLogic Workshop Directory page that is displayed.
Clean All attempts to undeploy EJBs and other resources that were produced by JWS compilation. In some cases, this is not possible due to the state of the server. If Clean All does not solve the problem, stop and restart WebLogic Server.
Note that the problems Clean All solves do not occur on production servers. Clean All addresses problems that occur due to cyclic compilation of JWS files at development time.