You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Michael Mok <mi...@consultech.net.au> on 2000/08/30 09:30:13 UTC

Installing Struts Examples on Orion 1.2.0

Kevin

I have built a custom application using STRUTS and deployed it to Orion, yes
it read the XML files OK but complain about not finding the ActionForm? Any
idea?

I placed the action.xml,web.xml,struts.tld,app.tld into the WEB-INF\
directory and I also placed the struts.jar into the WEB-INF\lib\ directory.
My application classes are placed in the WEB-INF\classes\ directory.

I am running on NT 4.0 sp 6, JDK 1.2.2.

Thanks in advance.


Error message
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Orion/1.2.0 initialized
createFormInstance:  java.lang.NoClassDefFoundError:
org/apache/struts/action/Va
lidatingActionForm
java.lang.NoClassDefFoundError:
org/apache/struts/action/ValidatingActionForm
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
Code)
        at com.evermind.naming.i5.findClass(JAX, Compiled Code)
        at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
        at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
        at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java,
Compiled Co
de)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java, Compiled Code)
        at
org.apache.struts.action.ActionMappingBase.createFormInstance(ActionM
appingBase.java:409)
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<