listeners and virtual hosts

2007-06-06 Thread T. Lamine Ba
Hi all, I have Apache connected to Tomcat 5.0.28 on a linux server. I have setup virtual hosts in my tomcat server.xml config file specifying a domain name for each webapp that I host. Problem: The tomcat container cannot find the listener classes, such as ResourceManagerListerner where I

Re: listeners and virtual hosts

2007-06-06 Thread Kris Schneider
Quoting T. Lamine Ba [EMAIL PROTECTED]: Hi all, I have Apache connected to Tomcat 5.0.28 on a linux server. I have setup virtual hosts in my tomcat server.xml config file specifying a domain name for each webapp that I host. Problem: The tomcat container cannot find the listener

jakarta input taglib libraries

2007-06-06 Thread Stephen Ince
I am trying to download 1.2 taglib-input but I only see 1.0 on the jakarata site. I am missing something? Does taglib-input 1.2 support EL expression? e.g. can I do the following. input:radio name=durationType[${counter}]} value=count default=${durationType} / Steve

Re: jakarta input taglib libraries

2007-06-06 Thread Kris Schneider
Stephen Ince wrote: I am trying to download 1.2 taglib-input but I only see 1.0 on the jakarata site. I am missing something? Does taglib-input 1.2 support EL expression? e.g. can I do the following. input:radio name=durationType[${counter}]} value=count default=${durationType} / Any taglib

Re: jakarta input taglib libraries

2007-06-06 Thread Stephen Ince
Kris, Thanx for your response. The online documentation (http://jakarta.apache.org/taglibs/doc/input-doc/index.html) taglib input referes to 1.2 and downloadadble version is only 1.0. Is it possible to download 1.2 from cvs? I am using Tomcat 4.1.31. I guest this wont work but I do use

Re: jakarta input taglib libraries

2007-06-06 Thread Kris Schneider
Stephen Ince wrote: Kris, Thanx for your response. The online documentation (http://jakarta.apache.org/taglibs/doc/input-doc/index.html) taglib input referes to 1.2 and downloadadble version is only 1.0. Is it possible to download 1.2 from cvs? I am using Tomcat 4.1.31. I guest this wont

Re: jakarta input taglib libraries

2007-06-06 Thread Stephen Ince
Kris, That helps a lot. I was going crazy looking for 1.2. Steve - Original Message - From: Kris Schneider [EMAIL PROTECTED] To: Tag Libraries Users List taglibs-user@jakarta.apache.org Sent: Wednesday, June 06, 2007 9:45 PM Subject: Re: jakarta input taglib libraries Stephen Ince