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
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
"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
"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
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:
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
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
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