Thanks. it works on 3.0 also.

-----Original Message-----
From: Scott Stirling [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 27, 2001 9:21 PM
To: JRun-Talk
Subject: RE: Disable JSP page compilation


Yes, this is possible.  After the pages are compiled it is a performance
boost if you turn off the compilation service for production.

In JRun 3.1 this works.  Not sure about regular 3.0.  Anyway, the JMC puts
the setting in the wrong file (web.xml).  That's a bug.  You'll have to
hand-edit your web-app's webapp.properties and add the following line to it
(anywhere):

webapp.servlet-mapping.*.jsp=jsprt

If you get JRun 3.1 you won't even have to restart the server.  If you have
3.0, you will have to restart the server for the setting to take effect.

Best regards,

Scott Stirling
JRun QA

-----Original Message-----
From: shawn harris
To: JRun-Talk
Sent: 4/27/01 11:31 PM
Subject: Re: Disable JSP page compilation

why do you want to do this - jsp's are compiled into servlets and then
run
on the server, I do not think that this is an option... Shawn Harris
----- Original Message -----
From: "Zak Chang" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Friday, April 27, 2001 2:15 PM
Subject: Disable JSP page compilation


> Hello All,
>
> Has anyone been successful to disable the JSP compilation? I am
running
JRun
> 3.02a on Windows 2000. Here is what I did:
> in JMC -> default server -> web application -> default user
> application ->servlet URL mappings ->edit virtual path/extension =
*.jsp
> Servlet Invoked = jsprt
>
> If I delete all the class in /jsp directory, new class files still
being
> generated.
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to