Apache Ofbiz Installation Windows 8

Posted on admin
Active2 years, 4 months ago

The Apache HTTP Server is an open-source HTTP server for modern operating systems including UNIX, Microsoft Windows, Mac OS/X and Netware. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services observing the current HTTP standards. I'm trying to install a 64bit Apache Tomcat distribution on a Windows 8.1 machine but the way in which I have set the environment variables seems to be incorrect. The steps I have gone through in setting up are as follows: Copy/Paste apache-tomcat-7.0.57 folder into Program Files (x86) Set environment variables in the environment variables gui. The Free Software download lists windows of running applications to select from. Changing Window Title by as entering new Title text and a button click. Size: 8.0 KB, Price: Free, License: Freeware, Author: MurGee Dot Com (murgee.com) Vista, Window Changer, Windows7, Xp.

I'm trying to install a 64bit Apache Tomcat distribution on a Windows 8.1 machine but the way in which I have set the environment variables seems to be incorrect.

The steps I have gone through in setting up are as follows:

  1. Copy/Paste apache-tomcat-7.0.57 folder into Program Files (x86)
  2. Set environment variables in the environment variables gui.
  3. Set TOMCAT_HOME to the location of the Tomcat folder: C:Program Files (x86)apache-tomcat-7.0.57
  4. Set CATALINA_HOME to the location of the Tomcat folder also: C:Program Files (x86)apache-tomcat-7.0.57

But when I execute %TOMCAT_HOME%binstartup to check it has been installed correctly I get the following error in my CMD:

'C:Program' is not recognized as an internal or external command,operable program or batch file.

I found a related question on SO and it gave me the following fix but that http://goo.gl/aNmxGM but that threw another error below:

files was unexpected at this time

I gathered from this that there is a problem in the way I'm setting up the environment variables or possibly the placement of the Tomcat folder. Does anyone have any advice on a fix for this issue?

Brian JBrian J
2,62416 gold badges70 silver badges148 bronze badges

2 Answers

I think that what you really need is to put it between ' as your path contains space

or

I hope this could help!

Muhammad HamedMuhammad Hamed

Use

in the command prompt if you have set the environment variables correctly. I have tried it and it has worked well.

Draken
2,6088 gold badges29 silver badges43 bronze badges
Irene NyakateIrene Nyakate

Not the answer you're looking for? Browse other questions tagged javaapachetomcatenvironment-variables or ask your own question.

Apache OFBiz (The Apache Open For Business Project) is an open source ERP/CRM system from the Apache Foundation starting point for reliable, secure and scalable enterprise solutions. It offering complete accounting/ledger, inventory management, CRM, and project management systems. Also, OFBiz includes a complete CRM system and e-commerce shopping cart. OFBiz offers a solid framework for plugin development allowing complete customization.

This article will help you to install Apache OFBiz on Linux ( CentOS, Red Hat, Fedora, Ubuntu, Scientific Linux and Debian ) systems with initial demo data. This tutorial has been tested with CentOS 7 recently.

Step 1 – Install JAVA

Java is the primary requirement for installing Apache OFBiz. It required minimum Java 1.6 to installed on your system. Make sure you have Java installed with the proper version on your system.

If you do not Java installed, Use below tutorial to install java else ignore it.

For CentOS, RHEL, SL and Fedora Users – Install JAVA 8
For Ubuntu, Debian and LinuxMint Users – Install JAVA 8

Step 2 – Download Apache OFBiz from SVN

Download the latest version of Apache OFBiz from its official download site or its mirror sites. You can also use the below command to download OFBiz 16.11.03 on your systems.

let’s extract a downloaded archive file.

Step 3 – Install Apache OFBiz

Now build this release, navigate to the OFBiz directory and use gradlew command to load default data. This process will take time to complete.

Step 4 – Install Dataset, Load Demo and Seed Data

Channel 42 deadmau5 free mp3 download. Apache OFBiz provides dataset, demo data, and seed data, this data is used for the experiment. This data is unuseful for production setup.

Step 5 – Start Apache OFBiz Service

After installing Apache OFBiz, Use following command to start Apache OFBiz service on system.

Download apache ofbiz

Apache Ofbiz Installation Windows 8 Depuis Une Cle Usb

Step 6 – Access Apache OFBiz in Browser

Apache Ofbiz Installation Windows 8 10

Access Apache OFBiz in browser on port 8443 as below given url and login credentials.

Congratulation’s! You have successfully install apache Ofbiz on your Linux system.

Apache Ofbiz Review

References:
http://ofbiz.apache.org/
https://cwiki.apache.org/OFBADMIN/demo-and-test-setup-guide.html