RE: Tomcat 5.5 system requirements

2006-01-12 Thread Souza Mello Araujo Raquel \(KETS 61\)
: taglibs-user@jakarta.apache.org Subject: Tomcat 5.5 system requirements Is there a list of Tomcat 5.5 system requirements for a windows based install? Thanks David Schwartz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat 5.5 system requirements

2006-01-12 Thread Rahul Akolkar
On 1/12/06, David Schwartz <[EMAIL PROTECTED]> wrote: > Is there a list of Tomcat 5.5 system requirements for a windows based install? > Thanks > Did you mean to send this to the tomcat user list? http://tomcat.apache.org/lists.html -Rahul &

Tomcat 5.5 system requirements

2006-01-12 Thread David Schwartz
Is there a list of Tomcat 5.5 system requirements for a windows based install? Thanks David Schwartz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [SOLVED] Re: how to debug jsp compilation error in Tomcat 5.5 ?

2005-06-17 Thread Rahul P Akolkar
Woodchuck <[EMAIL PROTECTED]> wrote on 06/17/2005 11:18:17 AM: > > The lists have been slow. Please do not send multiple copies :-) > > i also noticed there seems to be multiple copies of my original post. > i do not know why, i only sent once. OK, sorry about the banter ;-) It seems we had qui

[SOLVED] Re: how to debug jsp compilation error in Tomcat 5.5 ?

2005-06-17 Thread Woodchuck
--- Rahul P Akolkar <[EMAIL PROTECTED]> wrote: > Woodchuck <[EMAIL PROTECTED]> wrote on 06/17/2005 09:38:52 AM: > > hi Rahul, > > > > sorry somehow i missed seeing your response until now.. > > The lists have been slow. Please do not send multiple copies :-) i also noticed there seems to be mul

Re: how to debug jsp compilation error in Tomcat 5.5 ?

2005-06-17 Thread Rahul P Akolkar
Woodchuck <[EMAIL PROTECTED]> wrote on 06/17/2005 09:38:52 AM: > hi Rahul, > > sorry somehow i missed seeing your response until now.. The lists have been slow. Please do not send multiple copies :-) > > Make sure contains no non-whitespace text, outside of > > child > > and elements. > > o

Re: how to debug jsp compilation error in Tomcat 5.5 ?

2005-06-17 Thread Woodchuck
hi Rahul, sorry somehow i missed seeing your response until now.. --- Rahul P Akolkar <[EMAIL PROTECTED]> wrote: > Woodchuck <[EMAIL PROTECTED]> wrote on 06/16/2005 05:14:04 PM: > > hihi all!! > > > > this is my 8th jakarta mailing list and my first question to > > taglibs-user!! :) > > Welco

Re: how to debug jsp compilation error in Tomcat 5.5 ?

2005-06-16 Thread Rahul P Akolkar
Woodchuck <[EMAIL PROTECTED]> wrote on 06/16/2005 05:14:04 PM: > hihi all!! > > this is my 8th jakarta mailing list and my first question to > taglibs-user!! :) Welcome :-) > my question is, how do i debug something like this: > > org.apache.jasper.JasperException: Validation error messages fr

Re: how to debug jsp compilation error in Tomcat 5.5 ?

2005-06-16 Thread Woodchuck
the final jsp is huge. it is composed of many included jsps. trust me, it is pretty nasty. i spent several solid hours on this so far. i manually assembled the jsp together (ie. as if there were no includes at all) and it came to around 1700 lines long, and this is with all the tags intact (ie.

Re: how to debug jsp compilation error in Tomcat 5.5 ?

2005-06-16 Thread David Schwartz
Where's the jsp code? Quoting Woodchuck <[EMAIL PROTECTED]>: >> hihi all!! >> >> this is my 8th jakarta mailing list and my first question to >> taglibs-user!! :) >> >> my question is, how do i debug something like this: >> >> org.apache.jasper.JasperException: Validation error messages from >> T

how to debug jsp compilation error in Tomcat 5.5 ?

2005-06-16 Thread Woodchuck
hihi all!! this is my 8th jakarta mailing list and my first question to taglibs-user!! :) my question is, how do i debug something like this: org.apache.jasper.JasperException: Validation error messages from TagLibraryValidator for c_rt894: Illegal text inside "c:choose" tag: "894: Illegal text

