Bugs item #626224, was opened at 2002-10-20 23:36
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=626224&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Aaron McClimont (amcclimo)
Assigned to: Nobody/Anonymous (nobody)
Summary: WAR redeploy doesn't update lib/*.jar

Initial Comment:
If a WAR file is created with its classes contained in a 
JAR file under WEB-INF/lib/, it will run correctly on its 
initial deployment; but if changes are made and the 
WAR is redeployed, the changes are not reflected in the 
running system.

If the classes are instead stored under WEB-
INF/classes/, the application redeploys correctly.

Attached are some example WARs that illustrate this 
behaviour.

Deploy test-jar.war (as test.war), and 
http://localhost:8080/test/servlet/Test outputs
   Hello World

Deploy test-jar2.war the same way, and the output 
*should* be
   Hello World2
but remains unchanged.

If this is done with test-classes.war, followed by test-
classes2.war, the output is correct for both cases.

(Note: The zip file attached contains the 4 test WAR 
files, and also the source to the test class)

----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2002-10-29 14:32

Message:
Logged In: YES 
user_id=175228

I don't see this behavior with the current version of Jetty that 
will be included in the jboss-3.0.4 release. After updating the 
test.war contents I do see the Hello World2 output.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=626224&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to