Hi, can you give us the version you are using (snapshot or not) and the full stacktrace please?
*Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/8/22 David Nordahl <da...@thinkology.org> > Now my dev environment is working fine, but production is giving these > exceptions all over the place: > > java.lang.**IllegalStateException: ContainerBase.addChild: start: > org.apache.catal > ina.LifecycleException: Failed to start component > [StandardEngine[Catalina].Stan > dardHost[localhost].**StandardContext[]] > > plus a few about org.apache.http.HTTPEntity > > I'm using the same version of TomEE, same war, and no system classpath > defined. Some forums pinned these type of errors on servlet.jar libraries > getting loaded, but I don't find any files by that name in the file system. > Just the servlet-api.jar, and if I remove that then TomEE doesn't work at > all. > > >