saada logo

 
  SAADA OVERVIEW
Home  
News  
Tutos and Links  
Download  
  Tutorial
Getting started  
Doing More  
SaadaQL  
The Web Interface  
VO Publishing  
Tips & Troubelshooting  
  COMMUNITY
Mailing List  
Saada Sites  
How to Contact us ?  
  DEVELOPER CORNER
Contributors  
Next Step  
Old Releases  
Inside Saada  
Using UWS  

 

SourceForge.net Logo


HOME ART > DEVELOPER CORNER > Old Releases > Saada 1.4.2 > TUTORIAL > Create a SaadaDB > Deploy your web site
Deploy your SaadaDB on Tomcat



 The automatic Web deployement of your SaadaDB requires the following conditions to be fulfilled.

  • You are using Apache-Tomcat 5.xxx
  • Your Tomcat is running on the machine where your SaadaDB is installed
  • You have the privilege to write in the application directory of Tomcat ($TOMCAT_HOME/webapps)
  • The URL given as url_root at database creation time works. That means that it replies that your database doesn’t exist. If your url_root is http://a.b.c/dbname, yu must have http://a.b.c working.

 The SaaadDB web interface is deployed by the. tomcat.deploy task of the command sant

  • host% cd $SAADADB_HOME/bin
    host $SAADADB_HOME/bin% ./sant tomcat.deploy

The Web site of your SaadaDB is built at database creation time in $SAADA_DB_HOME/web. The Web deployement process is quite simple. It consists just in copying the content of this directory in $TOMCAT_HOME/webapps. $TOMCAT_HOME is the Tomcat directory given at Saada installation time.

 If something is is wrong with this deployement, look at here.

last update