Hello,
I'm portuguese. Will write in english so that everyone understands.
I now have the answer to my problem. I poked the configuration files and mailing
lists. When I start up two JBoss instances, the log gives me no conflicts.
I'm attaching a little file with the changes that I have made to the configuration.
Regards
Daniel Santos
-----Original Message-----
From: Emerson Cargnin - SICREDI Serviços
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 24, 2002 5:37 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Running several jboss instances on the same
machine
vc é brasileiro???
we use this approache, but uses a different virtual ip for each developer...
Daniel Santos wrote:
> Hello, all
>
> I need to run several Jboss server instances on a machine with one IP address. I
>have different configurations for each developer. I don't know how to assign a
>different port to each conf. Can anyone help me ? (I'm using jetty)
>
> By the way, when I run the jboss startup script and supply it the name of the
>configuration I uses default.
>
> I'm using jboss 3.0.0
>
> Many thanks
> Daniel Santos
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
--
Emerson Cargnin - MSA
SICREDI - Tel : 3358-4860
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
To prevent conflicts between services of different instances of
JBoss 3.0.0 running on the same machine, the following changes should
be made to the configuration files of each developer's configuration.
Follows a list of files and the changes that have to be made :
deploy/jetty-plugin.sar
--------------------------------------
First uncompress the sar file using unzip.
In section :
mbean : jboss.web:service=Jetty
change the port numbers of :
attribute name : org.mortbay.http.SocketListener
attribute name : org.mortbay.http.SunJsseListener
Now compress the changed contents and put the new file were it was.
deploy/jmx-html-adaptor.sar
--------------------------------------
First uncompress the sar file using unzip.
In section :
mbean : com.sun.jdmk.comm.HtmlAdaptorServer
change the port numbers of :
attribute name : Port
Now compress the changed contents and put the new file were it was.
conf/jboss-service.xml
--------------------------------------
In section :
mbean : org.jboss.web.WebService
change the port numbers of :
attribute name : Port
In section :
mbean : org.jboss.naming.NamingService
change the port numbers of :
attribute name : Port
In section :
mbean : org.jboss.invocation.jrmp.server.JRMPInvoker
change the port numbers of :
attribute name : RMIObjectPort
deploy/jbossmq-service.xml
--------------------------------------
In section :
mbean : org.jboss.mq.il.uil.UILServerILService
change the port numbers of :
attribute name : ServerBindPort
In section :
mbean : org.jboss.mq.il.oil.OILServerILService
change the port numbers of :
attribute name : ServerBindPort
deploy/hsqldb-service.xml
--------------------------------------
change the port numbers of :
config-property name="ConnectionURL" - 10007
In section :
mbean : org.jboss.jdbc.HypersonicDatabase
change the port numbers of :
attribute name : Port - 10007