Linux
Tomcat -Virtual hosts and Access logging
Some times we may need to run multiple websites on single ip address with the same port number ,for example http( tcp-80 ) port . If I have 2 websites called www.example1.com and www.example2.com pointing to same webserver 10.0.0.10, then i will configure my tomcat webserver( 10.0.0.10 )following way . Using Read more…