Antonio Petrelli on 07/10/08 16:46, wrote:
2008/10/7 Adam Hardy <[EMAIL PROTECTED]>:
Antonio Petrelli on 07/10/08 16:06, wrote:
2008/10/7 Adam Hardy <[EMAIL PROTECTED]>:
07-Oct-2008 15:43:29 org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
org.apache.struts2.tiles.StrutsTilesListener
java.lang.ClassNotFoundException:
org.apache.struts2.tiles.StrutsTilesListener
What happens if you create a war file and deploy it?
Same thing. Just checked. Also just checked the list of jars in WEB-INF/lib,
should be this, right:?

pattern-repo/WEB-INF/lib/struts2-core-2.0.11.2.jar
pattern-repo/WEB-INF/lib/struts2-tiles-plugin-2.0.11.2.jar
pattern-repo/WEB-INF/lib/tiles-api-2.0.6.jar
pattern-repo/WEB-INF/lib/tiles-core-2.0.6.jar
pattern-repo/WEB-INF/lib/tiles-jsp-2.0.6.jar

Everything seems ok... Sorry I don't know what to say!

there's a bizarre problem I'm investigating now. I changed the web.xml to this obvious error:

<listener>
<listener-class>org.apache.struts2.tiles.StrutsTilesListenerx</listener-class>
</listener>

and yet the error message is still as above (without mentioning the 'x' on the 
end)

Reply via email to