Hi,
Are you running your tomcat behind apache via the connectors, or
hitting it directly? Is your 1st page a JSP itself, or is that an HTML
that leads to a JSP via login submit?
Assuming your 1st page is a non-JSP, you might wanna check and see if
your tomcat's work folder has the compiled JSP of your framed page (not
precompiled, but the ones that you've accessed so far) and when all
seems right, clean the work folder and see if the JSP(s) compile.
-cheers,
Manish
> Hi,
>
[quoted text clipped - 16 lines]
>
> Can you suggest where to start looking for the cause?
DEV - 08 Sep 2006 13:39 GMT
We are hitting it directly. The login page is HTML form which posts to
JSP page and that JSP page either prints an error if login invalid or
opens another JSP page with 3 frames, each frame is also a JSP page.
These pages seem to be compiled ok. This matches what we see in the
Tomcat log.
Any ideas?
Thanks,
Dev
> Hi,
>
[quoted text clipped - 30 lines]
> >
> > Can you suggest where to start looking for the cause?