how we can know the JDK version of Service Now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2016 06:35 AM
Is there any where we can find the JDK version of our service now instance using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2016 06:42 AM
Hi Faye,
I believe service now is not exposing the jdk version however you can try seeing the yourinstance/stats.do value in case if it helps.
Regards,
Atul Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2016 06:50 AM
In xmlstats.do you can see the java version used, like for example on my own test instance:
https://<yourinstance>.service-now.com/xmlstats.do
<system.java.version type="info">1.6.0_91</system.java.version>
Regards,
Sergiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2016 06:51 AM
Hi Sergiu,
You are sneaking to the system by xml format Lol. great.!
Regards,
Atul Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2016 11:39 AM
Thanks Sergiu & Atul!
Faye