Hello,
I have an easy short question. Where should I deploy my WAR file in Bea Weblogic. In which directory? I want to perform an hot deployment!
-
Deployment in BEA Weblogic (2 messages)
- Posted by: H??kan Axheim
- Posted on: November 09 2005 08:11 EST
Threaded Messages (2)
- Deployment in BEA Weblogic by Sowmya Sridhar on November 10 2005 16:22 EST
- Deployment in BEA Weblogic by Eric Bowman on November 13 2005 20:11 EST
-
Deployment in BEA Weblogic[ Go to top ]
- Posted by: Sowmya Sridhar
- Posted on: November 10 2005 16:22 EST
- in response to H??kan Axheim
In wls 8.1 use the applications directory under the domain. Make sure that the server is running in development mode, this can be ensured when u create a new domain using the weblogic config wizard. -
Deployment in BEA Weblogic[ Go to top ]
- Posted by: Eric Bowman
- Posted on: November 13 2005 20:11 EST
- in response to H??kan Axheim
Use whatever directory you want. Part of deploying an application on WebLogic includes telling it where the .war file or webapp directory is.
I keep my deployments in my build directory.