Search Results

Search: Posts Made By: raphaelbertozzi
25,109
Posted By raphaelbertozzi
insert this lines in your /etc/profile (Red Hat...
insert this lines in your /etc/profile (Red Hat Based or Kernel 2.6.30.X)

export PATH=/home/argole/jdk/jdk1.6.0_10
export JAVA_HOME=/home/argole/server/jboss-4.2.0.GA/bin

or /etc/environment...
25,109
Posted By raphaelbertozzi
Go to the bin directory of your JBoss, so do it: ...
Go to the bin directory of your JBoss, so do it:

./run.sh -b 0.0.0.0 -c projectfolder &

And paste the output
25,109
Posted By raphaelbertozzi
Replace the "default" by the name which contains...
Replace the "default" by the name which contains your app's.
And specify the JBOSS HOME PATH.

Paste here your JBOSS HOME DIRECTORY, JDK and JRE PATH's.
25,109
Posted By raphaelbertozzi
To start: nohup ./run.sh -b 0.0.0.0 -c default...
To start:
nohup ./run.sh -b 0.0.0.0 -c default

You need specify some environment variables:

#JDK PATH
export PATH=/u01/app/jboss/jdk/bin:$PATH

#JRE PATH
export...
Forum: Red Hat 06-22-2010
8,196
Posted By raphaelbertozzi
Cool, but I think the best way to do that kind...
Cool, but I think the best way to do that kind of balance would be through content switch or mod_jk module or mod_cluster module. I have three mission-critical environments here in the company...
Forum: Red Hat 06-22-2010
8,196
Posted By raphaelbertozzi
You can configure a content switch (multilayer)...
You can configure a content switch (multilayer) and solve your problem cuz i don't know how make sticky session without use mod_cluster or mod_jk.
Forum: Red Hat 06-22-2010
8,196
Posted By raphaelbertozzi
You need use mod_jk module (together with...
You need use mod_jk module (together with Apache2) and in the worker.properties specify something like that:


SERVER 1

worker.mte01a.port=8009 <- port
worker.mte01a.host=server1 ...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 09:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy