[JBoss-user] [JBoss Getting Started Documentation] - Re: Auto reload classes in JBOSS

2005-10-24 Thread jkurtz_wa
I figured out how to "touch" or change the web.xml's lastmodified date, but that did not work... File webfile = new File(); long curr_secs = System.currentTimeMillis; webfile.setLastModified(curr_secs); --- Any more suggestions? If one is using JBOSS to update an RSS Feed, this will be he

[JBoss-user] [JBoss Getting Started Documentation] - Re: Auto reload classes in JBOSS

2005-10-24 Thread jkurtz_wa
What is meant by "touching"? Can you be more specific? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903130#3903130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903130 --