Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-26 Thread Tom Luo
It works now. Thanks everyone! On Thu, Jul 26, 2018 at 9:46 PM, Tom Luo wrote: > Hi All, > > I followed the suggestions Sandeep Kose and Michael Brohl gave to me. > Thanks both of you for help. > I uploaded my latest configuration files in github: > https://github.com/skyzluo/configuration > >

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-26 Thread Tom Luo
Hi All, I followed the suggestions Sandeep Kose and Michael Brohl gave to me. Thanks both of you for help. I uploaded my latest configuration files in github: https://github.com/skyzluo/configuration Now, I see a strange problem. The website is secure in Firefox, however, Chrome says the website

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-26 Thread Sandeep Kose
Hi Tom, Please give a try with following steps to configure mod_proxy_ajp and access OFBiz though apache on Ubuntu 1. Setup OFBIZ project and make sure that it is running on tomcat server (embedded) at http://localhost:8080 and https://localhost:8443 in the browser. 2. Install

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-26 Thread Michael Brohl
Hi Tom, inline... Am 26.07.18 um 00:07 schrieb Tom Luo: Hi, Micahel, Thanks for your reply. Where do I make the choice of using http/https or ajp connector? In framework/catalina/ofbiz-component.xml? Do I need to comment out http/https property if I choose to use ajp connector in

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Tom Luo
I removed the http/https parts in In framework/catalina/ofbiz-component.xml. But it still does not work. On Wed, Jul 25, 2018 at 6:09 PM, Tom Luo wrote: > Hi, Michael > > I attached the Apache config files. Could you help me to have a look? > > Thanks a lot! > > Tom Luo > > > On Wed, Jul 25,

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Tom Luo
Hi, Michael I attached the Apache config files. Could you help me to have a look? Thanks a lot! Tom Luo On Wed, Jul 25, 2018 at 6:01 PM, Michael Brohl wrote: > Hi Tom, > > your mail only contained the ofbiz-component.xml. > > And yes, you should comment out the http(s) connector parts. > >

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Tom Luo
Hi, Micahel, Thanks for your reply. Where do I make the choice of using http/https or ajp connector? In framework/catalina/ofbiz-component.xml? Do I need to comment out http/https property if I choose to use ajp connector in ofbiz-component.xml? Moreover, the Apache config/virtual host files

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Michael Brohl
Hi Tom, your mail only contained the ofbiz-component.xml. And yes, you should comment out the http(s) connector parts. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 25.07.18 um 23:59 schrieb Tom Luo: Hi, Micahel, Thanks for your reply. Where do I make the choice of using

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Tom Luo
Hi, Micahel, Thanks for your reply. Where do I make the choice of using http/https or ajp connector? In framework/catalina/ofbiz-component.xml? Do I need to comment out http/https property if I choose to use ajp connector in ofbiz-component.xml? Moreover, the virtual hose info should be in the

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Michael Brohl
Hi Tom, I think you should either use the http/https connectors or the ajp connector. Please share your Apache config/virtual host also as I think there might be the problem. Best regards, Michael Am 25.07.18 um 23:21 schrieb Tom Luo: Hi, All, I read the documents in the

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Tom Luo
Hi, All, I read the documents in the linkhttps://s.apache.org/nbdk I think my configurations in framework/catalina/ofbiz-component.xml are correct. Moreover, I feel my apache2 configurations are correct. So, I attached these files in the email. Could anyone help me to have a look? Really

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Michael Brohl
Hi Tom, OFBiz already contains an embedded Tomcat. There is no need for an external Tomcat installation and it is not supported to run OFBiz in an external App Server. So the connector configuration is inside OFBiz, see framework/catalina/ofbiz-component.xml. Best regards, Michael Brohl

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-24 Thread Jacques Le Roux
Hi Tom, This might help if you are using HTTPD (Apache2) https://s.apache.org/nbdk Jacques Le 25/07/2018 à 05:30, Tom Luo a écrit : Hi, Satish, Thanks for your answer. I can get ofbiz running at my localhost. But, I cannot get it running for my domain. Where should I insert ? In

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-24 Thread Tom Luo
Hi, Satish, Thanks for your answer. I can get ofbiz running at my localhost. But, I cannot get it running for my domain. Where should I insert ? In /etc/tomcat8/server.xml? I just cannot get it work with AJP and apache2 server. Thanks, Tom On Tue, Jul 24, 2018 at 10:48 PM, satish wrote: >

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-24 Thread satish
Hi Tom, Please follow this installations guide to run OFBiz in Ubuntu. https://medium.com/viithiisys/installation-steps-of-apache-ofbiz-16-0-in-ubuntu-2edc39e9c7e2 Thanks, Satish Kumar -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Fwd: ofbiz ubuntu deployment Apache server

2018-07-24 Thread Tom Luo
Hi, Does anyone here have a complete installation guide of Ofbiz in Ubuntu? I followed the instruction here: https://www.packtpub.com/mapt/book/application_development/9781847194008/14/ ch14lvl1sec04/apache-http-server-and-ofbiz-using-mod-proxy-ajp However, it does not work. I am looking for an