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 Steve Jensen Widmar
D'oh!   I forgot context.xml.
 
META-INF/context.xml: 
 



 




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

tomcat live remote war redeploy

2009-11-17 Thread Steve Jensen Widmar
1. Does anyone have success undeploying/redeploying a wicket .war to a remote 
tomcat (5.5.x, poss. 6.x) instance, without cycling tomcat?  (eg, using mvn 
tomcat:deploy or ant with the tomcat deployment components)

It looks like the undeploy is not happening 100% - the app name continues to 
appear in the list, no matter how the undeploy step happens.

2. If not (1), can any developer comment on whether this is a known issue, and 
if it might be addressed any time soon or how a n00b might tackle it and / or 
what might wicket be doing to hamper undeployment?   (I didn't see anything in 
the bug db).

Without this capability (which exists with all the other frameworks we use), we 
cannot use wicket.   We have many other unrelated web-apps running in the same 
tomcat instance and obviously to cycle those (because tomcat has to start/stop 
without live redeploy) is a non-starter in my org.

Thanks - 
Steve