anaeem wrote:
Can any one who has used ServletContextListener class, share their build.xml.

Thanks much

It's not a build.xml issue.

The Resource Not Found error implies your Container failed to start.

The log for the Container will contain an error message. In Tomcat this may look like:
SEVERE: filterStart
or
SEVERE: listenerStart

The former means it failed to start a filter, the latter that it failed to start a listener.

There's many things that can go wrong. You can find more information by increasing the logging by your container. I think it's reasonable to assume it's a classpath error (you're missing libraries) or a configuration error (you haven't setup your datasource, you haven an error in a configuration file).

*If your listener is throwing an exception you'll see this error too.

Whatever the case, you need to learn how to isolate the problem further. If it's struts 2 related you'll be able to receive more help here, but I don't think it is.




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

Reply via email to