|
901022 Video Annotation Analysis and Presentation : Seadog
This page last changed on Feb 09, 2012 by brian.
About seadog.wf.mbari.orgSeadog acts as the web application server for the Deep-sea Guide on the Western Flyer. All content is servered via an instance of Tomcat. All DSG content and applications exist in /opt/dsg. TomcatTomcat resides in /opt/dsg/tomcat/apache-tomcat-7.0.23 and is visible via port 8082. It has been configured to run on non-default ports so that it does not interact with another Tomcat on Seadog that is running JIRA on the default ports. This instance of Tomcat has been modified to serve static DSG content stored in /opt/dsg/www.
The startup script is located at /etc/init.d/tomcat-dsg. It is run under the user tomcat. Files added under /opt/dsg should all belong to the group tomcat!!. Brian Schlining has sudo permissions on /sbin/service and /sbin/chkservice. To restart tomcat run: sudo /sbin/service tomcat-dsg restart
Static ContentStatic content was copied as follows:
Database ReplicationReplication from equinox.shore.mbari.org to alaskanwind.wf.mbari.org is run nightly. The following SQL is executed after replication: -- For DSG_KB run the following: UPDATE Media SET url = REPLACE(url, 'http://seaspray.shore.mbari.org/dsg', 'http://seadog.wf.mbari.org:8082/www/vars/knowledgebase/images') WHERE url IS NOT NULL -- For DSG run the following: UPDATE URLArtifact SET url = REPLACE(url, 'http://seaspray.shore.mbari.org/dsg', 'http://seadog.wf.mbari.org:8082/www/dsg') WHERE url IS NOT NULL |
| Document generated by Confluence on Feb 03, 2026 15:43 |