> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp
> Sent: Thursday, September 02, 2004 6:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: forwarding to an action w/o an input JSP
> 
> 
> Jim Barrows wrote:
> 
> > I would immediately suspect either the JVM, or the 
> underlying OS and the permissions of.  Maybe even the way the 
> security manager is setup on the JVM.
> 
> That's the part that's getting me.  I'm using JDK versions 
> that are only a 
> "-" dash away from each other.  I've got JDK v1.4.2-5 on 
> WinXP and JDK 
> v1.4.2-2 on OpenVMS.  I'm looking into the security manager 
> issue to see if 
> there's anything involved there that might prevent JSPs from 
> being compiled 
> when they are located in a subfolder located under "WEB-INF". 
>  I'm confident 
> that the underlying O.S. file system permissions are not a 
> factor, though, 
> as the user account that was specifically created to run 
> Apache & Tomcat was 
> explicitly set to be the owner of that entire folder 
> hierarchy and ACLs were 
> added that grant that user full permissions to the folders & files.

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.


> 
> The underlying issue appears to be that the login_jsp.java 
> file is not being 
> found and thus the Java compiler ends up throwing a 
> ClassNotFound exception.

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.....

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to