Total Pageviews

Monday, January 25, 2016

Weblogic Autodeploy application configuration


this process is used for developer in order to save time it takes to deploy application during development process. once you put the application in Autodeploy directory it will automatically deploy after 3 seconds.

1. Server should not be in production mode. you can check after clicking on domain name and going into Configuration--> General (check your servers configuration thru console, to change this value go to config.xml and search for "production and make this value as false )

2. create folder with same name as application under autodeploy directory.

3. application should be in floated formate(unzipped).

4. create AUTODEPLOY (it can be empity file) file under WEB-INF directory.

After creating AUTODEPLOY file weblogic will automatically pickup after 3 seconds. if you made changes at your application just touch AUTODEPLOY file again to refresh timestemp. it will automatically deploy this application.



No comments:

Post a Comment