Jim Barrows wrote:
I've seen issues with Linux where just because the server was started under a user who had rwx permissions on a file, for some reason the thread doing the rwx didn't. Havne't seen that in a while and I don't if it was the Linux did threads, Java did threads, or the way Java did threads on linux. So, it might be worthwhile looking into it farther if nothing else works.
Hmmmmm...... that sounds like a classpath issue... is anything else in the same directory as login_jsp.java being found? Course... it also sounds like a permissions issue too... OS, java or OS&Java.....
I did some more testing with adding additional JSPs to my test webapp.
Here's what I have
/index.jsp /login.jsp /success.jsp /Form/page01.jsp /WEB-INF/form/page02.jsp /WEB-INF/page03.jsp
I have "index.jsp" set up as my welcome page. It uses the tag "logic:redirect" to redirect the browser to the action named "login" which uses "login.jsp" as its input form. After the "login" action completes, it forwards to an action named "success" which displays "success.jsp". The "success.jsp" page has 3 submit buttons on it, one each for "page01.jsp", "page02.jsp" and "page03.jsp". The "success" action has 3 forwards defined for it so that any of those 3 pages can be forwarded to depending on which one of the submit buttons is clicked in the browser.
Testing has shown that *any* JSP file located within "WEB-INF" or in any subfolder under "WEB-INF" cannot be compiled by Jasper when the webapp is deployed on my OpenVMS system. If I deploy the app to WinXP or NetWare and run it on the Tomcat implementations on those systems there is no problem getting all of the JSPs to compile as they are being accessed.
I've reviewed the "conf/server.xml" and "conf/catalina.policy" files on the OpenVMS Tomcat implementation and they are identical to the files on my WinXP system.
What other configuration files do I need to review to rule out a configuration error that could cause this problem?
TIA,
Chuck -- Chuck Chopp
ChuckChopp (at) rtfmcsi (dot) com http://www.rtfmcsi.com
RTFM Consulting Services Inc. 864 801 2795 voice & voicemail 103 Autumn Hill Road 864 801 2774 fax Greer, SC 29651
Do not send me unsolicited commercial email.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]