diff options
Diffstat (limited to 'BKUOnline/src/main/webapp')
-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> |