0 Replies Latest reply on May 30, 2005 2:22 PM by musikolo

    Selecting the deploy directory

    musikolo

      Hi, I've been working with Tomcat for some time and with it you are able to deploy your project always in the same directory. However, under JBoss every time I put an EAR file, it deploys it under tmp directory and with a different name everytime (pseudo-random name).

      Is there any way to say JBoss to always deploy a file SOMETHING.ear at the same directory? Have I skipped any configuration step?

      Another question is: How can I use my own hibernate3.jar rather than JBoss's bundled hibernate one? I would like to use my own hibernate3.jar file as I want to create EAR files than must be runnable on as many application servers as possible.

      How could I do that?

      Thanks a lot for your help! ;-)