Re: JSP Include error HELP!

2002-09-17 Thread Erick Todd
Ok here is more info. These pages all work on tomcat 3 right now. I have stripped down the page to the bare problem and still get the error. I downgraded to Tomcat 4.0.4 because 4.1.10 has a problem doing regular static include across a symbolic link. But for this problem of dynamic including,

Re: JSP Include error HELP!

2002-09-17 Thread Tim Funk
I can reproduce this - strange. Can you try either of the following: <%String largeAd="/includes/468x60ad.txt";%> OR

Re: JSP Include error HELP!

2002-09-17 Thread Erick Todd
The second one works, however it does write a warning to the logs that the JSPNote javac.main has been depracated. Do you know why that is? So I would say that something is wrong with jsp:include. However I really don't want to rewrite every jsp:include across all of my jsp pages!! Any idea wh

Re: JSP Include error HELP!

2002-09-17 Thread Erick Todd
Furthermore, I can't just read in the file, because in the real life situation, it will have jsp code that needs to be executed in it. -E On Tue, 2002-09-17 at 11:01, Erick Todd wrote: > The second one works, however it does write a warning to the logs that > the JSPNote javac.main has been depra

Re: JSP Include error HELP!

2002-09-17 Thread Tim Funk
I'm not sure about the compile warning. I think it has to do with mime types needing to be decalred in web.xml. For example: I have the following pages: foo.jsp with the contents hello -

Re: JSP Include error HELP!

2002-09-17 Thread Erick Todd
Great!! That was it. There should probably be some documentation about that!?!? I could not thank you enough!! Erick On Tue, 2002-09-17 at 11:11, Tim Funk wrote: > I'm not sure about the compile warning. > > I think it has to do with mime types needing to be decalred in web.xml. > > For exa