This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes 2 Instances of Apache Server in the same box. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "2 Instances of Apache Server in the same box." Watch "2 Instances of Apache Server in the same box." New topic
Author

2 Instances of Apache Server in the same box.

Deepak Dew
Ranch Hand

Joined: Mar 29, 2004
Posts: 79
Hi,
Whats the best way to have 2 instances of Apache2.0x running on same box so that each instance is comletely independed of each other.
I can think of fe options like having the one binary and then having two instances being started at two different port numbers.
in this case, i would jsut have one apachectl, how am i gonna start each instance then using apachectl ?


The second option is having two apache binary installed in two different
directories and thus having 2 apachectl and absolutely no dependencies at all. But it would be difficult to have patch management.
My OD is RedHat3.0.
Please help me on this.
Thanks in advance.

Deepak


IBM Certified Advance WAS Administrator on 6.1, BEA Certified WebLogic Server 81 Administrator, Vitria Certified BusinessWorks Administrator, SCJP 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: 2 Instances of Apache Server in the same box.
 
Similar Threads
Servlet in different JVMs
Apache mod_jk and Jboss
Configuring AJP connector to two different Contexts.
Singleton with 2 WAR's
Deployement Diagram - How to mention Clustered Server?