Re: Using JSTL 1.1.2 with Tomcat 5.5 & J2SE 5.0

2005-06-06 Thread Rahul P Akolkar
On 6/6/05, Dino Klein <[EMAIL PROTECTED]> wrote: > I think I'll file a bug report, since my knowledge about TLVs is zero. TLVs perform validation that is beyond TLDs, common example is validation of the type can only be a child of etc. I was itching for a better explanation of this issue, so I

Re: Using JSTL 1.1.2 with Tomcat 5.5 & J2SE 5.0

2005-06-06 Thread Dino Klein
I think I'll file a bug report, since my knowledge about TLVs is zero. In case it might interest anybody - I gave the pages a try on Tomcat 5.0.28 with 1.4.2 (on MacOS X), with the same results; I did this to make sure that it wasn't some sort of an incompatibility issue with J2SE 5.0. Rahul

Re: Using JSTL 1.1.2 with Tomcat 5.5 & J2SE 5.0

2005-06-06 Thread Rahul P Akolkar
Dino Klein" <[EMAIL PROTECTED]> wrote on 06/06/2005 03:44:38 PM: > I did some primitive debugging, and all I could find out is that if I use > xmlns:fn="http://java.sun.com/jsp/jstl/functions";, then I have no > problems; I checked the TLDs, and I noticed that it does not include a > validator

Re: [OT] Using JSTL 1.1.2 with Tomcat 5.5 & J2SE 5.0

2005-06-06 Thread Dino Klein
This is not a JSTL issue, marked OT. In XML views of JSPs, the included file is expanded in place. And jasper2 isn't happy because there are more than one jsp:root elements in the XML view of main.jspx. In your case, I don't see any need for either of the two jsp:root elements (unless you simplifi

Re: [OT] Using JSTL 1.1.2 with Tomcat 5.5 & J2SE 5.0

2005-06-06 Thread Rahul P Akolkar
"Dino Klein" <[EMAIL PROTECTED]> wrote on 06/06/2005 09:16:07 AM: > I have two jspx files (pasted below), where one includes the other. > When I remove the xmlns:c declaration/importation - it works; similarly, > when I do not include the other file, it also works fine. > (1) main.jspx > =

Re: Using JSTL 1.1.2 with Tomcat 5.5 & J2SE 5.0

2005-06-06 Thread Dino Klein
I have two jspx files (pasted below), where one includes the other. When I remove the xmlns:c declaration/importation - it works; similarly, when I do not include the other file, it also works fine. Thanks. (1) main.jspx == http://java.sun.com/JSP/Page"; version="2.0"> http://ja

Re: Using JSTL 1.1.2 with Tomcat 5.5 & J2SE 5.0

2005-06-05 Thread Rahul P Akolkar
"Dino Klein" <[EMAIL PROTECTED]> wrote on 06/05/2005 10:43:13 PM: > org.apache.jasper.JasperException: Validation error messages from > TagLibraryValidator for cnull: org.xml.sax.SAXParseException: > Attribute "jsp" bound to namespace "http://www.w3.org/2000/xmlns/"; was > already specified for

Using JSTL 1.1.2 with Tomcat 5.5 & J2SE 5.0

2005-06-05 Thread Dino Klein
Hi, I'm having issues getting JSTL 1.1.2 working on Tomcat 5.5 & J2SE 5.0; namely I am getting the following exception: org.apache.jasper.JasperException: Validation error messages from TagLibraryValidator for cnull: org.xml.sax.SAXParseException: Attribute "jsp" bound

Tomcat 5.5

2004-09-13 Thread Karl Coleman
I just saw that Tomcat 5.5 is out. Is this a beta release? I don't see anything at Jakarta that says that it is. Thanks, Karl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]