Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Grouper 2.1.0 WS axis configuration problem?

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Grouper 2.1.0 WS axis configuration problem?


Chronological Thread 
  • From: Scott Koranda <>
  • To: Francesco Malvezzi <>
  • Cc:
  • Subject: Re: [grouper-users] Grouper 2.1.0 WS axis configuration problem?
  • Date: Thu, 29 Mar 2012 09:08:32 -0500

> Il 28/03/2012 23:13, Scott Koranda ha scritto:
> > Hi,
> >
> > I am building Grouper 2.1.0 WS from source. I simply did 'ant
> > dist'. I did not receive any build errors.
> >
> > After deployment when I tried to access
> >
> > .../grouper-ws/services/GrouperService?wsdl
> >
> > I received this exception:
> >
> > Mar 28, 2012 3:50:10 PM org.apache.catalina.core.StandardWrapperValve
> > invoke
> > SEVERE: Servlet.service() for servlet AxisServlet threw exception
> > javax.servlet.ServletException: https is forbidden
>
> my co-worker Danilo told me he solved this issue following these
> instructions:
> http://axis.apache.org/axis2/java/core/docs/servlet-transport.html
>
> Does it apply to your case?
>

Yes, thank you.

Adding

<transportReceiver name="https"
class="org.apache.axis2.transport.http.SimpleHTTPServer">
<parameter name="port" locked="false">443</parameter>
</transportReceiver>

allows the WSDL to be delivered (we are proxying Tomcat with
Apache so port 443 and not 8443 is the correct port).

My question for the Grouper team is if this is a regression
from 1.6.x or I should add this edit to my production
deployment instructions?

Thanks,

Scott




Archive powered by MHonArc 2.6.16.

Top of Page