Re: Problem deploying older versions of my WAR in struts project

2006-02-14 Thread Jeff Bischoff
Thanks a bunch! I think JBoss probably behaves the same as Tomcat in this instance. Since my JSP files had an older timestamp, they were not being updated. That is, after all, somewhat intuitive. What had really been puzzling me was why I couldn't manually clear all my stuff out of JBoss, and

Re: Problem deploying older versions of my WAR in struts project

2006-02-13 Thread Laurie Harper
Jeff Bischoff wrote: Hello. Let me apologize in advance if this is really a jboss or tomcat problem, but as I am only getting Struts error messages, this seemed the place to ask. I have a fairly simple struts application which I generally deploy to JBoss in a .war file. I have archived these

RE: Problem deploying older versions of my WAR in struts project

2006-02-13 Thread Tom Ansley
Can you not call the older application under a different context. i.e. if your main application is called from http://www.domain.com/application then maybe you could set the older application to deploy under http://www.domain.com/old_application. Wouldn't that ensure that the two applications are