RE: Tomcat 4.0 and IterationTag

2002-03-18 Thread Rich Sneiderman
I haven't implemented on of these yet but it sounds like you should be inheriting from BodyTagSupport not TagSupport. - Rich -Original Message- From: Albert Pastrana [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 9:25 AM To: tomcat-list Subject: Tomcat 4.0 and IterationTag

RE: AW: IE 5 on Mac is incompatible with TC 4?

2002-03-08 Thread Rich Sneiderman
Sorry to jump in on this but I'm not sure that encodeURL will solve the problem. If I understand it correctly, encodeURL will 'ONLY' add session information if it determines that it must be added because cookies are disabled. To quote the JavaDoc for encodeURL: quote The implementation of

RE: Who uses connection pool?

2002-03-05 Thread Rich Sneiderman
Hi folks, Ok, I know we've beaten this to death today but all this discussion about DB Pooling got me thinking... Currently I'm using the Oracle thin client JDBC driver (class12.jar) to talk to a 9i database. I'm currently using the connection pooling/caching support Oracle supplies (the

RE: Strange javabean problem

2002-02-24 Thread Rich Sneiderman
business problems on your plant floor. http://stratuscom.ca -Original Message- From: Rich Sneiderman [mailto:[EMAIL PROTECTED]] Sent: February 22, 2002 12:15 To: Tomcat Users List Subject: RE: Strange javabean problem Sorry about that. I should have included how I declared the bean

RE: Strange javabean problem

2002-02-22 Thread Rich Sneiderman
21, 2002 7:45 PM To: [EMAIL PROTECTED] Cc: Rich Sneiderman Subject: RE: Strange javabean problem Hi Folks, I'm using Tomcat 4.01 with Jbuilder 6. I've got a strange problem. It seems that if I try to dump data from a Java bean using the jsp:getProperty tag I don't get the data. However

RE: Strange javabean problem

2002-02-22 Thread Rich Sneiderman
%=emp.getFirstName()%. Randy -Original Message- From: Rich Sneiderman [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 11:39 AM To: Tomcat Users List Subject: RE: Strange javabean problem I can't believe we're the only people who have ever seen this problem. I'm still

Strange javabean problem

2002-02-18 Thread Rich Sneiderman
Hi Folks, I'm using Tomcat 4.01 with Jbuilder 6. I've got a strange problem. It seems that if I try to dump data from a Java bean using the jsp:getProperty tag I don't get the data. However, if I reference the value of the bean directly in a scriptlet it works fine. Here's a code snippet:

RE: Strange javabean problem

2002-02-18 Thread Rich Sneiderman
: Strange javabean problem Hi, I'm not sure at all if this is the problem but let's see: do you use jsp:useBean tag for the emp page bean? AFAIK that tag is responsible for creating the object in page's context. hope this helps Janos |-Original Message- |From: Rich Sneiderman [mailto:[EMAIL

Making Apache and Tomcat work together revisited

2002-01-31 Thread Rich Sneiderman
Quick recap: Apache - 3.23; Tomcat - 4.0.1; JSE - jdk1.3.1_01; Windows XP-Pro Yesterday I was pointed to mod_jk as the solution to making tomcat and apache play together on Windows. It is now on my machine and I have added it to apache via the LoadModule and AddModule commands. In addition, I

Tomcat Apache

2002-01-30 Thread Rich Sneiderman
Hi Folks, I'm new to both the Java and Apache world. I've managed to get Tomcat up and running standalone (i.e talking via port 8080). I've created new applications (i.e. contexts) and tested JSPs and Servets in that application. Everything seems happy. I've gotten Apache up and running. It

RE: Tomcat Apache

2002-01-30 Thread Rich Sneiderman
That's the advice I've gotten from other people. I got an email from one gentleman (Mark Eggers) who said that he thought he had found the problem area but hadn't had time to fix it. Can you give me some pointers on mod_jk? I went to the mod_jk-howto page. However I couldn't find the source.