Re: destroySubcontext failing with NameNotFoudException

2014-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ravikiran, On 5/7/14, 6:12 AM, N, Ravikiran wrote: > Hi all, > > I trying to understand under what conditions destroySubContext > fails in tomcat..? I'm trying to destroy Context which I had > created, because of which I'm unable to createContext t

destroySubcontext failing with NameNotFoudException

2014-05-15 Thread N, Ravikiran
Hi all, I trying to understand under what conditions destroySubContext fails in tomcat..? I'm trying to destroy Context which I had created, because of which I'm unable to createContext the next time I start the service. My code is below : private Context srvCtx; public void init(ServletConfi