facebook

Weblogic autodeploy and deployment plan

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #320805 Reply

    Jon Aardal
    Member

    Does anyone know how to specify a deployment plan (plan.xml) when auto-deploying a weblogic 10.x application?

    I’m using MyEclipse 6.6.0 on a Windows 7 platform.

    Attachments:
    You must be logged in to view attached files.
    #320807 Reply

    support-swapna
    Moderator

    aardal ,

    Please take a look at this link for detailed instructions on deployment plan in Weblogic :
    http://m-button.blogspot.com/2008/08/how-to-use-deployment-plan.html

    Hope this helps.

    #320814 Reply

    Jon Aardal
    Member

    Thanks for the link, I did find a solution.

    I am working in a local development environment and the deployment plan exists to replace jndi variable entries in the web.xml.

    I found that if I take the variables defined under the <variable-definitions> element in the deployment plan and create a cooresponding entry in the web.xml with:

    
    <env-entry>
      <description>env variable</description>
      <env-entry-name>loginType</env-entry-name>
      <env-entry-type>java.lang.String</env-entry-type>
      <env-entry-value>email</env-entry-value>
    </env-entry>
    

    you don’t need to deploy the deployment plan with the application or do an autodeply with an ear. This is a workaround so if you need to actually deploy the deployment plan with the application I think you’ll need to autodeploy an ear file.

    #320826 Reply

    support-swapna
    Moderator

    aardal ,

    Thank you for posting your findings. It will surely be of great help to other users.
    Do let us know if you have any other issues.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Weblogic autodeploy and deployment plan

You must be logged in to post in the forum log in