Secure Global Desktop 4.40 Administration Guide
> Clients and Webtops
> Relocating the Webtop to Your Own JSP Container
The webtop is a JavaServer Pages (JSP) application that you can relocate to your own JSP container. The JSP container can be on the same host as an SGD server or on a different host.
To use your own JSP container, the container must support the following:
Note Once you relocate the webtop to your JSP container, you have to manually upgrade the webtop by following the procedure on this page for each new release.
To relocate the webtop, do the following:
/opt/tarantella/webserver/apache/version/conf/httpd.conf file)./opt/tarantella/webserver/tomcat/version/conf/server.xml file and change the server shutdown port (TCP port 8005) and the Coyote/JK2 AJP 1.3 Connector port (TCP port 8009).Copy all the files in the following directories into the web applications directory on the new host:
/opt/tarantella/webserver/tomcat/<version>/webapps/sgd/opt/tarantella/webserver/tomcat/<version>/webapps/axisNote 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. Replace http://localhost:port
with http://server:port
where server is the DNS name of an SGD server and port is the port that the SGD Web Server listens on. Do this for each of the web services listed in the properties file.Note If you use third-party authentication, you might want to configure a new trusted user for the relocated webtop.
Copyright © 1997-2007 Sun Microsystems, Inc. All rights reserved.