nginx and apache ofbiz

2019-02-12 Thread ptaylor

Morning.

I am trying to this working, and have hit a dead end, i am trying to get nginx 
to refer to ofbiz, ie when you go to https://odoo.domain.one it shows whats in 
https://domain.one:8443
http://paste.debian.net/1067285/ that is my config in /etc/nginx/sites-enabled 
, and when i go to the domain it just shows nginx's hompage rather than ofbiz's 
pages.

Can someone point me in the direction as to where i am going wrong, please.

Philip


Re: Open Source alternatives for Confluence & Jira

2019-02-12 Thread Michael Brohl

Hi Sakthivel,

we are using Redmine [1] for both internal and customer projects.

Regards,

Michael

[1] https://www.redmine.org/


Am 12.02.19 um 03:52 schrieb Sakthivel Vellingiri:

Hi Ofbiz Users, Sorry about the blast,

Any recommendations on open source alternatives for Confluence & Jira, i
have them and both are good products, but i'm looking for alternatives that
have comparable functionality and does not have a licence cost,

I'm ok with self-managed option where we have to host the software
ourselves and self manage them.

Any software that you have used in the past and can recommend would be much
appreciated.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Open Source alternatives for Confluence & Jira

2019-02-12 Thread Pierre Smits
An alternative is trac (see [1]), which offers both an issue mgt and a wiki
solution, and can be integrated with Git and SVN

[1] https://trac.edgewall.org

Best regards,
Pierre Smits

ORRTIZ.COM 
OFBiz based solutions & services

OEM - The OFBiz Extensions Marketplace1
http://oem.ofbizci.net/oci-2/
1 not affiliated to (and not endorsed by) the OFBiz project


On Tue, Feb 12, 2019 at 3:52 AM Sakthivel Vellingiri <
info.integ...@gmail.com> wrote:

> Hi Ofbiz Users, Sorry about the blast,
>
> Any recommendations on open source alternatives for Confluence & Jira, i
> have them and both are good products, but i'm looking for alternatives that
> have comparable functionality and does not have a licence cost,
>
> I'm ok with self-managed option where we have to host the software
> ourselves and self manage them.
>
> Any software that you have used in the past and can recommend would be much
> appreciated.
>


E-commerce

2019-02-12 Thread Shrilesh Korgaonkar
Hi,

I wanted use PayPalServices.java & PayflowPro.java which was
excludedJavaSources form application
which jar is required for
org/apache/ofbiz/accounting/thirdparty/paypal/PayPalServices.java
org/apache/ofbiz/accounting/thirdparty/verisign/PayflowPro.java

Any pointers or links would be highly appreciated.
Regards


AW: Open Source alternatives for Confluence & Jira

2019-02-12 Thread Ingo Wolfmayr
Hi Sakthivel,

we are using redmine.

http://www.redmine.org/

Best regards
Ingo

-Ursprüngliche Nachricht-
Von: Sakthivel Vellingiri  
Gesendet: Dienstag, 12. Februar 2019 03:53
An: user@ofbiz.apache.org
Betreff: Open Source alternatives for Confluence & Jira

Hi Ofbiz Users, Sorry about the blast,

Any recommendations on open source alternatives for Confluence & Jira, i have 
them and both are good products, but i'm looking for alternatives that have 
comparable functionality and does not have a licence cost,

I'm ok with self-managed option where we have to host the software ourselves 
and self manage them.

Any software that you have used in the past and can recommend would be much 
appreciated.


Re: nginx and apache ofbiz

2019-02-12 Thread Jason RJ
Hi Philip,

Your proxy section is still commented out, you need to remove the #s

# location / {
#   proxy_redirect off;
#   proxy_pass http://ofbiz;
# }



Jason


On 12/02/2019 09:24, ptay...@taylorworld.one 
wrote:

Morning.

I am trying to this working, and have hit a dead end, i am trying to get nginx 
to refer to ofbiz, ie when you go to https://odoo.domain.one it shows whats in 
https://domain.one:8443
http://paste.debian.net/1067285/ that is my config in /etc/nginx/sites-enabled 
, and when i go to the domain it just shows nginx's hompage rather than ofbiz's 
pages.

Can someone point me in the direction as to where i am going wrong, please.

Philip