The xsm-web.war file should be copied into your servlet contaners (e.g. tomcat) webapps directory.
cd /var/lib/tomcat4/webapps /etc/init.d/tomcat4 stop rm -rf xsm*cp ~/xsm-web.war xsm.war/etc/init.d/tomcat4 start