Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Setting Web Services

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Setting Web Services


Chronological Thread 
  • From: Scott Koranda <>
  • To: Jeffrey Crawford <>
  • Cc: Gouper Users List <>
  • Subject: Re: [grouper-users] Setting Web Services
  • Date: Tue, 3 May 2016 17:42:53 -0500

Hi,

> I'm having a hard time trying to get external auth working for Grouper Web
> Services. I have Apache set up to perform Basic Auth against our LDAP
> server.
> The ​configuration seem to be working since I can see the authenticated
> user in
> the logs. However it looks like all the requests are getting a 500 error
> and I
> get the message "SEVERE: Web service did not even respond!" from the grouper
> client.

Did you review web.xml and in particular the
<security-constraint>, <login-config>, and <security-role>
elements?

You probably want to just remove them.

Note that in the web.xml deployed by default for WS there
is a <security-constraint> element that is already commented
out as part of an optional ESB listener servlet. Be careful if
you delete it because the closing element
</security-constraint> is on a line that contains the "close
comment" XML syntax "-->".

Scott K



Archive powered by MHonArc 2.6.16.

Top of Page