Tuesday, August 26, 2008

weblogic.application.ModuleException

When I try to run program in weblogic server it gave the massage "Context path '/xx' is already in use by the module: xx.war application".

I solved this using following steps.

1. Stop the weblogic server
2. Remove all war files from the 'autodeploy' folder in weblogic
3.Then start the weblogic server again
3. After that type the URL "http://localhost:7001/console/" in browser
4. Go to " Configure applications" link
5. Then select previous projects and the go stop -> When work completes

Then problem solved.

Tuesday, August 19, 2008

Hello

This blog is about J2EE in weblogic server.