Re: Running MINA inside Tomcat causing problems.

2007-08-20 Thread satish viswanatham
? thanks Satish On 8/20/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > does the undeploy happen during startup? or after running for a while? > > if it is during runtime, you can disable the host autoDeploy > > > > Filip > > satish viswanatham wrote:

Re: Running MINA inside Tomcat causing problems.

2007-08-20 Thread satish viswanatham
Is there way to log more details about why HostConfig checkResources was called? On an exception or some other problem? Aug 20, 2007 1:24:54 PM org.apache.catalina.startup.HostConfigcheckResources > INFO: Undeploying context [/tester] thanks Satish On 8/20/07, satish viswanatham <

Re: Running MINA inside Tomcat causing problems.

2007-08-20 Thread satish viswanatham
your context, > and make sure nothing modifies the timestamp of WEB-INF/web.xml > > Filip > > satish viswanatham wrote: > > Hi > > > > I have a Servlet- which start TCP and UDP MINA servers. After receiving > few > > packets on the server - the servlet get

Running MINA inside Tomcat causing problems.

2007-08-20 Thread satish viswanatham
Hi I have a Servlet- which start TCP and UDP MINA servers. After receiving few packets on the server - the servlet gets un-deployed. Not java stack trace or details were available in the logs. Is there is a way to debug this? The code runs fine outside Tomcat. I think MINA uses Sl4J and I made su