facebook

WebSphere deployment and application start stop start cycle

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #290886 Reply

    mst98sub
    Member

    Hello Support,

    I have a question concerning the EAR deployment to WebSphere.

    When I deploy an EAR to a running WebSphere AS my application gets
    1) Deployed
    2) Started
    3) Stopped
    4) And started a second time

    Are step 3) and 4) really necessary?
    For deployments of langer application, these additional steps waste quite a long time.

    How can I tell MEB not to stop und restart the application after a sucessful deployment and application startup?

    thx,
    Mathias

    WebSphere 6.1.0.17 + EJB 3.0 FP
    MyEclipse Blue Edition 7M2 and 6.5.1

    #290911 Reply

    Riyad Kalla
    Member

    Mathias,

    Great question. This only happens when deployed an EAR that contains an EJB module, the reason for it is that the initial deployment is a standard WAS install/deploy cycle, but to explode the EJB module to make sure it’s hot-swappable, we have to stop the app, explode the EJB then restart it (After it’s already been installed by WAS).

    If you don’t deploy an EJB module, it shouldn’t be doing that.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: WebSphere deployment and application start stop start cycle

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