Secure Global Desktop 4.31 Administration Guide > Clients and webtops > Relocating the browser-based webtop to your own JSP container
The browser-based webtop is a JavaServer Pages (JSP) application which you can relocate to your own JSP container. The JSP container can be on the same host as Secure Global Desktop or on a different host.
Note You can't relocate the classic webtop.
To use your own JSP container, the container must support:
Note Once you relocate the webtop to your JSP container, you have to manually upgrade the webtop by following the above steps for each new release.
To relocate the browser-based webtop:
/opt/tarantella/webserver/apache/version/conf/httpd.conf
file)./opt/tarantella/webserver/tomcat/version/conf/server.xml
file and change the server shutdown port (port 8005/tcp) and the Coyote/JK2 AJP 1.3 Connector port (8009/tcp)./opt/tarantella/webserver/tomcat/<version>/webapps/sgd
/opt/tarantella/webserver/tomcat/<version>/webapps/axis
Note These directories contain symbolic links, make sure you preserve the links when you copy the directories.
/opt/tarantella/webserver/tomcat/<version>/common/lib
directory to the global library directory on your container:
axis.jar
commons-discovery.jar
commons-logging.jar
jaxrpc.jar
saaj.jar
xerces.jar
/opt/tarantella/webserver/tomcat/<version>/common/classes
directory to the global class directory on your container:
com/tarantella/tta/webservices/client/listener/SSListener.class
Resources.properties
file to determine which server and port to send the web services requests to. This is currently set to http://localhost
.Resources.properties
file in the sgd/WEB-INF/classes/com/tarantella/tta/webservices/client/apis
directory on the new host. Replace http://localhost:port
with http://server:port
where server is the DNS name of a Secure Global Desktop server and port is the port that the Secure Global Desktop Web Server listens on. Do this for each of the web services listed in the properties file.tarantella webserver restart
) to apply the changes.Note If you are using third party authentication, you may also want to configure a new trusted user for the relocated webtop.
Copyright © 1997-2007 Sun Microsystems, Inc. All rights reserved.