On Sun, Mar 9, 2014 at 11:29 AM, Ahmed Dalatony <ahmed.dalat...@gmail.com>wrote:
> On Sun, Mar 9, 2014 at 5:05 PM, Neven Cvetkovic > <neven.cvetko...@gmail.com>wrote: > > > Ahmed, > > > > On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony < > ahmed.dalat...@gmail.com > > >wrote: > > > > > hello, > > > > > can you help me little more with example or simpler doc > > > i'm new to tomcat config > > > and i don't understand virtual host > > > > > > thank you > > What environment do you use? e.g. Windows, Linux, etc. If Linux, what flavour of Linux? e.g. RHEL (CentOS, Fedora), Ubuntu, etc. What webserver would you like to use? e.g. Apache HTTPD, IIS, nginx, etc. They all have different ways to configure your setup. - The easier one to setup is to use mod_proxy, check examples here: https://tomcat.apache.org/tomcat-7.0-doc/proxy-howto.html - More common is to use AJP protocol and mod_jk in Apache, check examples here: http://tomcat.apache.org/connectors-doc/generic_howto/quick.html http://tomcat.apache.org/connectors-doc/reference/apache.html Hope that helps. n.