diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-08-03 18:54:19 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-08-03 18:59:15 +0530 |
| commit | 04c07646fa7d429eaca68c3b5166952fd92abf12 (patch) | |
| tree | 1064c3dbef652684412ce8dbccc2f2beba43b54e /src/com.gluster.storage.management.gui.feature.webstart/rootfiles | |
| parent | 9ae3f45cf689e60d7494543509531fd1349bfbfd (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.jnlp | 7 | ||||
| -rw-r--r-- | src/com.gluster.storage.management.gui.feature.webstart/rootfiles/index.html | 8 |
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> |
