Two Laptop Bag
The moose likes BEA/Weblogic and the fly likes WL 8.1 expanded war file with application deployment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "WL 8.1 expanded war file with application deployment" Watch "WL 8.1 expanded war file with application deployment" New topic
Author

WL 8.1 expanded war file with application deployment

Chris Hall
Ranch Hand

Joined: Dec 04, 2002
Posts: 39
I want to know how, or if it is even possible to deploy an application (ear file) in which the war file is expanded. For testing I want to be able to change jsps on the fly. I need to use the application deployment since it is not just a web application.
[ September 20, 2004: Message edited by: Chris Hall ]
Marcos Maia
Ranch Hand

Joined: Jan 06, 2001
Posts: 977
You can have all your application including the ear, war and jars for ejbs in exploded directory structure under a weblogic domain.

take a look at:

http://e-docs.bea.com/wls/docs81/deployment.html

there you'll find information on weblogic deployment options.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: WL 8.1 expanded war file with application deployment
 
Similar Threads
debug j2ee web application using eclipse
Diff between weblogic and apache tomcat?
Obfuscation
[NOOB Alert] Deploying applications in WebSphere without an EAR
Is it useful to deploy by a .war file?