FYI failure building tomcat 5

2004-01-31 Thread Robert Nicholson
build-servletapi: [echo] == Building: /Users/robert/Programming/Java/Source/jakarta/share/java/servlet-api -2.4/lib/servlet-api.jar BUILD FAILED file:/Users/robert/Programming/Java/Source/jakarta/tomcat-5/jakarta- tomcat-5/build.xml:158: Basedir

Anybody get this error?

2004-01-31 Thread Robert Nicholson
when I try to build tomcat using Ant I'm getting the following error. Is there something wrong with the debug-taglib.tld? This DTD doesn't appear to be valid from what I can see. http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd isn't http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd

RE: Transferring session between http and https on Tomcat

2001-05-20 Thread Robert Nicholson
Perhaps the in memory session cookie doesn't get sent for the other path so have you tried using url rewriting instead? -Original Message- From: Deepak Raina [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 20, 2001 9:51 PM To: [EMAIL PROTECTED] Subject: Transferring session between

RE: Transferring session between http and https on Tomcat

2001-05-20 Thread Robert Nicholson
Fax: +91-11-681-0023 [EMAIL PROTECTED] http://www.intiqua.com -Original Message- From: Robert Nicholson [SMTP:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 10:27 AM To: [EMAIL PROTECTED] Subject:RE: Transferring session between http and https on Tomcat

RE: SAXParseException with web.xml

2001-05-18 Thread Robert Nicholson
For problems like this download an XML editor like XMLSpy and have it check the file against the DTD. -Original Message- From: kevin seguin [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 9:53 AM To: [EMAIL PROTECTED] Subject: Re: SAXParseException with web.xml the problem

RE: Jasper performance

2001-05-17 Thread Robert Nicholson
You should rarely have to worry about mistakes in JSP if you are using tag libraries and beans to factor out all business logic. -Original Message- From: Kaneda K [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 6:55 AM To: [EMAIL PROTECTED] Subject: RE: Jasper performance