-
Sep 3rd, 2009, 02:20 PM
#1
Architecture
Is there any architectures for deploying applications on tcServer? Any documentation or approaches would be helpful especially with clustering and load balancing, deployment etc.
Last edited by paulstadler; Sep 3rd, 2009 at 02:40 PM.
-
Sep 4th, 2009, 07:10 AM
#2
Approaches for load-balancing and clustering
tc Server is built on Apache Tomcat so the same architectures that work with Tomcat will work with tc Server. The right architecture will depend on what you are trying to achieve but as a rough guide:
- load balancing is usually achieved using httpd or a hardware LB
- if using httpd and you are familiar with mod_jk use that
- if using httpd and you are not familiar with mod_jk use mod_proxy_http
- enable sticky sessions
- consider if the benefit of clustering is worth the additional configuration complexity and processing overhead - often it isn't
- it is often worth disabling connection pooling between http and tc Server
For deployment with tc Server I'd always use AMS. It provides simple deployment to multiple tc Server instances. If you need something more flexible then take a look at the AMS command-line client.
-
Sep 4th, 2009, 09:28 AM
#3
Architecture
Hi Mark
Thanks for the info. I am in the process of migration applications to tcServer from WebSphere.
Are there any best practices that one can follow for the migration? Also is it a good idea to have 1 app per container? What is the general approach?
-P
-
Sep 4th, 2009, 02:24 PM
#4
Hi Paul,
We have a draft whitepaper on the topic I would be happy to mail you, (as long as you understand it's still a draft 
If you're interested, send me an email at
dan.carwin@springsource.com
-Dan
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules