Cross-Platform Edition
The Cross-Platform edition comes bundled with a web server, built on top of Eclipse Jetty, to support simple cross-platform deployment. This stand-alone web server is launched by running thearc.jar file, which is located in the installation directory.
arc.jar file. Once it has been created you can modify this configuration file according to your specific deployment needs.
In addition, provides a service.sh script that you can use to set up a systemd or init.d service on Linux systems.
You can also deploy to any Java servlet container. See Cross-Platform Edition for step-by-step deployment guides to several major Java web servers.
Microsoft Windows
In Windows, is installed as a service by default. To access the application, you must first ensure that the service is running. Once the service is running, you can access the admin console by opening a web browser and enteringhttp://localhost:8080/ in the URL field.
Linux Service Configuration
Follow these steps to ensure that your Linux installation of functions as expected:- When you install , ensure that the user who is performing the installation has read and write permissions for the install directory. The root user works fine for this.
-
Run the
service.shscript. This script is located at the root of the setup archive, so if it was extracted to/opt/arc, the path to this script is/opt/arc/service.sh. -
After you run the
service.shscript, start the service according to the service manager that your Linux distribution uses:- For init.d, submit this command:
sudo service arc start - For systemd, submit this command:
sudo systemctl start arc
- For init.d, submit this command:
No matter how you choose to deploy , the files and folders within
ApplicationDirectory must be readable and writable by the user who is running the application. The service installer that is included with the Java edition setup uses cdatarc as this user..NET Edition
The .NET edition comes with an embedded web server. To start up and run the stand-alone server, follow these steps:- Launch the server (if it is not already running) either through the Windows Start Menu or by running
CData.Arc.exein the installation directory. - If the web UI does not automatically open in a browser, manually launch the UI in one of the following ways:
- Double-click the icon in the system tray.
- Right-click the icon and select Start Application.
- Use a browser to manually navigate to the address and port where the server is listening (the default port is 8080).