2015-02-20 13:53 GMT+01:00 Marco Semiao :
>
>
> 2015-02-20 13:45 GMT+01:00 Marco Semiao :
>
>> Hello, I just use this app :
>>
>> http://pukkaone.github.io/2010/12/22/jsp-precompile-application-start.html
>>
>> it's works with tomcat 5,6,7 but not t
2015-02-20 13:45 GMT+01:00 Marco Semiao :
> Hello, I just use this app :
>
> http://pukkaone.github.io/2010/12/22/jsp-precompile-application-start.html
>
> it's works with tomcat 5,6,7 but not tomcat 8.
>
> Because before, it's possibel to invoque RequestDispatc
pty.
2015-02-20 13:35 GMT+01:00 Konstantin Kolinko :
> 2015-02-19 19:25 GMT+03:00 Marco Semiao :
> > Hello,
> >
> > I use on my application a web listener ( ServletContextListener ) that
> > allows you to compile jsp at startup .
> &g
:40 GMT+01:00 Christopher Schultz :
> Marco,
>
> On 2/19/15 3:38 PM, Marco Semiao wrote:
> > Thank you for your answer and sorry for putting the wrong mailing list ;)
>
> Actually, after re-reading your post I think you were right to post to
> dev@. Please see below.
>
>
'm
> cross-posting to both lists, and I'll give more feedback on the user list.
>
> - -chris
>
> On 2/19/15 11:25 AM, Marco Semiao wrote:
> > I use on my application a web listener ( ServletContextListener )
> > that allows you to compile jsp at
Hello,
I use on my application a web listener ( ServletContextListener ) that
allows you to compile jsp at startup .
It does not work on Tomcat 8 in call :
servletContext.getRequestDispatcher ( path);
Here is the stack :
org.apache.catalina.core.ApplicationContext.log Error during mapping
jav