The 2 projects "Administration" and "IvyCommons" are deployed on server in a "system" application. How can we deploy our project, that should be common/standalone out of all applications?

asked 02.06.2014 at 12:07

Karel%20Tauser's gravatar image

Karel Tauser
(suspended)
accept rate: 0%

You mean how you can deploy your project "X" with dependencies on "IvyCommons" and "Administration" without deploying the two additional projects?

(02.06.2014 at 12:42) Daniel Oechslin Daniel%20Oechslin's gravatar image

No. We have own X project (no dependency on IvyCommons and Admnistration - these are Ivy "system" projects). But we would have X also in scope of ivy system application.

(02.06.2014 at 12:46) Karel Tauser Karel%20Tauser's gravatar image

Copy all files of your project into the folder C:\XIVY\beta\Server\XpertIvyServer5.1.0.45606_Windows_x64\applications\System{your project name}\1 and it will be automatically deployed to the System application during the first startup of Xpert.ivy Server.

Before 7.4.0 If your ivy engine is version 7.3.1 and earlier. You may need to configure the following property. Since 7.4.0 this is not need anymore. If you already started your server once. Configure the following Java System Property so that the directory is rescanned during the startup of the server:

ch.ivyteam.ivy.server.rescanApplications=true

This can be done on Windows with a *.ilc file as follows:

ivy.vm.additional.options=-Dch.ivyteam.ivy.server.rescanApplications=true
link

answered 03.06.2014 at 11:58

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

edited 20.05.2019 at 10:55

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247

2

on a linux server you just add

JAVA_OPTS="$JAVA_OPTS -Dch.ivyteam.ivy.server.rescanApplications=true"

to the file AxonIvyEngine/bin/AxonIvyEngine.conf

(07.03.2017 at 10:11) skilchenmann skilchenmann's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×26

Asked: 02.06.2014 at 12:07

Seen: 2,679 times

Last updated: 20.05.2019 at 10:55