Login  Register

Re: Installation on dedicated Server

Posted by rajsaini on Dec 23, 2009; 12:10pm
URL: http://ofbiz.116.s1.nabble.com/Installation-on-dedicated-Server-tp977691p977726.html

OFBiz has its on embedded Tomcat and does not need external Tomcat to run.

1. Unzip/checkout the OFBiz in some folder. Look for exact steps on Wiki
2. Run Ant to compile the code in the home folder. Ant is the build tool
to build and load OFBiz data in database.
3. Run 'ant install' to load the demo data. OFBiz will use the embedded
database unless you configure it with external database.
4. Use startofbiz.sh script to start the OFBiz.

Watch for errors/exceptions. If all goes well, browse to
http://localhost:8080/ecommerce/ to view demo e-commerce site and
https://localhost:9443/webtools/ to view backend applications.

Thanks,

Raj


zafaralikhan14-2 wrote:

> Hello Sir,
>
> I started work on ofbiz a month ago and really appreciate it
>
> I have dedicated server with root access. Some of the configurations are:
> Red hat linux, apache,Jdk1.6,mod_jk configured to serve tomcat files.
>
> Tomcat installed and listening on port 8080
> Apache is listening on port 80
> Https port is 8443
> Oracle http server is listening on port 9090
>
> I am placing HTML files /var/www/vhosts/mydomain.com and TOMCAT files at :
> /usr/share/apache-tomcat-6.0.20/webapps/mydomain.com
>
> Can you please let me know where will I download the ofbiz and installed as
> I not to disturb any of the server settings
>