deploying ejb application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    #1

    deploying ejb application

    I am working in Eclipse i have build.xml,build .props , defbuild.xml and common.properti es in folder common . i added jars to java build path .the server is running
    When i deploy it in Eclipse it generates files but when i go to the application server (9.0 )the application is not listed as deployed
    am I missing something some file maybe ?Thank You
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by oll3i
    I am working in Eclipse i have build.xml,build .props , defbuild.xml and common.properti es in folder common . i added jars to java build path .the server is running
    When i deploy it in Eclipse it generates files but when i go to the application server (9.0 )the application is not listed as deployed
    am I missing something some file maybe ?Thank You
    Does your application show up when you shut down and boot the server again?

    kind regards,

    Jos

    Comment

    • oll3i
      Contributor
      • Mar 2007
      • 679

      #3
      you were right i can see it now :) Thank You

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by oll3i
        you were right i can see it now :) Thank You
        Most (if not all) application servers implement 'hot deployment' which means
        that every minute or so the application server checks the deployment directory
        for freshly deployed applications. Maybe your application server has this
        feature switched off; check your documentation.

        kind regards,

        Jos

        Comment

        Working...