Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
5 subscribers
Views
1987 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
I have a servlet plugin with URL Pattern "/tasklist". How do I combine
mayankk718
over 9 years ago
I have a servlet plugin with URL Pattern "/tasklist". How do I combine it with my Appian cloud URL to get the result returned by my servlet ?
OriginalPostID-195764
OriginalPostID-195764
Discussion posts and replies are publicly visible
Parents
0
Mangesh Vidhale
A Score Level 2
over 9 years ago
If you don't have this common object, the definition of APN_getSiteUrl is as follows:
extract(linktodocument(0, "doc"), """", "doc/")
This rule will give you site URL for e.g. http://<hostname>:8080/suite/
then combine your servlet URL with it. Hope this will works for you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Mangesh Vidhale
A Score Level 2
over 9 years ago
If you don't have this common object, the definition of APN_getSiteUrl is as follows:
extract(linktodocument(0, "doc"), """", "doc/")
This rule will give you site URL for e.g. http://<hostname>:8080/suite/
then combine your servlet URL with it. Hope this will works for you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data