RE: tomcat live remote war redeploy

2009-11-17 Thread Steve Jensen Widmar
D'oh!   I forgot context.xml.
 
META-INF/context.xml: 
 
Context antiJARLocking=true antiResourceLocking=true 
!-- whatever additional context config needed, or nothing --
/Context
 




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Re: tomcat live remote war redeploy

2009-11-17 Thread Igor Vaynberg
when you undeploy the app what files are left behind in your context?

-igor

On Tue, Nov 17, 2009 at 3:40 PM, Steve Jensen Widmar swidm...@irf.com wrote:
 D'oh!   I forgot context.xml.

 META-INF/context.xml:

 Context antiJARLocking=true antiResourceLocking=true 
 !-- whatever additional context config needed, or nothing --
 /Context






 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: tomcat live remote war redeploy

2009-11-17 Thread Steve Jensen Widmar
Hi, Igor.

Well, before I remembered the context.xml requirements in this situation, the 
app directory was being left under the tomcat webapps directory, with the only 
file being the wicket jar (1.4.1).

 

I've since updated to 1.4.3, things are still working OK.

 

Cheers - 

Steve



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Re: tomcat live remote war redeploy

2009-11-17 Thread Igor Vaynberg
cheers

-igor

On Tue, Nov 17, 2009 at 4:11 PM, Steve Jensen Widmar swidm...@irf.com wrote:
 Hi, Igor.

 Well, before I remembered the context.xml requirements in this situation, the 
 app directory was being left under the tomcat webapps directory, with the 
 only file being the wicket jar (1.4.1).



 I've since updated to 1.4.3, things are still working OK.



 Cheers -

 Steve




 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org