Pre-deployed iGrafx platform on Windows
Install the iGrafx platform on Windows from the pre-deployed package, which bundles an Apache Tomcat server. This is the recommended starting point if you have no standardized application server.
Prerequisites
- The
iGrafxPlatform-<version>-Predeployed.zippackage, transferred to the host. - Permission to install a Windows service and open a firewall port.
Steps
-
Extract the zip and place the resulting folder where you want the server to run, renamed to your convention — for example
C:\iGrafx\iGrafxPlatform.infoExtract to a folder near the drive root to avoid hitting the maximum path-length limit (which varies by operating system). Don't ignore decompression warnings — if one appears, try a higher-level location.
-
Open a command line and go to the
C:\iGrafx\iGrafxPlatform\windowsfolder. -
Run
install_service.bat 8080. To use a different port, specify it here and adjust the following steps. Runinstall_service.batwith no port to see the available options and their defaults. -
Open the firewall for port 8080 (or your chosen port).
-
Check the log file (
\apache-tomcat-x.x.x\logs\catalina*.out) for errors and resolve any. -
Confirm the application runs at
http://localhost:8080(or your port).
Next steps
- Connect the iGrafx platform to the database to finish the installation.
- Create a repository in the new database.
- Configure a proxy and authentication as needed.
- Migrate existing 15.x repositories.