I need to install a tomcat6 with multiple instances like instance1,instance2 and instance3 in a server. I came to know that for that we need to install tomcat6,apache2.0,mod_jk1.2 and jre with tools.jar installed.And we need to create multiple instances with same web.xml and difference server.xml for each instance.I didn't get the mod_jk1.2 bin file. Can anyone please instruct the step by step procedure to install multiple instances of tomcat in a server?
you mean standalone instalations? install multilpe instances of tomcat by hand, and for each configure tomcat port and shutdown port, and create multiple startup script. downlaod apache-tomcat-X.X.tar.gz extarct: tar -xvf apache-tomcat-X.X.tar.gz -C tomcat1 tar -xvf apache-tomcat-X.X.tar.gz -C tomcat2 tar -xvf apache-tomcat-X.X.tar.gz -C tomcat3 and create 3 startup scripts for instalations tomcat1,2 and 3