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
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
--