Difference between revisions of "NetXMS WebAPI"

136 bytes added ,  09:42, 2 November 2018
no edit summary
m
Line 12: Line 12:
3. Run {{#tag:syntaxhighlight|mvn package|lang=bash}}
3. Run {{#tag:syntaxhighlight|mvn package|lang=bash}}
4. Copy the resulting .war file from {{#tag:syntaxhighlight|/targets/netxms-websvc-2.1-M3.war|lang=bash}} to your web server.<br />
4. Copy the resulting .war file from {{#tag:syntaxhighlight|/targets/netxms-websvc-2.1-M3.war|lang=bash}} to your web server.<br />
5. Create a {{#tag:syntaxhighlight|nxapisrv.properties|lang=bash}} file and place it in the property file location of your web server and specify the NetXMS Server address with the {{#tag:syntaxhighlight|NXServer=|lang=bash}} property.
5. Create a {{#tag:syntaxhighlight|nxapisrv.properties|lang=bash}} file and place it in the property file location of your web server and specify the NetXMS Server address with the {{#tag:syntaxhighlight|netxms.server.address=|lang=bash}} property. If server is running on non-standard port specify it with {{#tag:syntaxhighlight|netxms.server.port=|lang=bash}} property.


== External tool authentication ==
== External tool authentication ==
683

edits