My last stab would be to ask if inside the resulting .java file, how the included .html file looks? Has it been correctly broken down into all the out.blahblah(...) statements? Is that block of java inside a /* block comment? Is the first line of the converted HTML an HTML comment angle-bang-dash-dash?
Funky <% %> placments in the .jsp? Opening the .html file on its own looks alright? Ah well, I'll be quiet now. I tried. --- Tom Sherrod <[EMAIL PROTECTED]> wrote: > String _welcomeIntro ="../includes/intro.html"; > <jsp:include page="<%=_welcomeIntro%>" > flush="true"/> > > Just a snippet from the jsp, but that's how it's > used. > > As for recompiled, that's one thing I've learned > with jrun and tomcat, > wipe out work to get a clean slate going. Yes, java > and class had the > same datestamp, after starting tomcat. > > Thanks for the shot... > > On Thu, 26 Sep 2002, Brad Plies wrote: > > > What is the type of content you are including? > .jsp, > > .html, .java? Mine still work after > > the upgrade, but they are all .jsp includes. > Still, > > you are right, includes shouldn't stop working > unless > > of course, how they were being used was a bug :). > > > > Have you had the 'parent' jsp (the one with the > > includes) recompiled? You mentioned the resulting > > .java file was correct looking, but was it > recompiled > > into an updated .class? Check the timestamps. I > have > > had problems before with Tomcat not using a > recompiled > > servlet, requiring a restart. > > > > Hope this helps somehow! > > > > --- Tom Sherrod <[EMAIL PROTECTED]> wrote: > > > Just started putting some applications in tomcat > > > 4.0.4. Things are > > > working nicely. I see the notice about > upgrading, > > > and since things are > > > just jsp, nothing complicated, I decide to give > > > 4.1.12 a try. > > > Same configs, same machine, same applications, > > > etc... > > > jsp:include calls stop working across the board. > No > > > errors in the > > > logs. I see the code in the .java file but > nothing > > > shows up. > > > Is there a config setting to make them work? No > > > symlinks involved here. > > > I did a bit of archive digging before posting. > > > > > > As an aside, I back out 4.1.12 back down to > 4.0.5, > > > trying to stay current. > > > It starts then stops with a null pointer > exception. > > > > > > Now I'm back to 4.0.4 and the developers are > back on > > > course. > > > > > > Thanks. > > > > > > Tom Sherrod > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > New DSL Internet Access from SBC & Yahoo! > > http://sbc.yahoo.com > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > Tom Sherrod [EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
