Mercy wrote:
> Hi Mark,
> 
>     Thank you for your response, actually, I has found a way to fulfill
> my requirement that it can compile the JSP pages when development
> parameter is false.
> My question is that why my compiler using JspServletWrapper has been
> compiled some class files of Jsp file, the JasperLoader can't find
> them,at the same time,
> The other pages that were compiled by JspServlet in first time could be
> found by JapserLoader.
> 
>     The exception told me that org/apache/jsp/_1_jsp class can't be
> found,but it still exists and its modified time is latest.
> 
>     Is it a bug of JapserLoader or URLClassLoader?

Neither. It is a bug of your custom re-compilation code. I still don't see why
you are trying to re-invent the wheel. Just don't set development=false.

Mark

>     
>     I expect you response, thank you. :)
>     
> Kind regards,
> Mercy
> 
> On Wed, 07 Oct 2009 16:13:41 +0800, Mark Thomas <ma...@apache.org> wrote:
> 
>>> ------- Original Message -------
>>> From: Mercy <techme...@gmail.com>
>>> To: "Tomcat Users List" <users@tomcat.apache.org>
>>> Sent: 07/10/09, 08:57:24
>>> Subject: Re: JspServlet Issue
>>>
>>> Hi Mark,
>>>
>>>     What did you mean "change" the app? Could you give more information?
>>
>> Don't set the development parameter of the JspServlet to false.
>>
>> Mark
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to