On 2/14/07, Steve Ingraham <[EMAIL PROTECTED]> wrote:

Ok, I have been trying to locate the class file but am striking out.
Can someone tell me where this "my.package.action.ModelAction" class
would be located in a Jakarta Tomcat 5.5.9 build on a Redhat AS 3
machine?  I have run the command "locate *.ModelAction*" with no return.

Your struts-config.xml entry shows the file you're looking for:

 type="org.keel.clients.struts.ModelAction"

So find the *source* for the application, and look for
{wherever}/org/keel/clients/struts/ModelAction.java

Again, this is *the webapp's source code* -- very likely somewhere
other than the Tomcat install directory.

HTH,
--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to