[jboss-user] [Installation, Configuration & Deployment] - JVM setting for multiple instances of JBOSS on linux

2007-03-16 Thread vannguyen0
I have three different instances of JBoss running on my Linux server. I want to configure the JVM differently for each server. But it looks like it's looking at the run.conf for the JVM settings. Is it possible to specify a different run.conf for each instance? If not, how else would I speci

[jboss-user] [Installation, Configuration & Deployment] - JBossService Windows process memory size vs actually memory

2006-10-19 Thread vannguyen0
I'm running JBoss as a service using JavaService on Windows 2003 Server with 2GB RAM. Looking at the JBossService.exe process in the task manager, I see that the memory allocated to that service is growing about 50-75MB a day. Doesn't seem to go down (currently at 875MB). However, I checked

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.0.4 as a window service

2006-09-22 Thread vannguyen0
"mishra_rajneesh" wrote : first of all thanx for the reply... | | I uesd the following command to create the service: | | JBossService.exe -install JBossAll C:\jdk1.5.0_06\jre\bin\jvm.dll -Djava.class.path=C:\jdk1.5.0_06\lib\tools.jar;C:\JBOSS\run.jar -start org.jboss.Main -params -c al

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.0.4 as a window service

2006-09-21 Thread vannguyen0
"mishra_rajneesh" wrote : hi experts, | | how to implement JBoss Application Server 4.0.4 as a window service. I tried with JavaService-2.0.10, but it is not working.. | | Any help will be appreciated.. Copy JavaService.exe to your JBOSS_HOME/bin directory. Rename it to JBossService.exe

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Question regarding context and mod_proxy

2006-09-20 Thread vannguyen0
I have two instances on JBoss (one instance for development test and the other one for QA). They both contain the same war files... so they both have the same applications with the same context root. They are running on different jk2 ports. In my httpd.conf, I have this: ProxyPass /app1 ajp:

[jboss-user] [Installation, Configuration & Deployment] - Multiple JBoss instances - different context

2006-09-19 Thread vannguyen0
Hi, I've configure two JBoss instances. This is what I want to accomplish: instance1 = http://www.mydomain.com instance2 = http://www.mydomain.com/someContext How would I configure instance2 to start with /someContext? Would I even need two instances? I've tried to create a /someContext direc

[jboss-user] [Installation, Configuration & Deployment] - Partial application update

2006-08-30 Thread vannguyen0
Question 1: Is it possible to do a partial application update? Let's say I have these modules: moduleA.jar moduleB.jar I only want to update these classes: | com.somedomain.someapp.SomeClass | com.somedomain.someapp.SomeClassUtil | in moduleA.jar. | com.somedomain.someapp.helper

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Root context Apache 2.2.3 and Jboss 4.0.4

2006-08-10 Thread vannguyen0
Is there a way to configure an application deployed to JBoss to be deployed on the root context? I've set up JBoss behind an Apache 2.2.3 server using mod_proxy. I can access the application via: http://www.somedomain.com/myApp But I want to just go to http://www.somedomain.com. I've tried s