does it possible to add jar(lib) files to servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2016 05:19 AM
hi guys,
I'm just started using ServiceNow. Please let me know , is there any chance to add jar file to servicenow?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2016 05:31 AM
Hello,
It is not possible to upload JAR files to be used in ServiceNow on the server side.
If you would like to use something like that you can deploy a MID server and synchronise the JAR file to that server.
http://wiki.servicenow.com/index.php?title=MID_Server#JAR_File_Synchronization
John Andersen has a nice video blog about this functionality on his site.
Video: Use Custom Jar Files on a MID Server-John Andersen
Kind regards,
Thijs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2016 04:03 AM
And after uploading jar file to instance and after sync with mid server, can i use it in any of my script ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2016 04:04 AM
I mean if i import any library through jar file, will i be able to use it in my scripts ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2016 09:58 PM
Hi thijsdaemen
thanks for the giving reply to my post & sharing your knowledge with me.
could you please tell me, is there way to send data from SNOW to server directly without using MID server.