Re: listener initialized twice

2010-07-07 Thread daniel polonsky
id="WebApp_ID" version="2.5"> CommunicationServer com.nextnine.web.ComServerConfigListener cs-root Q:/CommunicationServer index.html index.htm index.jsp default.html default.htm default.jsp * On Wed, Jul 7, 2010 at 3:51 PM, M

Re: listener initialized twice

2010-07-07 Thread daniel polonsky
wrote: > On 07/07/2010 10:44, daniel polonsky wrote: > > and here is the localhost log > > > > Jul 7, 2010 11:57:33 AM org.apache.catalina.core.StandardContext > > listenerStart > > SEVERE: Exception sending context initialized event to

Re: listener initialized twice

2010-07-07 Thread daniel polonsky
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1516) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1361) ... 34 more On Wed, Jul 7, 2010 at 12:01 PM, daniel polonsky wrote: > Hi > Sorry for not being clear, but i still have an issu

Re: listener initialized twice

2010-07-07 Thread daniel polonsky
org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/31 config=null Jul 7, 2010 11:57:33 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 1309 ms On Wed, Jul 7, 2010 at 11:53 AM, Mark Thomas wrote: > On 07/07/2010 10:26, daniel polonsky wrote: > >> *in developmen

listener initialized twice

2010-07-07 Thread daniel polonsky
Hi We have a web application running on Tomcat as a service and because of historical reasons this web app is using ROOT folder (it is ugly but i can't change it). Recently we have added and initializing listener that (implements ServletContextListener) here its definition in web.xml com.ne

Re: Rewrite context part in URL

2010-07-04 Thread daniel polonsky
It sounds great, I will just add tuckey filter in root web app and do whatever redirection needed there. thanks a lot :) On Sun, Jul 4, 2010 at 8:29 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: daniel polonsky [mailto:danpolon...@gmail.com] > > Su

Re: Rewrite context part in URL

2010-07-04 Thread daniel polonsky
k.caldar...@unisys.com> wrote: > > From: daniel polonsky [mailto:danpolon...@gmail.com] > > Subject: Rewrite context part in URL > > > > How can I configure tomcat 6.0 to rewrite the context > > part of URL so a range of contexts will be mapped to > > one context. >

Rewrite context part in URL

2010-07-04 Thread daniel polonsky
> > Hi guys > > How can I configure tomcat 6.0 to rewrite the context part of URL so a > range of contexts will be mapped to one context. > > e.g. > http://localhost:8080/WEBAPP/ > http://localhost:8080/webapp/ > ... > > will all be mapped to > > http://localhost:8080/WebApp/ > > Note that i don't