Install - SuSE Linux ******************** Install ======= Install Tomcat using YaST in SuSE Configuration ------------- Web apps folder: :: /usr/share/tomcat5/webapps /srv/www/tomcat5/base/webapps To change the port number edit: :: /etc/tomcat5/base/server.xml Here is a ``diff`` output showing how I changed the port from ``8080`` to ``8081``: :: myserver:~ # diff /home/patrickk/temp/server.xml /etc/tomcat5/base/server.xml 92c92 <