Menu

signserver behind http server

Help
de feo
2011-11-15
2013-02-26
  • de feo

    de feo - 2011-11-15

    hello, i want to use signserver behind apache http server.
    I'm using jboss 4.2.3, signserver 3.2 on a server A and mod_proxy from apache on a server B.
    The web interface is ok. My problem is when i call the webservices (http://serverB/signserver/signserverws/signserverws?wsdl).
    signserver want to redirect me directly on the server A, and it's impossible. I have to pass by the server B.
    I do not know how to configure to signserver's webservices to answer through the server B.

    Thank's for your help, and sorry for my english, i'm french.

     
  • Markus Kilås

    Markus Kilås - 2011-11-15

    Hi,

    It could be possible change the hostname used in jboss-4.2.3.GA/server/default/deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml by editing the <property name="webServiceHost">.

    An other alternative is to instead of ProxyPass with HTTP to JBoss use ProxyPass with a balancer using the AJP protocol  as described in the EJBCA HowTo:
    http://www.ejbca.org/howto.html#Setting%20up%20an%20Apache%20Web%20Server%20as%20a%20proxy%20in%20front%20of%20EJBCA

    Best regards,
    Markus

     
  • de feo

    de feo - 2011-11-16

    Hi,
    thank's for your reply.
    In fact, i'm using ProxyPass with AJP protocol.
    And i solved my problem.
    I looked of the jboss configuration while the problem came from the Apache configuration !
    The ProxyPassReverse directive was not correct. :o(

    Sorry for the time which I made you lose

    Sylvain

     

Log in to post a comment.