RE: Tomcat 6 error compiling JSPs with nested @include directives

2010-05-05 Thread Mark Eggers
ents . . . /mde/ --- On Wed, 5/5/10, Caldarale, Charles R wrote: > From: Caldarale, Charles R > Subject: RE: Tomcat 6 error compiling JSPs with nested @include directives > To: "Tomcat Users List" > Date: Wednesday, May 5, 2010, 6:35 AM > > From: Nuno Faria [mailto:nu

RE: Tomcat 6 error compiling JSPs with nested @include directives

2010-05-05 Thread Caldarale, Charles R
> From: Nuno Faria [mailto:nuno.m.fa...@gmail.com] > Subject: Re: Tomcat 6 error compiling JSPs with nested @include > directives > > That would be a pain because I develop and maintain over 20 apps in a > CVS system and would force major changes on the dir estructure for

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-05-05 Thread Nuno Faria
apreciate your comments. Thanx in advance On Fri, Apr 30, 2010 at 4:38 PM, Caldarale, Charles R wrote: >> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] >> Subject: RE: Tomcat 6 error compiling JSPs with nested @include >> directives >> >> You missed

RE: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Subject: RE: Tomcat 6 error compiling JSPs with nested @include > directives > > You missed a critical part - your webapp must be deployed under > > C:\caixatec\webapps\sites_empresa\ROOT > > (case

RE: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Caldarale, Charles R
> From: Nuno Faria [mailto:nuno.m.fa...@gmail.com] > Subject: Re: Tomcat 6 error compiling JSPs with nested @include > directives > > I remove Context definition and it treats each folder under > c:/caixatec/webapps/sites_empresa/ You missed a critical part - your webapp must

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Nuno Faria
I remove Context definition and it treats each folder under c:/caixatec/webapps/sites_empresa/ as an app instead of seeing it as part of one application. You gave me the Tomcat 5.5 Doc but as I stated I have a 6.0.26 I will read more of http://tomcat.apache.org/tomcat-6.0-doc to try to set this u

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Pid
On 30/04/2010 15:09, Nuno Faria wrote: > In Tomcat 5.5 I had each app configured as a Host, being served by a > differente domain. > For example these two enabled two different sites under > imobiliario.lardocelar.com and sites_empresa.lardocelar.com > And without any problems. When I wanted to tur

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Nuno Faria
In Tomcat 5.5 I had each app configured as a Host, being served by a differente domain. For example these two enabled two different sites under imobiliario.lardocelar.com and sites_empresa.lardocelar.com And without any problems. When I wanted to turn off one of them I would simply comment the Host

RE: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Tomcat 6 error compiling JSPs with nested @include > directives > > > > There's a problem with the above, the docBase should not be set to an > empty value. Not just should not - it must not be an empty

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Pid
On 30/04/2010 10:58, Nuno Faria wrote: > contactos is a folder in my sites_empresa.lardocelar.com application > so the URLs should work fine. > In server.xml I have > > > > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> >

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Nuno Faria
contactos is a folder in my sites_empresa.lardocelar.com application so the URLs should work fine. In server.xml I have Following Martin tip I noticed something different from what I would see in Tomcat 5.5. All the JSP files that are on my app

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-29 Thread Pid
On 29/04/2010 21:33, Konstantin Kolinko wrote: > 2010/4/29 Nuno Faria : >> Strange thing. This is a fresh install of a 6.0.26 and I had created >> the example from scratch. >> But I did as you suggested and cleaned my work folder and now it compiles!? >> >> The names I used where slightly different

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-29 Thread Konstantin Kolinko
2010/4/29 Nuno Faria : > Strange thing. This is a fresh install of a 6.0.26 and I had created > the example from scratch. > But I did as you suggested and cleaned my work folder and now it compiles!? > > The names I used where slightly different but I reverted to mine to > check it back. > I attach

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-29 Thread Nuno Faria
This email contained a .zip file attachment. Raytheon does not allow email attachments that are considered likely to contain malicious code. For your protection this attachment has been removed. If this email is from an unknown source, please simply delete this email. If this email was expected

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-29 Thread Pid
On 29/04/2010 15:56, Nuno Faria wrote: > Hi. > > I recently migrated SO from XP + Tomcat 5.5 to Windows 7 64-bit + Tomcat > 6.0.26 > around my webapps got a compile error only in certain JSPs. > > Every JSP that have a @include directive to a JSP that has another > @include directive in its codi

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-29 Thread Konstantin Kolinko
2010/4/29 Nuno Faria : > I recently migrated SO from XP + Tomcat 5.5 to Windows 7 64-bit + Tomcat > 6.0.26 > around my webapps got a compile error only in certain JSPs. > There were bugs with includes about 6 month ago, like BZ 47318 [1], but all those should already be fixed in 6.0.24 and 6.0.26

Tomcat 6 error compiling JSPs with nested @include directives

2010-04-29 Thread Nuno Faria
Hi. I recently migrated SO from XP + Tomcat 5.5 to Windows 7 64-bit + Tomcat 6.0.26 around my webapps got a compile error only in certain JSPs. Every JSP that have a @include directive to a JSP that has another @include directive in its coding throws an error. It is as if Nested @includes are not