Hello guys,
I am using Eclipse 2.1 for my development where I have multiple
projects. I have an ANT script to build and deploy the application to
Weblogic 7.0. The problem however is that when I do any changes to
JSPs, I need to re-build, deploy and restart Weblogic to see my
changes reflected....Restarting weblogic every time I change my JSPs
is becoming a pain as it takes about 3-4 minutes everytime...
Using WSAD was really easy as the Websphere Test Environment was
recompiling any modified JSPs while the WTE was up - no need of
restarting if I just change JSPs....
If anyone has faced a similar problem, please let me know how to go
about solving it....
Thanks,
Prashanth.
-
Eclipse + Weblogic (2 messages)
- Posted by: Sonu Sharma
- Posted on: June 28 2003 09:18 EDT
Threaded Messages (2)
- Eclipse + Weblogic by Prab J on June 28 2003 13:33 EDT
- jsp by aroman Roman on July 09 2003 21:07 EDT
-
Eclipse + Weblogic[ Go to top ]
- Posted by: Prab J
- Posted on: June 28 2003 13:33 EDT
- in response to Sonu Sharma
Have you triedusing hot deployment for your development?
THe moment you place the modified war file in the hot deployment directory of weblogic, it redeploys your app. It's perfect for development and testing EJBs.
- Ruben -
jsp[ Go to top ]
- Posted by: aroman Roman
- Posted on: July 09 2003 21:07 EDT
- in response to Prab J
I don't remember exactly how but there is an ant task for weblogic that you can use to auto-redploy jsp without restarting your server. It sorta refreshes it for you. Check out the documentation for weblogic.