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
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
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
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
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
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
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
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-