[JBoss-user] [Installation & Configuration] - Re: test & prod environments on same Jboss box

2004-07-02 Thread jardia
another option you have is to multihome the box

then start multiple jboss instances like so:

 1) jboss/bin/run.bat -b 192.168.1.101
 2) jboss/bin/run.bat -b 192.168.1.102

now you have multiple jboss instances running on the same box
but all using the same ports  for their services (ie. the NamingService
is always running on 1099).

On my windows 2000 box it is fairly easy to define more
than one IP adr for my one network card (network --> properties for you network card 
--> TCP/IP properties --> advanced )




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840750#3840750

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840750


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: test & prod environments on same Jboss box

2004-07-01 Thread mikefinn
Don't code for it. It will be a nightmare maintaining separate names in JNDI for 
everything. Run multiple JBoss instances on a box. The config is very easy, using the 
binding service to manage listen ports. If you haven't yet, buy the admin/config 
guide. I think there is also a downloadable doc chapter on the binding service in the 
SF download area.

mike

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840665#3840665

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840665


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: test & prod environments on same Jboss box

2004-06-29 Thread jagertee
Thanks Janilsal

Yes, I agree - separate prod from the others. Probably will be done, lets say they 
have 2 boxes for 3 systems (test, demo and prod). OK, like you say, combine test and 
demo. Same question applies - what's the method or approach people have made to solve 
this? Instances of JBOSS or code for it?

I've tried to code, but it means changing package names in the .java classes (to 
ensure separate class file identifications referred to in the ejb-jar.xml) otherwise 
you get the same class even if different jndi names specified in the ejb-jar.xml. 
Rather not change the source.

Cheers
More input gladly accepted folks!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840375#3840375

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840375


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: test & prod environments on same Jboss box

2004-06-29 Thread janilsal
Keep production seperate from unrelated installations.  Dont' want to bring down prod 
by others.

Maybe you can combine the test and demo instances into one.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840368#3840368

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840368


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user