diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-10-09 16:23:52 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-10-09 16:23:52 +0000 |
commit | f993d336e51b9f7898aeeff2e5ae6785066d1e5b (patch) | |
tree | 3e8e976954775ec250b878bdfcdaf0eb4769efc7 /BKUOnline/src | |
parent | 61ca2c1fe936408ae1b90d52928ce0d90f9a14ac (diff) | |
download | mocca-f993d336e51b9f7898aeeff2e5ae6785066d1e5b.tar.gz mocca-f993d336e51b9f7898aeeff2e5ae6785066d1e5b.tar.bz2 mocca-f993d336e51b9f7898aeeff2e5ae6785066d1e5b.zip |
demo integration beta1
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@94 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src')
-rw-r--r-- | BKUOnline/src/main/webapp/META-INF/context.xml | 1 | ||||
-rw-r--r-- | BKUOnline/src/main/webapp/appletPage.jsp | 2 | ||||
-rw-r--r-- | BKUOnline/src/main/webapp/index.html | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/BKUOnline/src/main/webapp/META-INF/context.xml b/BKUOnline/src/main/webapp/META-INF/context.xml index 3568c9ec..cd11ce8e 100644 --- a/BKUOnline/src/main/webapp/META-INF/context.xml +++ b/BKUOnline/src/main/webapp/META-INF/context.xml @@ -16,3 +16,4 @@ limitations under the License. --> <Context path="/bkuonline"/> +<!--Context path="/"/--> diff --git a/BKUOnline/src/main/webapp/appletPage.jsp b/BKUOnline/src/main/webapp/appletPage.jsp index 59dc2ad5..11f46dca 100644 --- a/BKUOnline/src/main/webapp/appletPage.jsp +++ b/BKUOnline/src/main/webapp/appletPage.jsp @@ -42,7 +42,7 @@ height :<%= height %> }; var parameters = { - background : <%= backgroundImg %>, + background : '<%= backgroundImg %>', WSDL_URL :'../stal?wsdl', SessionID : '<%= session.getId() %>', redirectURL : '../bkuResult' diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html index bf8b3ae0..8f1a338e 100644 --- a/BKUOnline/src/main/webapp/index.html +++ b/BKUOnline/src/main/webapp/index.html @@ -49,8 +49,6 @@ <p> <h1>TestRequest</h1> <a href="HTTP-ohne.html">Security Layer Request</a> -<h1>FinanzOnline</h1> -<a href="finanzonline/">FinanzOnline Demo Integration</a> <h1>STAL Service</h1> <a href="stal">STAL Service Endpoint Information</a> </p> |