Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 53428 invoked from network); 1 Jun 2010 14:14:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 14:14:11 -0000 Received: (qmail 37117 invoked by uid 500); 1 Jun 2010 14:14:11 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 37099 invoked by uid 500); 1 Jun 2010 14:14:11 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 37091 invoked by uid 99); 1 Jun 2010 14:14:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 14:14:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bjfree@free-man.net designates 69.94.133.32 as permitted sender) Received: from [69.94.133.32] (HELO main.free-man.net) (69.94.133.32) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 14:14:04 +0000 Received: from 30.sub-75-230-201.myvzw.com ([75.230.201.30]) by main.free-man.net (JAMES SMTP Server 2.3.2) with SMTP ID 594 for ; Tue, 1 Jun 2010 07:13:28 -0700 (PDT) Message-ID: <4C051596.8060904@free-man.net> Date: Tue, 01 Jun 2010 07:13:42 -0700 From: BJ Freeman User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: session clearing on each click of ofbiz application References: <1275305703102-2237194.post@n4.nabble.com> <4C03C459.40403@free-man.net> <1275396840947-2238450.post@n4.nabble.com> In-Reply-To: <1275396840947-2238450.post@n4.nabble.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org not sure if it is related, but I just installed an new ofbiz through AJP apache 2.2.3 I have ofbiz under a virtual server pasted setup from another server that works. I am having issues with https. I can go to the actual server and use the https://localhost:port OK but https://domainname.com/ from a remote location gives me a broken connection error. based on this I am focusing on apache and AJP to see what is changed. It may be that ofbiz needs an AJP container for https should have it debugged soon ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation Specialtymarket.com Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Linkedin prasanthi_ofbiz sent the following on 6/1/2010 5:54 AM: > Dear BJ, > I found where the problem is but I don't know why its happend. In the > common-contoller.xml file located at > ofbiz/framework/common/webcommon/WEB-INF/ there is a section written below > > > > path="org.ofbiz.webapp.control.LoginWorker" invoke="check509CertLogin"/> > path="org.ofbiz.webapp.control.LoginWorker" > invoke="checkRequestHeaderLogin"/> > path="org.ofbiz.webapp.control.LoginWorker" > invoke="checkServletRequestRemoteUserLogin"/> > path="org.ofbiz.webapp.control.LoginWorker" invoke="checkExternalLoginKey"/> > path="org.ofbiz.webapp.control.ProtectViewWorker" > invoke="checkProtectedView"/> > > > > Because of this each and every click visiting the function > checkServletRequestRemoteUserLogin of LoginWorker.java. Inside this I have > written code for calling webservices for getting remote user details and > verifying the same user. This is normally taking approx 1 min. So that > system is looking slow. > > I have two environments like > Ofbiz1 and Ofbiz2 > In Ofbiz1 environment server is accessed through Apache server which is in > different location > In Ofbiz2 environment we are accessing directly the application server of > ofbiz. > Ofbiz1 runs on 443/80 ports and Ofbiz2 runs on 7443/7080 ports > I don't know why the same thing is not happening in Ofbiz2 environment and > happening in Ofbiz1 environment. > > Please help me... > Regards > Prasanthi > > > >