OpenSSL 1.0.1h

2014-06-10 Thread Noam Gold
Hi, OpenSLL created new version 1.0.1h at 5.Jun.2014. (http://www.openssl.org/news/secadv_20140605.txt) I would like to know if new tomcat native version (1.1.31) could be created that will linked with OpenSSL 1.0.1h. Thanks in advance, Noam Gold

Re: Decoded URL set on asynchronous request

2014-06-10 Thread Mark Thomas
On 10/06/2014 00:12, Jimmy Royer wrote: On Mon, Jun 9, 2014 at 9:38 AM, Konstantin Kolinko snip/ I think it is OK to file an issue into Bugzilla. Best regards, Konstantin Kolinko Thanks for your insights Konstantin. My understanding here is that there is an ambiguous case if URLs should

RE: How to add jstl.jar to the jasper task

2014-06-10 Thread Jeff Cai
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, June 10, 2014 12:54 AM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task * PGP Signed by an unknown key Jeff, On 6/9/14, 1:39 AM, Jeff Cai wrote: Snip ...

Working mod_jk related to loglevel with wildfly?

2014-06-10 Thread Martin Stolk
Hello, We are migrating our applications from tomcat to wildfly. We are using mod_= jk (1.2.40) to connect apache to the wildfly ajp port. When using tomcat there are no problems, but with wilfdly there is a strang= e behavior in our application. Our application is written in java (wicket)

Re: Working mod_jk related to loglevel with wildfly?

2014-06-10 Thread André Warnier
Martin Stolk wrote: Hello, We are migrating our applications from tomcat to wildfly. We are using mod_= jk (1.2.40) to connect apache to the wildfly ajp port. When using tomcat there are no problems, but with wilfdly there is a strang= e behavior in our application. It is a bit of a puzzle

Generate static website based on user locale

2014-06-10 Thread Monty wig
Good Morning, I am trying to generate static website based on dynamic site running on tomcat so I can take some load off my app servers. A twist here is that we are serving different pages based on user location (Application has a logic that checks user IP and display content based on user

Re: Generate static website based on user locale

2014-06-10 Thread Hassan Schroeder
On Tue, Jun 10, 2014 at 7:36 AM, Monty wig monty...@gmail.com wrote: A twist here is that we are serving different pages based on user location (Application has a logic that checks user IP and display content based on user location) and wondering is there a tool like wget that also accepts

Re: Generate static website based on user locale

2014-06-10 Thread Daniel Mikusa
On Tue, Jun 10, 2014 at 10:36 AM, Monty wig monty...@gmail.com wrote: Good Morning, I am trying to generate static website based on dynamic site running on tomcat so I can take some load off my app servers. A twist here is that we are serving different pages based on user location

Re: Working mod_jk related to loglevel with wildfly?

2014-06-10 Thread André Warnier
André Warnier wrote: Martin Stolk wrote: Hello, We are migrating our applications from tomcat to wildfly. We are using mod_= jk (1.2.40) to connect apache to the wildfly ajp port. When using tomcat there are no problems, but with wilfdly there is a strang= e behavior in our application.

Re: Generate static website based on user locale

2014-06-10 Thread Monty wig
Dan, Actually Load Balancer looks for the IP address and converts it into a header which is read by application to determine user location. Is there a way to spoof IP that we sends to Load Balancer? On Tue, Jun 10, 2014 at 10:53 AM, Daniel Mikusa dmik...@gopivotal.com wrote: On Tue, Jun 10,

Re: Generate static website based on user locale

2014-06-10 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/10/2014 9:09 AM, Monty wig wrote: Dan, Actually Load Balancer looks for the IP address and converts it into a header which is read by application to determine user location. Is there a way to spoof IP that we sends to Load Balancer? If you

Re: Working mod_jk related to loglevel with wildfly?

2014-06-10 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/10/2014 8:29 AM, André Warnier wrote: André Warnier wrote: Martin Stolk wrote: Hello, We are migrating our applications from tomcat to wildfly. We are using mod_= jk (1.2.40) to connect apache to the wildfly ajp port. When using

Re: Working mod_jk related to loglevel with wildfly?

2014-06-10 Thread André Warnier
Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/10/2014 8:29 AM, André Warnier wrote: André Warnier wrote: Martin Stolk wrote: Hello, We are migrating our applications from tomcat to wildfly. We are using mod_= jk (1.2.40) to connect apache to the wildfly ajp port.

Re: Working mod_jk related to loglevel with wildfly?

2014-06-10 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/10/2014 12:35 PM, André Warnier wrote: Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/10/2014 8:29 AM, André Warnier wrote: André Warnier wrote: Martin Stolk wrote: Hello, We are migrating our applications from

RE: Working mod_jk related to loglevel with wildfly?

2014-06-10 Thread Martin Stolk
Yes I also think it's related to de ajp connector in wildfly. This afternoon i tested with mod_proxy and that shows the same problem. Thans for the clear explanation. -Oorspronkelijk bericht- Van: Mark Eggers [mailto:its_toas...@yahoo.com.INVALID] Verzonden: dinsdag 10 juni 2014 21:45

Size Based Rolling

2014-06-10 Thread Akash Jain
HI, How can we make catalina.out and access logs ( AccessLogsValve) roll log based on size instead of daily rolling ? Thanks, Akash