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
6 replies
Subscribers
7 subscribers
Views
2713 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Hi all, We are having some issues bridging JBoss and IIS together. JB
kdimitrov
over 11 years ago
Hi all,
We are having some issues bridging JBoss and IIS together. JBoss is working fine on localhost:8080/* URLs. However, when accessing the front-end with IIS using localhost/*, we are having issues with IIS being unable to show localhost/suite/tempo (localhost/suite/tempo/ DOES work however). Similarly, the URL localhost/suite/logout?..... does not work, but localhost/suite/apps/ works correctly).
Has anyone encountered this before?...
OriginalPostID-74346
OriginalPostID-74346
Discussion posts and replies are publicly visible
Parents
0
Patty Isecke
Appian Employee
over 11 years ago
When configuring IIS, please remember to change the AJP connector scheme in your standalone.xml file from ajp to http.
<connector name="ajp" protocol="AJP/1.3" scheme="http" socket-binding="ajp"/>
This sets up JBoss for AJP traffic.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Patty Isecke
Appian Employee
over 11 years ago
When configuring IIS, please remember to change the AJP connector scheme in your standalone.xml file from ajp to http.
<connector name="ajp" protocol="AJP/1.3" scheme="http" socket-binding="ajp"/>
This sets up JBoss for AJP traffic.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data