fred01

Registered
Sep 21, 2002
1
0
151
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!!
 

clara

Member
Aug 31, 2005
21
0
151
So fre01 what happened? I know it's been a long time, but I have similar issue now.

<%@ include file="/file.jsp" %> does nothing. No file.jsp, and the rest of jsp page is ok.

Somebody found a soulution?

Thanks
 

tuxdesk

Well-Known Member
Oct 1, 2005
86
0
156
Firse install tomcat through backend and enable servlet throuh WHM. jsp files will work without any issue.