Are you doing a hot deploy (JBoss still running) or are you shutting down JBoss, deploying, and then bringing JBoss up again? With Struts, I always do the later.
If restarting JBoss does not get you your updated action classes, also try removing the files under ./server/default/work/jboss.web/localhost/your-app-name and ./sevrer/default/tmp/deploy/XXX, where 'default' is the configuration you deployed to, if not default, and XXX is a generated name such as tmp12345your-app-name-exp.war, and of course, your-app-name is the name of your war file (or directory). In my ant script, I have a clean.web target that removes the ./server/default/tmp and ./server/default/work directories, but that is not advisable for production. Hope this helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875126#3875126 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875126 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
