Re: Jsp class loader issue in Tomcat 7

2012-11-15 Thread Konstantin Kolinko
2012/11/15 Duc Trung TRAN : > Konstantin, > > Does it means it's a bad thing to use jsp as templating inside a webapp? It is bad thing to bundle Tomcat components inside web applications. You should never do that. [1] should explain why. [1] and [2] should explain why things are different between

Re: Jsp class loader issue in Tomcat 7

2012-11-15 Thread Duc Trung TRAN
Konstantin, Does it means it's a bad thing to use jsp as templating inside a webapp? And it's normal that it breaks *other* applications but not the application itself? I would expect the opposite scenario. Thanks and regards Trung 2012/11/15 Konstantin Kolinko > 2012/11/14 Christopher Schult

Re: Jsp class loader issue in Tomcat 7

2012-11-14 Thread Konstantin Kolinko
2012/11/14 Christopher Schultz : > >> Do you have any idea why old jasper-compiler (used inside an >> application) provoke errors to other applications? Is it a bug? Or >> is there some additional config to make it works? > > Oh, this breaks *other* applications? There may be some weirdness, > here

Re: Jsp class loader issue in Tomcat 7

2012-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trung, On 11/14/12 10:18 AM, Duc Trung TRAN wrote: > We are trying to migrate Tomcat 5.5 to Tomcat 7. And We have > issues in an old application which make use of JspC class. In fact, > this application has an internal jsp templating and use JspC to >