Auto-versioning of static content with JBoss
        Posted  
        
            by Bears will eat you
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bears will eat you
        
        
        
        Published on 2010-04-13T15:32:43Z
        Indexed on 
            2010/04/19
            13:33 UTC
        
        
        Read the original article
        Hit count: 341
        
As per the Q&A here, I'd like to implement a similar auto-versioning system for a web app running in JBoss 5. Is there anything already out there to do this sort of thing, or will I need to write something myself? To be clear: I am not using PHP.
Not knowing much about PHP, I'm not sure what the Tomcat/JBoss analogs of PHP's .htaccess, etc. are. If I do have to write my own auto-versioning, where would I start? The principle is clear to me - rewriting the URL using the file's timestamp, but I don't know much about URL rewriting with JBoss/Tomcat.
© Stack Overflow or respective owner