Re: which JSP web hosting(windows or linux)

2009-01-18 Thread Sébastien Piller
Hi, Sneha Manohar wrote: Hello , I have some more questions on web hosting . Which web hosting I should go for windows or linux . Do I need to learn linux if I choose linux hosting . What is the impact of linux or windows hosting on my web application. sneha yes, if you choose a linux hos

Re: Undeployment problem

2008-02-15 Thread Sébastien Piller
Hello, yes, I don't know what is Thread-1. Maybe a Wicket thread (on my side, I don't start any thread anywhere). As I'm investigating more on that, I'm now quite sure it's a wicket issue and not a tomcat one. antiResourceLocking="true" on the context.xml do the trick, but I don't know if I

Undeployment problem

2008-02-14 Thread Sébastien Piller
Hello guys, I have a little problem with Tomcat. I have an application that can not undeploy hitself, I always need to manually restart Tomcat. There is no exception message neither any indications. On the log, I just can read that lines INFO: Jk running ID=0 time=0/16 config=null 14

Re: Make Tomcat not clean directory on new deployment

2008-02-11 Thread Sébastien Piller
Ok thank you, that's what I was afraid on... My only problem is that I use a special web framework, I'll try to see how I can load resource from out of the app in that framework. Thank you again for your confirmation David Smith a écrit : If you want to retain modifications like this, your on

Re: Make Tomcat not clean directory on new deployment

2008-02-11 Thread Sébastien Piller
Is it at least possible? Or is the only way to fix my issue to upload only exploded files (so Tomcat will not redeploy the app)? Anybody has an idea? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-ma

Make Tomcat not clean directory on new deployment

2008-02-11 Thread Sébastien Piller
Hello people, First, I would like to thank you all for your work on this great project. Tomcat is, was, and will be my favourite webapp server from a long time ;) I never need to do a lot with its internal configuration, but now I'm asking myself if the following stuff could be done: I hav