Thanks, this solved our problem. :-)

On 7/22/04 7:00 AM, "John Zhao" <[EMAIL PROTECTED]> wrote:

> keepGenerated is a feature of JRun JSPServlet, which is a handler for all
> JSP requests.  This setting need to be applied to all web application in
> JRun4 that is why it is in the default-web.xml (it is like the global
> web.xml for all apps).  You can certainly move it to the web.xml for your
> application.  For example, you only want to keep the .java file for certain
> app instead of all apps on the server. This is different from jrun-web.xml,
> which sounds like you don�t have.  Anyhow, the default-web.xml is in the
> SERVER-INF directory.  You definitely have it no matter how you deploy the
> app.
>
> Since it is a JRun specific servlet, if you move the app to other J2EE
> server, the servlet class won�t be included in your application.  You
> probably don�t want to since each J2EE server has its own JSP handler.  You
> need to take it out of the web.xml if you do add to your web.xml.
>
> Hope this helps.
>
> John
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to