I am trying to load maven-proxy-webapp (war) in Tomcat and the tomcat.log is showing the following exception:

24 Feb 2006 22:42:35,231 - ERROR org.apache.catalina.core.ContainerBase.[engine_appserver].[www.mydomain.com].[/maven-proxy-webapp] - Exception sending context init ialized event to listener instance of class org.apache.maven.proxy.webapp.listeners.Lifecycle
java.lang.NoClassDefFoundError: org/apache/maven/proxy/config/PropertyLoader
at org.apache.maven.proxy.webapp.listeners.Lifecycle.initMavenProxyConfiguration(Lifecycle.java:74)
...

I took a look inside this WAR file and there is only one maven class inside of it: org.apache.maven.proxy.webapp.listeners.Lifecycle.

Is there a class missing or some dependency that wasn't packed in this WAR file?

Brad

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to