Archive for March 26th, 2009
Tomcat Virtual hosting in Linux
Tomcat Virtual hosting in Unix The tomcat virtual hosting configuration in Unix/Linux is simple. 1) Create the virtual host entry in server.xml 2) Create the document root 3) Restart tomcat let us consider the tomcat installation root is /usr/local/tomcat To start the tomcat use /usr/local/tomcat/bin/start.sh To stop the tomcat use /usr/loca/tomcat/bin/shutdown.sh The following is my [...]