Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-04 Thread Chuck Chopp
Vic wrote: I did not see any posts about this on the Tomcat user list. The group there is very good. I'm going through the news.gmane.org news server and using the news group gmane.comp.jakarta.tomcat.user instead of directly emailing to a mailing list. Perhaps there's some sort of delay with t

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Vic
I did not see any posts about this on the Tomcat user list. The group there is very good. .V Chuck Chopp wrote: Wendy Smoak wrote: Have you asked on tomcat-user? If you think Tomcat is misbehaving, they may have more insight into what it could be. Yes, I've posted some inquiries there as well.

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
Wendy Smoak wrote: Have you asked on tomcat-user? If you think Tomcat is misbehaving, they may have more insight into what it could be. Yes, I've posted some inquiries there as well. It is looking like the Tomcat implementation on OpenVMS is damaged and I'm taking up the discussion over on comp

RE: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp > Sent: Friday, September 03, 2004 3:43 PM > To: [EMAIL PROTECTED] > Subject: Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS > > > Jim Barrows wrote: > > > You

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
Jim Barrows wrote: You've elimated the OS & Security Manager. That leaves us with a version of the VM that knows about WEB-INF or Tomcat. It's possible Tomcat is doint something weird based on OS. I back-rev'd down to JDK v1.4.1 from JDK v1.4.2 on OpenVMS and the problem still occurs. The Tomca

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Wendy Smoak
From: "Chuck Chopp" <[EMAIL PROTECTED]> > I would expect that there would be some sort of explicit exclusion affecting > "WEB-INF" and that this should appear somewhere in the Tomcat configuration > files. So far, I've been unable to find any references to "WEB-INF" that > involves anything secur

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
Brett Connor wrote: Hmm, I'm getting a half relevent memory flash here. Weblogic took some time to catch on to the fact that JSPs could be under WEB-INF even though the client could not directly get them from there, I think it was not explicit in the JSP spec in the very earliest of days. I don'

RE: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp > Sent: Friday, September 03, 2004 1:35 PM > To: [EMAIL PROTECTED] > Subject: Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS > > > Jim Barrows wrote: > > > Any

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
Jim Barrows wrote: Any of the security manager related files. I don't know what they are off the top of my head. That's what it sounds like to me anyway, since Tomcat does not normally exclude WEB-INF, it's something outside tomcat. I would expect that there would be some sort of explicit exclusi

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Brett Connor
Chuck Chopp wrote: 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

RE: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Chuck Chopp > Sent: Friday, September 03, 2004 10:03 AM > To: [EMAIL PROTECTED] > Subject: Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS > > > Jim Barrows wrote: > > > Wh

Re: JSP won't compile on Tomcat v4.1.28 on OpenVMS

2004-09-03 Thread Chuck Chopp
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 d