Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 2. Extract the zip file to the desired location (referred to as "FlexDeploy Home" in this document). See example below, where zip was extracted in C:\installs\FlexDeploy folder.

Tip

We recommend use of folder structure without any space in name.

Step 3. Start tomcat by running the following script. (Double click on it, or run it from a command window)

...

When you run this for first time, it will download & install PostgreSQL database, then create FlexDeploy schema in it. Here are some screen shots to show progress of first execution of StartWithPostgres.bat.

Image Removed

Image Added

You will also see Tomcat process window when Tomcat is started.

Image Added

Step 4. Launch FlexDeploy will automatically launch in your default browser (http://localhost:8000/flexdeploy). (It will take about 3-5 minutes the first time as a lot of data is loaded into the database the first time)

...

start due to initial data load)

You will need to complete the Initial Registration process, where you will create admin user for login.

Step 5. Now that you have installed FlexDeploy, let's get start with configuration. You can do this in matter of minutes by using Blueprints concept, which is very simple configuration wizard for most common usecases.

If FlexDeploy doesn't appear after a few minutes, here are some troubleshooting tips:

  • Logs are located at <FlexDeploy Home>/apache-tomcat-flexdeploy/logs
  • Usually opening flexdeploy.0.log is the best way to find the problem. The most common problem is that a port that Tomcat wants to use is already in use.
  • By default, the Tomcat server is configured to run on port 8000. If this port is in use, change to some other unused port. Search for <Connector port="8000" protocol=" HTTPdHTTP/1.1", if you want to change it...
    • Edit the file at <FlexDeploy Home>/apache-tomcat-flexdeploy/conf/server.xml
    • There are other ports referenced in the server.xml file as well. If the logs contain a port in use error, you can find the open ports on your machine and then search this file for ports that you find are in use and change them.
  • If the logs folder doesn't have any useful information, and you aren't sure what else to try, use a command window and go to the bin folder. Then execute the command "catalina.bat run" A better error message should be shown.
  • If you still aren't sure what to do, email us at our support site, support@flexagon.com
  • If you get any Java related errors, verify that you have Java 7 or 8 64 bit installed. If troubles persist, modify theTomcat Environment script setenv.bat for JAVA_HOME.

    • <FlexDeploy Home>/apache-tomcat-flexdeploy/bin/setenv.bat