Can any one help me in creating an installer for installing my web application to Weblogic Server??
Thanks and Regards, Jaga
Most if not all application servers provide Ant tasks for deployment. Apparently Weblogic does: http://edocs.bea.com/wls/docs70/programming/deploying.html#1130056
Write an Ant script that deploys your application using wldeploy, then move the code into an Ant script that is called by AntInstaller.
-Andrew
Log in to post a comment.
Can any one help me in creating an installer for installing my web application to Weblogic Server??
Thanks and Regards,
Jaga
Most if not all application servers provide Ant tasks for deployment. Apparently Weblogic does:
http://edocs.bea.com/wls/docs70/programming/deploying.html#1130056
Write an Ant script that deploys your application using wldeploy, then move the code into an Ant script that is called by AntInstaller.
-Andrew