2011/11/26 Benson Margulies :
> On Fri, Nov 25, 2011 at 4:36 PM, Konstantin Kolinko
> wrote:
>> 2011/11/26 Benson Margulies :
>>>
>>> In a web application, I'd like to store a bit of data without
>>> configuring a database, or, indeed anything that has to be edited into
>>> an XML file or typed in
Chuck,
I managed to give it a try and it works perfectly. Thanks!
Pierre
On Sat, Nov 26, 2011 at 9:55 PM, Pierre Goupil wrote:
> Thanks Chuck! I'll try it tomorrow.
>
>
>
>
> On Sat, Nov 26, 2011 at 9:40 PM, Caldarale, Charles R <
> chuck.caldar...@unisys.com> wrote:
>
>> > From: Pierre Goupi
Thanks Chuck! I'll try it tomorrow.
On Sat, Nov 26, 2011 at 9:40 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Pierre Goupil [mailto:goupilpie...@gmail.com]
> > Subject: xinetd port redirection for Tomcat
>
> > Shall I use another way of binding Tomcat to port 80?
>
>
> From: Pierre Goupil [mailto:goupilpie...@gmail.com]
> Subject: xinetd port redirection for Tomcat
> Shall I use another way of binding Tomcat to port 80?
Try iptables - it's even simpler. Something like the following should work:
/sbin/iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIR
Good evening,
I use xinetd in order to bind my Tomcat 7.0.22 instance to port 80 without
any Unix privileges, on a Debian 6.0 box. Here's the (slightly obfuscated)
configuration file:
service www
{
socket_type = stream
protocol= tcp
user= root
On Sat, Nov 26, 2011 at 2:56 AM, Konstantin Kolinko
wrote:
> 2011/11/24 Mark Thomas :
> > On 22/11/2011 20:42, Satish Mittal wrote:
> >> Hi All,
> >>
> >> I have observed a regression between tomcat 5 and tomcat 7.
> >
> > That is https://issues.apache.org/bugzilla/show_bug.cgi?id=38774 that
> > w
On 26/11/2011 15:19, Christopher Schultz wrote:
> Sirwiz,
>
> On 11/25/11 10:16 PM, sir...@8host.pl wrote:
>> 2011-11-26 00:42:34 org.apache.catalina.core.AprLifecycleListener
>> init INFO: The APR based Apache Tomcat Native library which allows
>> optimal performance in production environments wa
On 26/11/2011 05:31, MiB wrote:
>
> 25 nov 2011 14.37 Christopher Schultz wrote:
>
>>>
>>
>> +1
>>
>> Any webapp that runs on 5.5 that doesn't run on Tomcat 7 represents
>> either a regression in Tomcat or a webapp that has been tied-into
>> Tomcat's internal classes (which it shouldn't have been
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sirwiz,
On 11/25/11 10:16 PM, sir...@8host.pl wrote:
> 2011-11-26 00:42:34 org.apache.catalina.core.AprLifecycleListener
> init INFO: The APR based Apache Tomcat Native library which allows
> optimal performance in production environments was not foun