Here is the link to 4.1.31 and its release notes
http://archive.apache.org/dist/jakarta/tomcat-4/v4.1.31/
Thanks,
Keith
sun fire wrote:
Hi,
Where can I find the enhancements of Tomcat version 4.1.31 over 4.1.29 ? All releases available belong to the 5.x versions and 4.* versions don't seem to
- Original Message -
From: "fergal dalton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 08:14
Subject: query
>
> Hi,
>
> Just a small problem, i'm having a problem using the useBean tags in my
jsp
> page, i am trying to pass an arraylist from the model but i get
> />
>
> Internal Servlet Error:
>
> javax.servlet.ServletException: Cannot create bean of class
> java.util.Iterator
>
> Any ideas
Check out tomcat-users, and read the Iterator Javadocs. It's an
Interface;
you can't instantiate an Interface. Because of this, Iterator doesn't
support
javabean-s
Arshad Mahmood wrote:
> I have been trying to configure mod_webapp (without much luck) and I notice
> that wa_host will not allow applications to be mounted which have common
> heads (i.e. '/' and '/examples/'). Tomcat itself doesn't seem to have any
> problem with such a setup.
>
> Is this a gen