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 > Tutorial > Getting started
Install Tomcat

There is no particular action to do to install Tomcat, just expend the archive




 Download Tomcat from here.

  • Saada works with Tomcat 6 and higher.
  • Download the archive and expend it in myFirstStepWithSaada/apache

 Start it and test it

  • Start the server
% cd myFirstStepWithSaada/apache/apache-tomcat-6.0/bin
% ./startup.sh
  • Test the server : By default, Tomcat uses the port 8080. In some cases, this port can be busy (if there is a running phpadmin e.g.). In this case, you can configure tomcat to use another port (8888 e.g.). Think to use the correct port in all URLs given in this tutorial. Let’s suppose here we are using the port 8080.
    • Start a browser and connect the URL http://localhost:8080. You should have the admin page of Tomcat.
    • If it does not work, try the port 8888 with the URL http://localhost:8888.
last update 2018-05-02