Léa Massiot wrote:
Hello André,
Thank you for your answer.
awarnier wrote:
You can define "uf" wherever you want, as long as Tomcat (and the
applications
which run under it, like your JSPs) has write access to it.
Actually, I already noticed and tried that and my first question is closely
Ok, figured it out.
I needed to use InitialContext.lookupLink() instead of
InitialContext.lookup() what I was using before.
Seems obvious now, but I didn't think there would be two similar methods.
I just thought I'll post my solution for further reference. It's
always annoying to find that somebod
Hello André,
Thank you for your answer.
awarnier wrote:
>
> You can define "uf" wherever you want, as long as Tomcat (and the
> applications
> which run under it, like your JSPs) has write access to it.
>
Actually, I already noticed and tried that and my first question is closely
linked to m
Congratulations! Lots of good stuff there..
On Sat, Oct 1, 2011 at 9:03 AM, Mark Thomas wrote:
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 7.0.22
>
> http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
> http://tomcat.apache.org/download-70.cgi
-Jesse
--
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.22
Apache Tomcat 7.0.22 includes bug fixes and new features compared to
version 7.0.21 including:
- Further improvements to the memory leak detection and prevention features.
- Fix issue that prevented using SSL with
On 30/09/2011 17:09, Nicholas Sushkin wrote:
> Mark, Chris, thanks for the review.
>
>
> Should filing a bug be my next step, then?
Please.
Mark
>
>
> On Friday, September 30, 2011 13:10:55 Mark Thomas wrote:
>
>> > Basically my thinking is that you handle POST, shouldn't you also
>
>> > i