Folks:

I am having trouble deploying the struts example application on the J2EE
Reference platform supplied by Sun (basically tomcat).

When I use the deploy tool, I get the following error:

database: Finalizing database servlet
Context: org.apache.tomcat.core.Context@2d189c down
java.lang.NoClassDefFoundError: org/apache/struts/digester/Digester
        at
org.apache.struts.webapp.example.DatabaseServlet.load(DatabaseServlet
.java:237)

The struts.jar file is being deployed properly and in the right place
WEB-INF/lib/struts.jar. I peeked into the struts.jar and the Digester
class is in there, but for some reason the database servlet cannot find
it.

I can install the other packages okay, like the documentation app.

I am using the 1.0 version. I also added the JAXP jars as well, just in
case that was the problem, but no go.

Any ideas?

David

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

Reply via email to