Changeset 1261
- Timestamp:
- 12/07/11 12:20:59 (19 months ago)
- Location:
- raptor-web/trunk
- Files:
-
- 6 edited
-
.settings/org.eclipse.wst.common.component (modified) (1 diff)
-
pom.xml (modified) (1 diff)
-
src/main/webapp/WEB-INF/config/mua-endpoints.xml (modified) (3 diffs)
-
src/main/webapp/WEB-INF/config/web-core.xml (modified) (1 diff)
-
src/main/webapp/login.jsp (modified) (3 diffs)
-
src/main/webapp/templates/raptor/full.xhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raptor-web/trunk/.settings/org.eclipse.wst.common.component
r1158 r1261 7 7 <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> 8 8 <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/config"/> 9 <dependent-module archiveName="raptor-client-0.1.9-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/raptor-client/raptor-client">10 <dependency-type>uses</dependency-type>11 </dependent-module>12 <dependent-module archiveName="raptor-information-model-0.1.9-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/raptor-information-model/raptor-information-model">13 <dependency-type>uses</dependency-type>14 </dependent-module>15 9 <property name="context-root" value="RaptorWeb"/> 16 10 <property name="java-output-path" value="/RaptorWeb/target/classes"/> -
raptor-web/trunk/pom.xml
r1158 r1261 138 138 <groupId>uk.ac.cardiff.raptor</groupId> 139 139 <artifactId>raptor-client</artifactId> 140 <version> 0.1.9-SNAPSHOT</version>140 <version>1.0.0</version> 141 141 </dependency> 142 142 -
raptor-web/trunk/src/main/webapp/WEB-INF/config/mua-endpoints.xml
r1207 r1261 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 4 Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 5 6 Licensed under the Apache License, Version 2.0 (the "License"); 7 you may not use this file except in compliance with the License. 8 You may obtain a copy of the License at 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, software 13 distributed under the License is distributed on an "AS IS" BASIS, 14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 See the License for the specific language governing permissions and 16 limitations under the License. 17 18 --> 2 <!-- Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> Licensed 3 under the Apache License, Version 2.0 (the "License"); you may not use this 4 file except in compliance with the License. You may obtain a copy of the 5 License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by 6 applicable law or agreed to in writing, software distributed under the License 7 is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 8 KIND, either express or implied. See the License for the specific language 9 governing permissions and limitations under the License. --> 19 10 <beans xmlns="http://www.springframework.org/schema/beans" 20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"21 xsi:schemaLocation="11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 12 xsi:schemaLocation=" 22 13 http://www.springframework.org/schema/beans 23 14 http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> … … 25 16 26 17 <bean id="muaRegistry" class="uk.ac.cardiff.raptorweb.engine.MUARegistry"> 27 <property name ="MUAEntries">18 <property name="MUAEntries"> 28 19 <list> 29 20 <bean id="cardiffShibMUA" class="uk.ac.cardiff.raptorweb.model.MUAEntry"> 30 <property name="serviceEndpoint"><value>https://localhost:8443/MUA/MultiUnitAggregator</value></property> 21 <property name="serviceEndpoint"> 22 <value>https://localhost:8443/MUA/MultiUnitAggregator</value> 23 </property> 31 24 <property name="isAttached" value="true"></property> 32 <property name="publicKey"><value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/raptor.jks</value></property> 33 <property name="publicKeyPassword"><value>phil11</value></property> 25 <property name="publicKey"> 26 <value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/raptor.jks 27 </value> 28 </property> 29 <property name="publicKeyPassword"> 30 <value>phil11</value> 31 </property> 34 32 </bean> 35 33 </list> … … 38 36 39 37 <bean id="serviceEndpointClient" class="uk.ac.cardiff.raptorweb.sei.ServiceEndpointClient"> 40 <property name="tlsParameters"> 41 <bean class="uk.ac.cardiff.raptor.remoting.client.sei.impl.ClientTLSParameters"> 42 <property name="trustStoreLocation"><value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/mua-public.jks</value></property> 43 <property name="trustStorePassword"><value>phil11</value></property> 44 <property name="keyStoreLocation"><value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/raptor-ica.jks</value></property> 45 <property name="keyStorePassword"><value>phil11</value></property> 46 </bean> 47 </property> 48 </bean> 38 <property name="tlsParameters"> 39 <bean 40 class="uk.ac.cardiff.raptor.remoting.client.sei.impl.ClientTLSParameters"> 41 <property name="trustStoreLocation"> 42 <value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/mua-public.jks 43 </value> 44 </property> 45 <property name="trustStorePassword"> 46 <value>phil11</value> 47 </property> 48 <property name="keyStoreLocation"> 49 <value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/raptor-ica.jks 50 </value> 51 </property> 52 <property name="keyStorePassword"> 53 <value>phil11</value> 54 </property> 55 </bean> 56 </property> 57 </bean> 49 58 50 59 -
raptor-web/trunk/src/main/webapp/WEB-INF/config/web-core.xml
r1207 r1261 86 86 <property name="triggers"> 87 87 <list> 88 < !-- <ref local="SystemStatsQuickTrigger"/>-->88 <ref local="SystemStatsQuickTrigger"/> 89 89 </list> 90 90 </property> -
raptor-web/trunk/src/main/webapp/login.jsp
r1207 r1261 23 23 <html> 24 24 <head> 25 25 26 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 26 27 <title>RaptorWeb Login</title> 27 <link rel="stylesheet" href="/RaptorWeb/templates/raptor/css/common.css" 28 type="text/css" media="screen" /> 28 29 29 </head> 30 30 <body onload='document.f.j_username.focus();'> … … 35 35 36 36 <div id="logoContainer"> 37 <center> 37 <center> 38 38 <a href="http://iam.cf.ac.uk/trac/RAPTOR"><img 39 src=" /raptor-web/templates/raptor/images/simple-logo.png"39 src="<%=request.getContextPath()%>/templates/raptor/images/simple-logo.png" 40 40 alt="Raptor" border="0" /> 41 41 </a> … … 71 71 72 72 <h3>Please login with your user name and password</h3> 73 <form name='f' action='/raptor -web/j_spring_security_check'73 <form name='f' action='/raptor/j_spring_security_check' 74 74 method="post"> 75 75 <table> -
raptor-web/trunk/src/main/webapp/templates/raptor/full.xhtml
r1220 r1261 54 54 <li><a4j:commandLink value="About" action="aboutTrans"/></li> 55 55 <li><a href="http://iam.cf.ac.uk/trac/RAPTOR/wiki">User Guide</a></li> 56 <li><a href=" raptor-web/j_spring_security_logout">Logout</a></li>56 <li><a href="#{contextPath}/j_spring_security_logout">Logout</a></li> 57 57 <li><a style="color:#6E6E6E; font-size:90%" href="https://iam.cf.ac.uk/trac/RAPTOR/wiki/Software/Versions">Raptor-web v1.0.0</a></li> 58 58 </ul>
Note: See TracChangeset
for help on using the changeset viewer.
