Ignore:
Timestamp:
04/05/11 18:56:17 (2 years ago)
Author:
philsmart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • raptor-web/trunk/src/main/webapp/WEB-INF/config/web-setup.xml

    r626 r642  
    1111                        <list> 
    1212                                <bean id="cardiffShibMUA" class="uk.ac.cardiff.raptorweb.model.MUAEntry"> 
    13                                         <property name="serviceEndpoint"><value>http://localhost:8080/MUA/MultiUnitAggregator</value></property> 
     13                                        <property name="serviceEndpoint"><value>https://localhost:8443/MUA/MultiUnitAggregator</value></property> 
    1414                                        <property name="isAttached" value="true"></property> 
     15                                        <property name="publicKey"><value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/raptor.jks</value></property> 
     16                    <property name="publicKeyPassword"><value>phil11</value></property> 
    1517                                </bean> 
    1618                        </list> 
Note: See TracChangeset for help on using the changeset viewer.