Redeploy fails when using Struts with SJSAS 9PE UR1

I have an EAR that contains the Struts JARs. When I modify the app and try to redeploy, it always fails because of file locks on the Struts JARs. To redeploy, I have to shut down SJSAS, manually delete the app from the domain, restart, and redeploy.

Has anyone else run into a similar problem with Struts or anything else? What is the solution? Its painful to try to develop for SJSAS if you have to keep shutting down the server in order to redeploy.

Thanks,

Mark

[489 byte] By [khookguya] at [2007-11-26 12:19:23]
# 1
What OS is your appserver installed on ?Check out the below bug in Glassfish :https://glassfish.dev.java.net/issues/show_bug.cgi?id=238Cheers,Vasanth
vasanth_foruma at 2007-7-7 15:07:44 > top of Java-index,Archived Forums,Socket Programming...
# 2

Got the very same problem. Got an EAR with 2 WARs in it, both using struts, and when undeploying (or redeploying) something gets stucked in Struts and the jar cannot be removed unless the server is stopped.

So I do as you do : shutdown, delete, restart. So far my solution was to create a batch file that does that.

Didn't find what gets stuck in struts.

OS : WinXP64

SJSAS 9.0 .

Does not seem to be a CPU consuming thread though, my CPU stays at 0.

taipana at 2007-7-7 15:07:44 > top of Java-index,Archived Forums,Socket Programming...