Disable Classic Webtop?

Hi ,is there a way to force users to use the SGD Webtop on a 4.30.915 installation?I'd like to disable the classic webtop if possible...regards
[172 byte] By [J.Reissleina] at [2007-11-27 7:31:04]
# 1

Edit de httpd.conf of apache

(/opt/tarantella/webserver/apache/1.3.36_mod_ssl-2.8.27_openssl-0.9.8d_jk1.2.15 /conf/httpd.conf)

Remove the lines:

ScriptAlias /tarantella/cgi-bin /opt/tarantella/var/docroot/cgi-bin

Alias /tarantella /opt/tarantella/var/docroot

<Directory /opt/tarantella/var/docroot>

Options FollowSymLinks

AllowOverride AuthConfig

</Directory>

Remove also the lines:

ScriptAlias /cgi-bin/ "/opt/tarantella/webserver/apache/1.3.36_mod_ssl-2.8.27_openssl-0.9.8d_jk1.2.15 /cgi-bin/"

<Directory "/opt/tarantella/webserver/apache/1.3.36_mod_ssl-2.8.27_openssl-0.9.8d_jk1.2.15 /cgi-bin">

AllowOverride None

Options None

Order allow,deny

Allow from all

</Directory>

This will disable the Classic Webop. Restart the webserver to make this effective:

/etc/rc3.d/S89TarantellaWebserver stop

/etc/rc3.d/S89TarantellaWebserver start

To point the user directly to the loginscreen of the Browserbased webtop (/sgd) change the contents of the file:

/opt/tarantella/webserver/apache/1.3.36_mod_ssl-2.8.27_openssl-0.9.8d_jk1.2.15/ htdocs

to:

<HTML><HEAD><TITLE>Sun Secure Global Desktop</TITLE>

<META HTTP-EQUIV="refresh" CONTENT="0;URL=https://<your sgd server name>/sgd/">

</HEAD>

<BODY></BODY></HTML>

Change the <your sgd servername> to the external DNS name of the SGD server.

I hope these short insctructions will help.

- Remold | Everett

remolda at 2007-7-12 19:11:20 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 2
Remold, thank you so much it worked out
J.Reissleina at 2007-7-12 19:11:20 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 3
edit: if you disable classic webtop with the method above, the tta helper client cannot be installed any longer automatically..
J.Reissleina at 2007-7-12 19:11:20 > top of Java-index,Desktop,Sun Secure Global Desktop Software...