The Servlets run fine however if I try to compile a JSP I get an HTTP 500 Internal server error. The jsp is a simple HelloWorld. Please help!
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
JRun 2.3 does not implement the current JSP API, you need to upgrade to JRun 3.0. Major changes were made between the JSP version that 2.3 implements (0.92 I think) and the current 1.1 API.
Does that mean it will not compile a simple helloworld.jsp using all html?
Geoff Tate
Ranch Hand
Joined: Feb 06, 2001
Posts: 55
posted
0
ahhh this is what I was thinking - you have the later packages specified then what 2.3 was written for.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> fantastic, a towel? <HR></BLOCKQUOTE>
Tim Smith
Greenhorn
Joined: Mar 07, 2001
Posts: 19
posted
0
What does this mean? I don't understand?
Scott Stirling
Greenhorn
Joined: Mar 05, 2001
Posts: 24
posted
0
What's the stack trace in the 500 error? If you don't see a stack trace in the browser try Netscape so IE doesn't hide it from you. JRun 2.3.3 supports JSP 1.0 and 0.92. There's a knowledge base article at Allaire on how to change the version if you have the wrong one set. But I'm won't be sure what the problem is until I see the stack trace. ------------------ Scott Stirling Author of Java Server Pages Application Development
Scott Stirling<BR>Author of <A HREF="http://www.amazon.com/exec/obidos/ASIN/067231939X/ref=ase_electricporkchop/107-2476442-4883722" TARGET=_blank rel="nofollow">Java Server Pages Application Development</A>
subject: Problem Compiling JSP with IIS 4.0 and JRun 2.3