Scott

You were correct JSP 0.92 was enabled.

With JSP1.0 enables as per KB, I know get the error below.

If I make a simple jsp file using html only, I still get the same error.

Iain

--------------------------------------------
500 Internal Server Error

com.livesoftware.jsp.JSPServlet:

javax.servlet.ServletException: CreateProcess: ..\bin\jikesw.exe -nowarn
-classpath
"C:\JRun\jsm-default\classes;C:\JRun\lib\jrun.jar;C:\JRun\lib\servlet.jar;C:
\JRun\webl\WebL.jar;C:\JRun\lib\jsp.jar;C:\JRun\lib\xml4j.jar;C:\JRun\lib\xt
..jar;C:\JRun\lib\fesi.jar;C:\JRun\lib\cfanywhere.jar;C:\JRun\lib\NetComponen
ts.jar;C:\JRun\lib\OROMatcher.jar;C:\JRun\instantdb\Classes;C:\JRun\lib\jrun
admin\jrunadmin.jar;C:\JRun\jre\lib\rt.jar;C:\JRun\jre\lib\i18n.jar;C:\JRun\
lib\jrunadmin\swing.jar;C:\JBuilder3\redist\dx3.0-res-rt.jar;C:\JBuilder3\re
dist\dx3.0-rt.jar" -d "services/jse/servlets"
"C:\JRun\jsm-default\services\jse\servlets\jsp\src\reporttest\iain.java"
error=2

-----------------------------------------

-----Original Message-----
From: Scott Stirling [mailto:[EMAIL PROTECTED]]
Sent: 19 December 2000 19:01
To: JRun-Talk
Subject: RE: JRUN2.3.3 - JSP Parse Error


Now I'm beginning to think you have JSP 0.92 enabled instead of 1.0.  Check
out this K.B. to verify and fix if need be:

http://www.allaire.com/Handlers/index.cfm?ID=13030&Method=Full

Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/

> -----Original Message-----
> From: Stirzaker, Iain [IT] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 19, 2000 1:18 PM
> To: JRun-Talk
> Subject: RE: JRUN2.3.3 - JSP Parse Error
> 
> 
> Scott
> 
> I tried the 158 patch, it made no difference.  Any other ideas?
> 
> Iain 
> 
> 500 Internal Server Error
> JSP Parse Error
> JSP Directive <%@  %> sessionis not recognized.
> 
> 
> -----Original Message-----
> From: Scott Stirling [mailto:[EMAIL PROTECTED]]
> Sent: 19 December 2000 15:15
> To: JRun-Talk
> Subject: RE: JRUN2.3.3 - JSP Parse Error
> 
> 
> Well, session="true" is the default setting, so there's no 
> need for it.
> 
> But that's not a completely fair answer.  Try upgrading your 
> JRun 2.3.3 to
> the latest production patch release, which is 158 or 159.  
> See Release.txt
> in the JRun root dir for the build you currently have.
> 
> Scott Stirling
> Allaire Corporation
> http://www.allaire.com/developer/jrunreferencedesk/
> 
> > -----Original Message-----
> > From: Stirzaker, Iain [IT] [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, December 19, 2000 10:03 AM
> > To: JRun-Talk
> > Subject: JRUN2.3.3 - JSP Parse Error
> > 
> > 
> > I have some JSP's that work under JBuilder4 / Tomcat, 
> > however, when I move
> > them over to JRUN 2.3.3 I get the error below.
> > 
> > Does anybody have any ideas?
> > 
> > Thanks
> > Iain
> > 
> > --------------------------------------------------------------
> > 
> > 500 Internal Server Error
> > 
> > JSP Parse Error
> > 
> > JSP Directive <%@  %> sessionis not recognized.
> > 
> > --------------------------------------------------------------
> > 
> > In my code I am using the directive: <%@ , as follows:
> > 
> > 
> > <%@ page session="true" %>  (file1.jsp)
> > 
> > <%@ page session="true" import="java.util.*" %>     (file2.jsp)
> > 
> > --------------------------------------------------------------
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to