Steve Ingraham wrote:
David Smith wrote:
Looking at the source code for the class
my.package.action.ModelAction
will get you to the entry point for handling the request.
Depending on
the size of the app and how well versed your predecessor was,
this could
be the whole back-end or it could call other classes to handle the
database back-end. Either way, this class is where to start looking
when tracing back what's happening.
--David
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.
the class will likely be inside a .jar file.
the jar file type is basically a zip file, with a specific internal
structure.
the source of the application is compiled to produce the jars, you'll
need to look at the .java files your predecessor used to make the app.
do you know where the source is?
p
Thanks,
Steve
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [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]