Wednesday, March 10, 2010

Hot Deployment after compiling in your application to weblogic server

This can be done only to web project.

1. Add below tag to the weblogic.xml
<fast-swap>
<enabled>true</enabled>
</fast-swap>
2. Modify the target classes under project properties to the exploded deploy directory, which will be located under c:\documents and setttings/application data/jdeveloper/o.j2ee/drs/<appname>/web-inf/classes.

refresh the browser should take java class changes.


0 comments:

Post a Comment