Re: Running MINA inside Tomcat causing problems.

2007-08-21 Thread Filip Hanik - Dev Lists
then modify HostConfig.java to spit out that info, I looked at the code, it doesn't tell you why its reloading even with debug enabled Filip satish viswanatham wrote: Hi This undeploy does not happen during startup. It happens after receiving few TCP and UDP messages. Now the app gets un-dep

Re: Running MINA inside Tomcat causing problems.

2007-08-20 Thread satish viswanatham
Hi This undeploy does not happen during startup. It happens after receiving few TCP and UDP messages. Now the app gets un-deployed and does not get re-deployed. No additional information was provided why the app got un-deployed. I want to know the root cause of why the app being un-deployed? th

Re: Running MINA inside Tomcat causing problems.

2007-08-20 Thread Filip Hanik - Dev Lists
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: Is there way to log more details about why HostConfig checkResources was called? On an exception or some other problem? Aug 20

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 <[EMAIL PROTECT

Re: Running MINA inside Tomcat causing problems.

2007-08-20 Thread satish viswanatham
Hi Filip, Thank you for a quick response. I do have reloadable="false" in my context. I do not see web.xml's time stamp changing. thanks Satish On 8/20/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > make sure your turn reloadable="false" for your context, > and make sure nothing m

Re: Running MINA inside Tomcat causing problems.

2007-08-20 Thread Filip Hanik - Dev Lists
make sure your turn reloadable="false" for 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 gets un-deployed. Not java

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