OFBiz in virtual host

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

OFBiz in virtual host

gcameo
Hi All,
I have an OFBiz instance setup to be used via virtual host. However I keep being redirected to to the login screen after every click. even within the same application.

I dont have this when I run it manually. Do anyone have OFBiz running in virtual host configuration undr Apache or is there anyone having this issue.

I am using OFBiz 9.04 with the Apache 2.2 that comes with Centos 5

Any help will be apprciated.

Regards



Reply | Threaded
Open this post in threaded view
|

Re: OFBiz in virtual host

Ray-91
I've not tested this specifically on virtual hosting with Apache or 9.04
etc but with the current trunk version OOTB you can get this symptom
when your domain/url/cookie doesn't match.

Make sure in url.properties the setting for cookie.domain matches your
domain/IP address etc depending on your testing/production env.

Ray


farouk alhassan wrote:

> Hi All,
> I have an OFBiz instance setup to be used via virtual host. However I keep being redirected to to the login screen after every click. even within the same application.
>
> I dont have this when I run it manually. Do anyone have OFBiz running in virtual host configuration undr Apache or is there anyone having this issue.
>
> I am using OFBiz 9.04 with the Apache 2.2 that comes with Centos 5
>
> Any help will be apprciated.
>
> Regards
>
>
>
>      
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz in virtual host

gcameo
In reply to this post by gcameo
Hi Ray,

That was it. Thanks all for the help

Regards

Farouk

--- On Thu, 4/6/09, Ray <[hidden email]> wrote:

From: Ray <[hidden email]>
Subject: Re: OFBiz in virtual host
To: [hidden email]
Date: Thursday, 4 June, 2009, 5:55 PM

I've not tested this specifically on virtual hosting with Apache or 9.04 etc but with the current trunk version OOTB you can get this symptom when your domain/url/cookie doesn't match.

Make sure in url.properties the setting for cookie.domain matches your domain/IP address etc depending on your testing/production env.

Ray


farouk alhassan wrote:

> Hi All,
> I have an OFBiz instance setup to be used via virtual host. However I keep being redirected to to the login screen after every click. even within the same application.
>
> I dont have this when I run it manually. Do anyone have OFBiz running in virtual host configuration undr Apache or is there anyone having this issue.
>
> I am using OFBiz 9.04 with the Apache 2.2 that comes with Centos 5
>
> Any help will be apprciated.
>
> Regards
>
>
>
>       


Reply | Threaded
Open this post in threaded view
|

Re: OFBiz in virtual host

BJ Freeman
In reply to this post by gcameo
ray:
 I am running OOTB 904 with virtual hosting
I get this when switching between apps
https://www.specialtymarket.com/manufacturing/control/main?externalLoginKey=EL489710447205
I have not changed any of the default settings.


Ray sent the following on 6/4/2009 9:55 AM:

> I've not tested this specifically on virtual hosting with Apache or 9.04
> etc but with the current trunk version OOTB you can get this symptom
> when your domain/url/cookie doesn't match.
>
> Make sure in url.properties the setting for cookie.domain matches your
> domain/IP address etc depending on your testing/production env.
>
> Ray
>
>
> farouk alhassan wrote:
>> Hi All,
>> I have an OFBiz instance setup to be used via virtual host. However I
>> keep being redirected to to the login screen after every click. even
>> within the same application.
>>
>> I dont have this when I run it manually. Do anyone have OFBiz running
>> in virtual host configuration undr Apache or is there anyone having
>> this issue.
>>
>> I am using OFBiz 9.04 with the Apache 2.2 that comes with Centos 5
>>
>> Any help will be apprciated.
>>
>> Regards
>>
>>
>>
>>      
>

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: OFBiz in virtual host

Ray-91

BJ Freeman wrote:
> ray:
>  I am running OOTB 904 with virtual hosting
> I get this when switching between apps
> https://www.specialtymarket.com/manufacturing/control/main?externalLoginKey=EL489710447205
> I have not changed any of the default settings.
>
That's fine it's the standard externalLoginKey created for all cross
application links, saves you re-loging in for every application switch.

Farouk was getting session login issues related to cookies inside the
same application, as I think you originally suggested and also Scott
suggested in the other related thread with a slightly different solution.

Ray


>
> Ray sent the following on 6/4/2009 9:55 AM:
>> I've not tested this specifically on virtual hosting with Apache or 9.04
>> etc but with the current trunk version OOTB you can get this symptom
>> when your domain/url/cookie doesn't match.
>>
>> Make sure in url.properties the setting for cookie.domain matches your
>> domain/IP address etc depending on your testing/production env.
>>
>> Ray
>>
>>
>> farouk alhassan wrote:
>>> Hi All,
>>> I have an OFBiz instance setup to be used via virtual host. However I
>>> keep being redirected to to the login screen after every click. even
>>> within the same application.
>>>
>>> I dont have this when I run it manually. Do anyone have OFBiz running
>>> in virtual host configuration undr Apache or is there anyone having
>>> this issue.
>>>
>>> I am using OFBiz 9.04 with the Apache 2.2 that comes with Centos 5
>>>
>>> Any help will be apprciated.
>>>
>>> Regards
>>>
>>>
>>>
>>>      
>