Configuring Webserver for Tarantella
You need to run a web server on the tarantella server
Using Apache as Web Server
On Solaris 8/9/10 its easiest to use built in apache server
Apache will start from /etc/rc3.d/S50apache if /etc/apache/httpd.conf exists
Copy /etc/apache/httpd.conf-example /etc/apache/httpd.conf and edit as follows:
Add the following lines where the "ServerName" line is in the file
ServerName ttserv.jw.com
UseCanonicalName on
And add the following lines at the end of the file
ScriptAlias /tarantella/cgi-bin /opt/tarantella/var/docroot/cgi-bin
Alias /tarantella /opt/tarantella/var/docroot
(replace the directory name with the actual location tarantella was installed)
Using Iplanet WS as Web Server
After installing the Iplanet webserver login to the administration gui on whatever port you chose during the installation
eg. http://ttserv.jw.com:8888
Click on the "servers" tab and fill out the web form to create new server
Then click on the "manage servers" button on the left hand side of the gui and choose to manage your new server
Click on "view server settings" and then add click on "additional document director" . Add the URL prefix /tarantella to map to directory /opt/tarantella/var/docroot.
To add the cgi-bin directory, click on the "programs" tab, then add the URL "/tarantella/cgi-bin" to map to cgi directory "/opt/tarantella/var/docroot/cgi-bin