I'm trying to get a .jsp app working under Tomcat without a whole lot of success... I figured just about everything out, and have it installed and finding the classes it needs under public_html/WEB-INF/classes, but when I try to pull up the .jsp page, it stops when it gets to the first include statement and gives me a blank page.
(&jsp:include page=&include/index.inc& flush=&true&/&
. (This particular include is just for roll-over button code)
I can wiew the code on the page and the header is there, and anything before the include statement, but everything beyond it is gone.
If I remove the include statement, the page comes up &normally&, without the included &stuff& (Of course).....
If I try a url to a page that isn't there, I get the Tomcat error page, so I know Tomcat is &there&, but something is missing??
Any help would be appreciated!!
Thanks!!
(&jsp:include page=&include/index.inc& flush=&true&/&
I can wiew the code on the page and the header is there, and anything before the include statement, but everything beyond it is gone.
If I remove the include statement, the page comes up &normally&, without the included &stuff& (Of course).....
If I try a url to a page that isn't there, I get the Tomcat error page, so I know Tomcat is &there&, but something is missing??
Any help would be appreciated!!
Thanks!!