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
answered
03.06.2014 at 11:58
Reto Weiss ♦♦
4.9k●20●28●57
accept rate:
74%
You mean how you can deploy your project "X" with dependencies on "IvyCommons" and "Administration" without deploying the two additional projects?
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.