Apache httpd server 2.4.25 binaries for Non Windows platforms

2017-06-15 Thread Prarthana Agwania
Hello Apache Team, We have a requirement to package Apache httpd server together with mod_jk 1.2.42 and distribute it to customers. Our application is hosted on Tomcat which needs to be load balanced. We tried the topology where in Apache httpd server act as the load balancer in conjunction with m

Fwd: tomcat automatically binds it to 0.0.0.0 from 127.0.0.1

2017-06-15 Thread Rakesh Java
Hi I have made a port( example 1234) to be bound to the local host 127.0.0.1 .But when i restart tomcat automatically binds it to 0.0.0.0 . And my connector in server.xml contains 127.0.0.1 as address .

RE: Tomcat URL encoding

2017-06-15 Thread Cai, Charles [COMRES/RTC/RTC]
Sorry, I forgot mention, I already add the following to the catalina.properties file. org.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH=true It didn't seems worked for me neither. Charles Cai | T +1 440 329 4888 -Original Message- From: Rossen Stoyanchev [mailto:rstoyanc..

Re: Tomcat URL encoding

2017-06-15 Thread Mark Thomas
On 15/06/2017 14:44, Cai, Charles [COMRES/RTC/RTC] wrote: Hi Guys, Looking for help here after search on the web for couple hours: I'm currently doing some testing on Tomcat 8.5.9 I'm trying to encode all the URL that is requesting to my server. One thing I have noticed it wasn't working is

Re: Tomcat URL encoding

2017-06-15 Thread Rossen Stoyanchev
You need to enable this through the ALLOW_BACKSLASH property: https://tomcat.apache.org/tomcat-8.5-doc/config/systemprops.html On Thu, Jun 15, 2017 at 2:44 PM, Cai, Charles [COMRES/RTC/RTC] < charles@emerson.com> wrote: > Hi Guys, > > Looking for help here after search on the web for couple h

Tomcat URL encoding

2017-06-15 Thread Cai, Charles [COMRES/RTC/RTC]
Hi Guys, Looking for help here after search on the web for couple hours: I'm currently doing some testing on Tomcat 8.5.9 I'm trying to encode all the URL that is requesting to my server. One thing I have noticed it wasn't working is the `\` (back slash) can't be allowed in the URL. I'm gett

Re: tomcat 7, null tag attributes

2017-06-15 Thread Coty Sutherland
On Wed, Jun 14, 2017 at 2:33 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 6/14/17 10:17 AM, Chris Cheshire wrote: >> On Tue, Jun 13, 2017 at 6:06 PM, Mark Thomas >> wrote: >> >>> On 13/06/17 22:01, Mark Thomas wrote: On 13/06/17 15:27,