-
Feature Request
-
Resolution: Obsolete
-
Major
-
JBossAS-4.0.3 SP1, JBossAS-4.0.4.CR2
-
None
-
jboss-4.0.3SP1 and jboss-4.0.4CR2 on Windows 2000 server using JVM 1.5.04
WAR file is built on JDK 1.5.04 using the ANT 1.6.5 WAR task
To avoid unpredictable "org.jboss.deployment.DeploymentException: Unexpected end of ZLIB input stream" exceptions could a grace period (delay) be added to the JBoss deployment deployer. This delay should be applied as follows:
1. Scanner finds new deployments
2. WAIT for grace period
3. Scanner deploys new deployments
Setting the grace-period to 0 would emulate the current JBoss behaviour