System property - glide.proxy.host
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2011 07:49 AM
does any body know glide.proxy.host system property is set for what purpose? does it to resolve to particular URL externally? Thanks in advance.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2011 09:11 AM
robertdesnc
glide.proxy.host
Sets the primary url for the instance. Used in situations where the URL you want to publish is different than the instance's url. For instance, the actual url may be lonws3467sn.us.service-now.com. You could set this property to simply 'helpdesk.service-now.com', and the cleaner address would be pushed out whenever a link back to the instance is sent out (email and RSS).
You may also want to look at
glide.email.override.url http://wiki.service-now.com/index.php?title=Configuring_Email_Properties
glide.servlet.uri http://wiki.service-now.com/index.php?title=Navigating_by_URL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2011 10:00 AM
Thanks a lot. That explains a lot. If I understand correctly, glide.email.override.url and glide.servlet.uri does the same thing. Is that correct?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2011 12:27 PM
Yes, glide.email.override.url and glide.servlet.uri would have the same affect. Glide.proxy.host would too.