I have a J2EE application utilizing a Struts framework, JSPs and Stateless Session EJBs for database persistance.
The Eclipse Project started out as a WSAD Java project that has Web Capabilities added by the MyEclipse Plug-in.
I am currently deploying my application as an exploxed archive and deployed it to the Weblogic Server 7.0 SP2 running inside of Eclipse.
I have sucessfully achieved JSP Debugging, but have been unable to get Hot Deployment of changed JSPs or Java files to be reconized by the Weblogic Server. I must stop Weblogic, Redeploy App, and Restart Weblogic to see JSP or Java file changes.
The message I recieve when attempting to Hot Deploy file is –
Hot code replace failed
weblogic.Server at localhost:14423 was unable to replace the running
code with the code in the workspace.
Reason: The target VM does not support hot replace
Is this expected since Weblogic is running JDK 1.3 or should Eclipse allow hot deployment to a running Weblogic Server?
Weblogic 7.0 SP2 JVM: SUN JDK 1.3.1_06
Eclipse JVM: SUN JDK 1.4.2_03