Versions Compared

Key

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

...

After installation the runtime will contain two example projects. You can configure a connection to Studio or export your projects to load and test your development projects

Configure Studio connection

todo

Development dashboard

Info

Please note this option is only available in the Java runtime

You can define a studio connection via the settings menu of the development dashboard

...

projects

...

Java development.properties

You can configure a Studio connection via the development.properties file. This file is located in your Aquima home directory. 

Code Block
### Studio connectivity Studio 8+ ###
# Authentication can be NTLM, NTLM_CUSTOM or BASIC
studio8.description=Studio Projects
studio8.prefix=Studio
studio8.authentication=BASIC
studio8.url=http://localhost:8097/aquima/studio/ManagementService
studio8.domain=
studio8.username=admin
studio8.password=welcome

 

.NET web.xml

You can configure a Studio connection via the web.xml. This file is located in your wwwroot directory.

...

Start a project via a shortcut

Shortcuts can be used for running a project with specific settings with a user friendly URL. A shortcut usually refers to a project export that is available at runtime, it can also refer to a project in Studio. The following chapters will describe how you can export your project manually and create a shortcut. Projects can also be exported via the publisher

...

There are multiple ways to configure a shortcut.

Development dashboard

Info

Please note this option is only available in the Java runtime

...

Info

Please not if you leave aut the shortcut.NAME.version property the runtime will automatically select the latest version

 

.NET web.xml

You can configure a shortcut via the web.xml. This file is located in your wwwroot directory.

...

Code Block
 ### Exports ###
exportsR8.description=Studio Exports
exportsR8.prefix=export
exportsR8.folder=exports
exportsR8.files=

 

.NET web.xml

Exported projects can be placed in the exports directory located in the Aquima home folder. You can configure the exports location via the web.xml. This file is located in your wwwroot directory.

...