Engineering School, 2nd year
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
443 B

Decompresser l'archive de tomcat : unzip ~/downloads/jakarta-tomcat-5.5.9.zip
Aller dans le repertoire de tomcat : cd jakarta-tomcat-5.5.9
Corriger les permissions : chmod a+x bin/*.sh
Lancer tomcat : sh bin/startup.sh
Verifier que tomcat est lance en allant a l'adresse : http://localhost:8080/
Creer un repertoire tp3 dans webapps : cp -r webapps/servlets-examples webapps/tp3
Compiler avec : -cp $CATALINA_HOME/common/lib/servlet-api.jar