RedDragon
RedDragon

Reputation: 2138

How to set up shared hosting on Tomcat?

Can anyone share with me a tutorial about how to set a shared hosting using tomcat?

I need multiple Tomcat instances with different memory configurations but all instances serving on same port, with the difference on domain names.

For instance:

Thanks!!!

Upvotes: 1

Views: 1153

Answers (2)

RedDragon
RedDragon

Reputation: 2138

What I have to do is setup multiple Tomcat instances and use Apache mod_jk as front end.

Upvotes: 0

clmarquart
clmarquart

Reputation: 4721

I would start here: http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html

Although, I'm not sure it is possible to have different memory configurations for each host. That you could achieve, for sure, if you were willing to run on different ports.

Upvotes: 1

Related Questions