Setting Path

Alias Path

Nexacro Platform uses the following aliases for setting paths on the user PC.

Alias

Actual path

%NEXACRO%

%PROGRAMFILES%\nexacro\[installed version]

%NEXACRO RESOURCE%

%PROGRAMFILES%\nexacro\[installed version]

%USERAPP%

%LOCALAPPDATA%LOW\nexacro\[installed version]

\data\data\[packageName]\files\nexacro\ (Android)

\Library\Caches\nexacro\ (iOS)

%UPDATE%

%USERAPP%\Update

%CACHE%

%USERAPP%\Cache

%WEBDEPLOY SETUP%

Server Context root

%WEBDEPLOY PROJECT%

Server Context root

%WEBDEPLOY FRAMEWORK%

%WEBDEPLOY PROJECT%\nexacro17lib\framework

%WEBDEPLOY COMPONENT%

%WEBDEPLOY PROJECT%\nexacro17lib\component

%WEBDEPLOY RESOURCE%

%WEBDEPLOY PROJECT%\nexacro17lib\resources

%WEBDEPLOY THEME%

%WEBDEPLOY PROJECT%\_resource_\_theme_

This alias path can be used when inputting distribution information paths or path information in application programs.

Actual path names can vary according to product versions or license policies of relevant countries.

The actual path of %NEXACRO% can differ if you change the installation path by using the Setup Manager when you create an installation file.

nexacro.xml

The nexacro.xml file is XML used to contain information for each user. The file path is as follows.

%USERAPP%

Relative Path

Relative Path Support for Paths in Projects

The chart below shows the types of major paths and relative path support, and service usage path support (Service::a.xfdl format path).

File Type

Category

Relative Path

Supports Service Usage Path

Support

Standard Path

Typedefinition

Component UpdateURL 1

Y

TypeDefintion

Y

Service Path

Y

TypeDefintion

N

GlobalVariable

Image

Y

GlobalVariable

Y

XADL

TypeDefinition 2

Y

XADL

N

GlobalVariable

Y

XADL

Y

EngineUrl 3

Y

XADL

N

LiceneceUrl 4

Y

XADL

N

Themeid

Y

XADL

Y

  1. Component UpdateURL

    A path for the server to update components. It also corresponds to the TypeDefinition Update Url in tool.

    However, if its domain (for rexample, http://a.b.c/path > a.b.c) isn't matched with the XADL path, update is not available. If XADL has a local path, update is available regardless of the domain information.

  2. TypeDefinition

    Paths for services. It also corresponds to TypeDefinition Services url in tool.

  3. Engine path

    A path to update the engine. It also means ADL engineurl in tool. However, if its domain is not matched with the XADL path, update is not available. If XADL has a local path, update is available regardless of the domain information.

  4. Licenece path

    A path to check the license before reading the Typedefinition.

    It means ADL licenseurl in Tool.

    However, its domain should be not matched with the XADL path. If XADL has a local path, the license will be checked regardless of the domain.