Re: Updating Apache Tomcat to a current version

2016-06-11 Thread Daniel Savard
2016-06-10 15:09 GMT-04:00 paul.greene.va : > Actually, I don't want to have parallel versions going; 7.0.53 needs to go > away to address the vulnerabilities found in the audit scan. Ideally > everything should be the same as it is now, with the only difference being > the app is using 7.0.69 rat

Re: Tomcat 9 realm datasource digest attribute

2016-06-11 Thread Hardibo Pierre-Jean
yes finally i puted that inside of my Realm Tag : className="org.apache.catalina.realm.MessageDigestCredentialHandler" algorithm="md5" / > Le 11/06/2016 20:21, Felix Schumacher a écrit : Am 10. Juni 2016 22:12:02 MESZ, schrieb Hardibo Pierre-Jean : Hello, it see

Re: Tomcat 9 realm datasource digest attribute

2016-06-11 Thread Felix Schumacher
Am 10. Juni 2016 22:12:02 MESZ, schrieb Hardibo Pierre-Jean : >Hello, it seems realm's digest attribute is depreciated in tomcat9, how > >can i replace it ? (MD5) thanks I think you are looking for the nested component CredentialHandler ( http://tomcat.apache.org/tomcat-9.0-doc/config/credenti

Re: Problem with Apache in front of Tomcat

2016-06-11 Thread Mark Eggers
Hi Edwin: On 6/11/2016 9:43 AM, Edwin Quijada wrote: > Hi! I am trying to put Apache in front of Tomcat , DEbian Jessie but > it become a titanic work without success. I read all info about this > and seems it is easy but doesnt work. > > > I am using APache 2.4+ Jessie +Tomcat 8.035 , I use thi

Re: Problem with Apache in front of Tomcat

2016-06-11 Thread Hardibo Pierre-Jean
you can use that : iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 and no need to give the port, or listen tomcat on port 80 (server.xml) Le 11/06/2016 18:52, Edwin Quijada a écrit : Redirect all traffic of port 80 to 8080 ? but the client will be the address ip:8080

Re: Problem with Apache in front of Tomcat

2016-06-11 Thread Edwin Quijada
Redirect all traffic of port 80 to 8080 ? but the client will be the address ip:8080/myapp ? From: Hardibo Pierre-Jean Sent: Saturday, June 11, 2016 4:45 PM To: Tomcat Users List Subject: Re: Problem with Apache in front of Tomcat if there are only java websit

Re: Problem with Apache in front of Tomcat

2016-06-11 Thread Hardibo Pierre-Jean
if there are only java websites in your server you can make a redirection with iptables, no need to use apache. Le 11/06/2016 18:43, Edwin Quijada a écrit : Hi! I am trying to put Apache in front of Tomcat , DEbian Jessie but it become a titanic work without success. I read all info about this

Problem with Apache in front of Tomcat

2016-06-11 Thread Edwin Quijada
Hi! I am trying to put Apache in front of Tomcat , DEbian Jessie but it become a titanic work without success. I read all info about this and seems it is easy but doesnt work. I am using APache 2.4+ Jessie +Tomcat 8.035 , I use this tuto http://www.zeitoun.net/articles/configure-mod_proxy_ajp-