summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gui.feature.webstart/rootfiles
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-03 18:54:19 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-03 18:59:15 +0530
commit04c07646fa7d429eaca68c3b5166952fd92abf12 (patch)
tree1064c3dbef652684412ce8dbccc2f2beba43b54e /src/com.gluster.storage.management.gui.feature.webstart/rootfiles
parent9ae3f45cf689e60d7494543509531fd1349bfbfd (diff)
Fixed Bug 3173 - Wrong password does not report problem properly.
Diffstat (limited to 'src/com.gluster.storage.management.gui.feature.webstart/rootfiles')
-rw-r--r--src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp7
-rw-r--r--src/com.gluster.storage.management.gui.feature.webstart/rootfiles/index.html8
2 files changed, 4 insertions, 11 deletions
diff --git a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp
index 597adf4c..afe3bd2e 100644
--- a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp
+++ b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/gluster-management-console.jnlp
@@ -33,11 +33,12 @@
<property
name="gluster.server.url"
value="$$codebase"/>
+ <property
+ name="javaws.cfg.jauthenticator"
+ value="true"/>
</resources>
<resources os="Linux">
<property name="osgi.ws" value="gtk"/>
</resources>
- <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain">
- <argument>-nosplash</argument>
- </application-desc>
+ <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain" />
</jnlp> \ No newline at end of file
diff --git a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/index.html b/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/index.html
deleted file mode 100644
index 70f47279..00000000
--- a/src/com.gluster.storage.management.gui.feature.webstart/rootfiles/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-<head>
-<title>Gluster Storage Platform</title>
-</head>
-<body>
-<a href="http://192.168.1.123:8080/glustersp-webstart/linux.gtk.x86_64/gluster-management-console.jnlp">Gluster Storage Platform</a>
-</body>
-</html>