| Author |
rebuild war files?
|
Ken Flor
Ranch Hand
Joined: Aug 01, 2006
Posts: 34
|
|
Hi, i just wondering everytime i make changes to my JSP codes, I must stop my server, rebuild my war files then restart the weblogic server again. any way to overcome this? it is taking up too much time? thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
|
|
|
Don't run out of a war file in development.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Ken Flor
Ranch Hand
Joined: Aug 01, 2006
Posts: 34
|
|
Hi, i am a newbie. What should I do then?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
|
|
|
Just configure weblogic to deploy the web app from the file system. I've moved this to the weblogic forum for further discussion.
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8261
|
|
|
Any of the supported versions of Weblogic (say, 8.1+) support various methods of hot-redeploy (i.e. without restarting the server). As Bear pointed out, you could deploy the web app from the file system, what Weblogic calls an Exploded Archive. If you are running your server in development mode, you can auto-deploy archives by copying them into a sub-directory of the domain directory. Personally, I use the wldeploy Ant task to manage my application from my build scripts.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: rebuild war files?
|
|
|