Chuck Chopp wrote:
I was able to find an automatically generated JSP file that seems to correspond to an action name. The action name is "login", and the file in the work area is "login_jsp.java". There is no corresponding ".class" file for it so I'm sure that's it. My welcome page for the webapp is set to "index.jsp", and all it is does is use the "logic:forward" tag to forward to a global forward named "login".
At this point I'm wondering if there's something lacking in the Tomcat implementation itself on OpenVMS. Maybe Tomcat v4.1.24 lacks support for the "logic:forward" tag or is missing a ".jar" or ".class" file needed to support it. The app certainly works OK on Tomcat v4.1.30 [WinXP] and v4.1.28 [NetWare v6.5].
I'll keep plugging away at it and see what I can find out.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]