logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: SSO to my application
Author
dilkush



Joined: 03 Dec 2014
Posts: 9
Location: india

PostPosted: Fri 05 Dec '14 13:13    Post subject: SSO to my application Reply with quote

Hi,
I'm trying to perform SSO to my application. for my login i get an error "Size of a request header field exceeds server limit". I believe the header size got increased then the limit set in apache server. I'm guessing so.

the flow of request: Apache -> tomcat -> SAP Business Objects.

For my colleagues login the SSO works fine with out issue.

So, need help from guru's how to increase the HTTP header size. I'm bridging apache and tomcat using AJP connector. below is the AJP connector parameters in server.xml

<Connector port="8009" protocol="AJP/1.3" redirectPort="443" URIEncoding="UTF-8" enableLookups="false" connectionTimeout="20000"/>

regards
Dilkush
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Fri 05 Dec '14 19:15    Post subject: Reply with quote

https://www.google.com/search?hl=en&source=hp&q=Size+of+a+request+header+field+exceeds+server+limit%22&btnG=Google+Search&gbv=1

A lot of those results mention a bad cookie.
Back to top


Reply to topic   Topic: SSO to my application View previous topic :: View next topic
Post new topic   Forum Index -> Apache