Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
4 replies
Answers
1 answer
Subscribers
5 subscribers
Views
4623 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
If we are developing a custom servlet plugin(stateless) and want to use our own
chetany
A Score Level 1
over 9 years ago
If we are developing a custom servlet plugin(stateless) and want to use our own JSP, where can we include the JSP in the project hierarchy? I want to know the folder/package/path where we can place our JSP for the custom servlet plugin. Or is the JSP deployed separately from the servlet plugin code? Is <APPIAN_HOME>/ear/suite.ear/web.war/ the correct location for the JSP?
OriginalPostID-185108
OriginalPostID-185108
Discussion posts and replies are publicly visible
0
ankitb0003
over 9 years ago
we had a requirement where we don’t need authentication.
We placed our jar at <JBOSS HOME>/Standalone/deployment.
This link can help you :
forum.appian.com/.../Custom_Servlet_Plug-ins.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
christopherg753
over 9 years ago
Hello Chetan, did you find a where to put the JSP to get it to render? I am having a similar issue.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Arun Theja Muthyalu
Certified Lead Developer
over 7 years ago
in reply to
ankitb0003
Hi Ankit,
Just wanted to know, did you deploy that jar as a separate application alongside Appian? Was that on a cloud environment?
Thank you,
Arun
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
aloks0189
Certified Lead Developer
over 7 years ago
Hi
chetany
i believe if you are on cloud premises where you want to deploy an additional web application which contains JSP pages, Appian will never recommend for this approach and most probably you won't be allowed to host your Web Application in Appian Specific App Server.
So for this, you need to find some alternate options like invoking Appian Web-API etc..
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel