[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Caching strategy for css and js files?

2009-02-16 Thread johnNewman
Hello, We want to have clients be able to cache any static content (css, javascript etc.) However after a release the files may change and the client's will still be holding the invalid cached copy. I'm sure many of us have ran into that after an updated release.. The best solution is to app

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Copying large ear over network: URLDeploymentScanner rea

2009-02-16 Thread johnNewman
Peter, Thanks again for your response. I do appreciate it. I have been away from this for a while but will revisit soon and update. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210540#4210540 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Copying large ear over network: URLDeploymentScanner rea

2009-02-04 Thread johnNewman
Thanks for the quick response Peter. I've gotten this to work fine locally using the command you've posted. So we are getting somewhere... However I'm stuck when trying to do it over the network. \\test-server\e$\jboss\bin\twiddle.bat invoke "jboss.system:service=MainDeployer" deploy file:/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Copying large ear over network: URLDeploymentScanner reads i

2009-02-03 Thread johnNewman
Hello, We are revisiting our build process, one of the things I'd like to do is automate copying of the final ear out to whatever server. Currently all of our servers are configured with the URLDeploymentScanner to check the deploy folder every 5 seconds. This doesn't really work over the net

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to save sessions when reloading web app?

2008-05-07 Thread johnNewman
ok they stripped my xml i swapped with View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149138#4149138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149138 ___ jboss-user ma

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to save sessions when reloading web app?

2008-05-07 Thread johnNewman
OK that is the file thank you! I just swapped the lines that said , and we are cooking. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149137#4149137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149137 __

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How to save sessions when reloading web app?

2008-05-02 Thread johnNewman
Hi, I know this worked when we were just using regular tomcat, but not so far with jboss 4.2.2 GA. If an app is running and has active sessions, when I reload it, tomcat saves them somehow. With jboss, every time I reload, all the sessions are expired. My concern about this is not for apps i