Janos Mucsi a écrit : > Hi > I built the webapp on Windows and was able to run it on Tomcat 5.5.17 on > Windows. > However, when I run the same .war file on Tomcat 5.5.15 on Linux, I get > the following: > > INFO main org.apache.catalina.startup.ContextConfig - Missing > application web.xml, using defaults only > StandardEngine[Catalina].StandardHost[mucsillc.com].StandardContext[] > INFO main > org.apache.catalina.core.ContainerBase.[Catalina].[mucsillc.com].[/continuum] > - Loading plexus context properties from: '/WEB-INF/plexus.properties' > INFO main > org.apache.catalina.core.ContainerBase.[Catalina].[mucsillc.com].[/continuum] > - Could not load plexus context properties from: > '/WEB-INF/plexus.properties' > ERROR main org.apache.catalina.core.StandardContext - Error listenerStart > ERROR main org.apache.catalina.core.StandardContext - Context > [/continuum] startup failed due to previous errors > > How do I view more detailed logs? Any ideas why it fails on Linux? You can increase log levels in tomvat and in continuum but I don't think you'll get more informations. It seems tomcat can't read the web.xml. I know the webapp doesn't work on some tomcat version, why don't you use tomcat 5.5.17? > (When I built the webapp, lot of tests failed, so I had to turn them off > in Maven.) What are the errors in the build? Emmanuel