Re: Minimal persistent storage for a webapp

2011-11-26 Thread Konstantin Kolinko
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

Re: xinetd port redirection for Tomcat

2011-11-26 Thread Pierre Goupil
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

Re: xinetd port redirection for Tomcat

2011-11-26 Thread Pierre Goupil
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? > >

RE: xinetd port redirection for Tomcat

2011-11-26 Thread Caldarale, Charles R
> 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

xinetd port redirection for Tomcat

2011-11-26 Thread Pierre Goupil
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

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-26 Thread Satish Mittal
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

Re: Tomcat 5.5 crashes after changing server IP

2011-11-26 Thread Pid
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

Re: How to get the tomcat internal log out?

2011-11-26 Thread Pid
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

Re: Tomcat 5.5 crashes after changing server IP

2011-11-26 Thread Christopher Schultz
-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