users@glassfish.java.net

System property INSTANCE_NAME prevents to see properties on admin console

From: 真嶌 晋 <susumu.majima_at_mail.rakuten.co.jp>
Date: Thu, 19 Jun 2008 15:58:22 +0900

Hello Forks,

I currently set up cluster environment with apache by using mod_proxy_balancer.
There is a problem.

・System property INSTANCE_NAME is needed to work correct.
(If INSTANCE_NAME is not set to get cookie returns null.)

・If INSTANCE_NAME is set I can't see properties on admin console

---------------------------------------------------------------
ins1 adn ins2 are INSTANCE_NAME

<Proxy balancer://wcoutMycCluster >
 BalancerMember https://web1.xxxx.co.jp:8080 loadfactor=1 route=ins1
 BalancerMember https://web2.xxxx.co.jp:8080 loadfactor=1 route=ins2
</Proxy>
-----------------------------------------------------------------


Is it poosible to see properties of instance if setting INSTANCE_NAME system porperty?

If someone has the same problem would you let me know it?

Thanks in advance,

Susumu Majima