[jboss-user] [Tomcat, HTTPD, Servlets JSP] - setting virtualhost and alias for http://mydomain.com

2008-01-08 Thread zambak
Hi We want to deploy an app (on JBoss 4.0.5) under the root context using a virtual host and a set of aliases... The goal is to have app respond whenever a user enters any of the following: http://www.mydomain.com http://www01.mydomain.com http://mydomain.com In order to accomplish this I

[jboss-user] [Performance Tuning] - Re: Clustered JBoss with Cisco Content Switch

2007-04-17 Thread zambak
I cannot use the session timeout as it affects the application. Optimally, I would like to tell the CSS switch which http comman to issue in order to close the session and not leave it open. Here is the snippet of the switch config... | service myapp | ip address x.y.z.w | keepalive

[jboss-user] [Performance Tuning] - Monitoring sessions

2007-04-13 Thread zambak
Hi Can anyone tell me if it is possible to monitor user sessions (current, max, etc, etc) via either jmx or web console? Thanks Z View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037054#4037054 Reply to the post :

[jboss-user] [Performance Tuning] - Clustered JBoss with Cisco Content Switch

2007-04-13 Thread zambak
Hi We have a setup where 2 JBoss servers are set up in the cluster with Cisco Content Switch (CSS) in front performing load balancing with sticky session and keepalives. Servers host multiple web application using virtual host names. weabpp1.mydomain.org webapp2.mydomain.org etc, etc... In

[jboss-user] [Beginners Corner] - why run.conf works with run.sh but not with run.bat

2006-11-22 Thread zambak
Is there any reason why /bin/run.conf is used by /bin/run.sh but not by /bin/run.bat ??? Thanks Z... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987884#3987884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987884

[jboss-user] [Beginners Corner] - Custom lib folder - how to..

2006-09-27 Thread zambak
Hi I have multiple web applications runing on JBoss. All of them use 75% of the same JARs in WEB-INF/lib folder. I would like to know if it is possible to create a separate folder and put all shared JARs in it. I don't wan't to put them into server/default/lib so I can keep tabs on what is

[jboss-user] [JBossCache] - Re: Blob balancer using cache - concept help

2006-08-22 Thread zambak
[EMAIL PROTECTED] wrote : Using the file cache loader in this manner will not work, since the file cache loader serialises the attribute map of the node into a single file. Your webserver will not be able to parse and serve up this file. | | Perhaps this approach may help: | | 1)

[jboss-user] [JBossCache] - Re: Blob balancer using cache - concept help

2006-08-21 Thread zambak
[EMAIL PROTECTED] wrote : When you say the user part of the app will just hadle it as a regular image file do you mean the web container will serve it as an image? Exactly...What I want is something similar OSCache and EHcache have by the use of the servlet filter. Same app sits on 2 servers.

[jboss-user] [JBossCache] - Blob balancer using cache - concept help

2006-08-18 Thread zambak
Hi I was wondering if someone can help me decide if I can use JBoss Cache to solve following problem: We have a webapp that will be installed on 2 servers which in turn will be load balanced using Cisco content switch. Web application has a user part which is to show a lot of images and an