-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Karthik,

karthikn wrote:
| ALL i was saying is i have 2 independent TOMCATS  running on a
| windows2000 machine
|
| c:\TOMCAT1 startup 8080 shutdown = 8090

Tomcat does not have "startup" ports. Do you mean that you have a
"connector" listening on port 8080? Is this port listening for HTTP or
AJP requests? (It's probably HTTP).

| d:\TOMCAT2 startup 8081 shutdown = 8091

Okay.

| So how to do "Clustering" and test the same.

Before you worry about "clustering", can you even get a single request
handled by Tomcat? If so, what URL are you using to access your webapp?

| I am not checking the performance using Load balancer,

Load balancers are not for testing performance. They are used to
distribute load across your cluster by choosing a server to handle a
particular request.

| Do i need to set up Load balancer to test the clustering ONLY ?

I'm not sure how you would even use your cluster, much less test it,
without a load balancer.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgkYZYACgkQ9CaO5/Lv0PAMzwCfSCjBISky4Q/znfwCYHRg9StQ
oRcAoIsRWr3Nb2O57NlSP2Vzy6uwvzDm
=KWpa
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to