Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-25 Thread Jacopo Cappellato
done in rev. 1627490 Jacopo On Sep 24, 2014, at 1:07 PM, Jacques Le Roux wrote: > +1 > > Jacques > > Le 24/09/2014 11:02, Pierre Smits a écrit : >> I agree. Most of the times users have a proxy in front of app servers. >> Setting this to 'true' would mean additional and unnecessary resource

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-24 Thread Jacques Le Roux
+1 Jacques Le 24/09/2014 11:02, Pierre Smits a écrit : I agree. Most of the times users have a proxy in front of app servers. Setting this to 'true' would mean additional and unnecessary resource consumption. Pierre Smits *ORRTIZ.COM * Services & Solutions for Cloud- Ba

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-24 Thread Pierre Smits
I agree. Most of the times users have a proxy in front of app servers. Setting this to 'true' would mean additional and unnecessary resource consumption. Pierre Smits *ORRTIZ.COM * Services & Solutions for Cloud- Based Manufacturing, Professional Services and Retail & Trade

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-24 Thread Jacopo Cappellato
Thanks for mentioning this. My preference would be to use the default value as is in tomcat (i.e. comment out this setting). I didn't change its value but I have added the comment as a reminder to discuss this with you all. Here is what Tomcat doc says: "enableLookups: Set to true if you want c

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-24 Thread Jacques Le Roux
Hi Jacopo, I was confused by the enableLookups parameter default value (false) which is now clearly defined in Tomcat 7. Confusion came from here: http://www.baselogic.com/blog/development/java-javaee-j2ee/tomcat-6-connector-option-enablelookups-defaulting-true/ Do you know why are we not using

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-21 Thread Jacopo Cappellato
Ok, the trunk demo seems to be working fine now that it is running on the latest revision. My last commit with additional cleanups for the catalina container may have fixed the issue. Regards, Jacopo On Sep 21, 2014, at 9:06 AM, Jacopo Cappellato wrote: > Jacques, all, > > I am doing some

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-21 Thread Jacopo Cappellato
Jacques, all, I am doing some experiments to figure out the issue on the trunk demo and for this reason it may be unavailable (intermittently) for a few hours today. Jacopo On Sep 20, 2014, at 5:26 PM, Jacques Le Roux wrote: > > Le 20/09/2014 11:44, Jacques Le Roux a écrit : >> BTW I made s

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-20 Thread Jacques Le Roux
Le 20/09/2014 11:44, Jacques Le Roux a écrit : BTW I made some certificate changes when I installed the demos: http://svn.apache.org/viewvc?view=revision&revision=1598544 I asked about keeping the content of framework/base/cert/ : http://markmail.org/message/jud4g3bbwwusdbfp Anyway we don't us

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-20 Thread Jacques Le Roux
BTW I made some certificate changes when I installed the demos: http://svn.apache.org/viewvc?view=revision&revision=1598544 I asked about keeping the content of framework/base/cert/ : http://markmail.org/message/jud4g3bbwwusdbfp Anyway we don't use the new certificate because self signed certifi

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-20 Thread Jacques Le Roux
I tried to comment out the 2 entries to no avail I then reverted only r1626060 and it fixed the issue We use the ASF global certificate ahead in a proxy which allows to use only HTTP for demos. The HTTPS traffic is filtered by the proxy and redirected to the HTTP traffic. But we don't use certif

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-19 Thread Jacopo Cappellato
I have tested in my local box the setting port.https.enabled=N but I was not able to recreate any issue. Are we using a certificate for the demo? Could you please try to disable the two entries: from framework/catalina/ofbiz-component.xml ? Thanks, Jacopo On Sep 19, 2014, at 9:18 AM, Jac

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-19 Thread Jacopo Cappellato
On Sep 19, 2014, at 9:05 AM, Jacques Le Roux wrote: > > Le 19/09/2014 06:56, Jacopo Cappellato a écrit : >> On Sep 18, 2014, at 11:00 AM, jaco...@apache.org wrote: >> >>> >>> ->> value="org.ofbiz.catalina.container.SSLImpl"/> >>> +>> value="org.ofbiz.catali

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-19 Thread Jacques Le Roux
Le 19/09/2014 06:56, Jacopo Cappellato a écrit : On Sep 18, 2014, at 11:00 AM, jaco...@apache.org wrote: - + Hi all, I have a concern with the above change to the setting of the "https" connector of Tomcat that I have introduced with rev. 1625919 and I

Re: svn commit: r1625919 - in /ofbiz/trunk/framework/catalina: ofbiz-component.xml src/org/ofbiz/catalina/container/CatalinaContainer.java

2014-09-18 Thread Jacopo Cappellato
On Sep 18, 2014, at 11:00 AM, jaco...@apache.org wrote: > > - value="org.ofbiz.catalina.container.SSLImpl"/> > + value="org.ofbiz.catalina.container.SSLImpl"/> Hi all, I have a concern with the above change to the setting of the "https" connector of Tomcat t