Re: [ACFUG Discuss] Ports confict: Jrun and Jboss

2009-01-29 Thread AppDeveloper
TY for the  link.  I've adjusted it in JRun.

On Thu, Jan 29, 2009 at 1:07 PM, Charlie Arehart wrote:

>  Yep, 1099 is the RMI port. So you can change either JRun or JBoss, of
> course. In the case of JRun, it's something you can set in the jvm.config
> ([cf]/runtime/bin or [jrun]/bin), or in JBoss it's something you can change
> in the jboss-service.xml.
>
>
>
> You can find more on this specific issue, and how to solve it in CF, in the
> CF installation manual, where it's discussed with respect to deploying CF on
> J2EE: http://livedocs.adobe.com/coldfusion/8/installj2ee_15.html. The
> problem is described in the context of enabling the LiveCycle DataServices
> ES feature. Is that what you're working with?
>
>
>
> It's a funny coincidence but I'm sitting in this week on a JBoss
> Administration class at RedHat HQ (they now own JBoss), preparing to be able
> to teach it to CFers who may want to make the move to running CF (or Railo
> or BD) on JBoss. I won't belabor the details as you may just change CF/JRun
> instead, but if you do want to change JBoss instead, the jboss-service.xml
> is in the "conf" directory of your server, in whatever mode you're running
> it ("default", "all", etc.), so if running the "default" mode, it would e in
> a directory like C:\jboss-4.2.3.GA 
> <http://jboss-4.2.3.ga/>\server\default\conf\.
>
>
>
>
> Hope that's helpful.
>
>
>
> /charlie
>
>
>
> *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *
> AppDeveloper
> *Sent:* Thursday, January 29, 2009 12:37 PM
> *To:* discussion@acfug.org
> *Subject:* Re: [ACFUG Discuss] Ports confict: Jrun and Jboss
>
>
>
>  My maven build stops when it's at a particular stepdid a netstat
> check and voila ...they aren't playing nicely together on port 1099.
>
>
>
> TYVM for the advice.
>
> On Thu, Jan 29, 2009 at 12:30 PM, Douglas Knudsen <
> douglasknud...@gmail.com> wrote:
>
> Thought JBoss ran on 8080 by default?  Anyhoo, if the JRun server is
> actually running, and your admin application is running, you can use the
> JRun Admin Application to change this under Services > Web Server IIRC.  Or
> you can tweak the jrun.xml file for the server under
> Jrun/servers/servername/SERVER-INF/jrun.xml  look for the node  class="jrun.servlet.http.WebService" name="WebService">
>
> All assuming you are setup in multi-server mode.
>
> Should be a similar file in JBoss somewheres...
>
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?
>
>  On Thu, Jan 29, 2009 at 12:11 PM, AppDeveloper 
> wrote:
>
> Is there a way to change the JRUN port so it doesn't confict with JBOSS
> port?
>
>
>
>
>
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform<http://www.acfug.org/?fa=login.edituserform>
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink <http://www.fusionlink.com/>
> -


RE: [ACFUG Discuss] Ports confict: Jrun and Jboss

2009-01-29 Thread Charlie Arehart
Yep, 1099 is the RMI port. So you can change either JRun or JBoss, of
course. In the case of JRun, it's something you can set in the jvm.config
([cf]/runtime/bin or [jrun]/bin), or in JBoss it's something you can change
in the jboss-service.xml. 

 

You can find more on this specific issue, and how to solve it in CF, in the
CF installation manual, where it's discussed with respect to deploying CF on
J2EE: http://livedocs.adobe.com/coldfusion/8/installj2ee_15.html. The
problem is described in the context of enabling the LiveCycle DataServices
ES feature. Is that what you're working with?

 

It's a funny coincidence but I'm sitting in this week on a JBoss
Administration class at RedHat HQ (they now own JBoss), preparing to be able
to teach it to CFers who may want to make the move to running CF (or Railo
or BD) on JBoss. I won't belabor the details as you may just change CF/JRun
instead, but if you do want to change JBoss instead, the jboss-service.xml
is in the "conf" directory of your server, in whatever mode you're running
it ("default", "all", etc.), so if running the "default" mode, it would e in
a directory like C:\jboss-4.2.3.GA\server\default\conf\. 

 

Hope that's helpful.

 

/charlie

 

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of AppDeveloper
Sent: Thursday, January 29, 2009 12:37 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] Ports confict: Jrun and Jboss

 

 My maven build stops when it's at a particular stepdid a netstat check
and voila ...they aren't playing nicely together on port 1099.

 

TYVM for the advice.

On Thu, Jan 29, 2009 at 12:30 PM, Douglas Knudsen 
wrote:

Thought JBoss ran on 8080 by default?  Anyhoo, if the JRun server is
actually running, and your admin application is running, you can use the
JRun Admin Application to change this under Services > Web Server IIRC.  Or
you can tweak the jrun.xml file for the server under
Jrun/servers/servername/SERVER-INF/jrun.xml  look for the node 

All assuming you are setup in multi-server mode.

Should be a similar file in JBoss somewheres...

Douglas Knudsen
http://www.cubicleman.com <http://www.cubicleman.com/> 
this is my signature, like it?



On Thu, Jan 29, 2009 at 12:11 PM, AppDeveloper 
wrote:

Is there a way to change the JRUN port so it doesn't confict with JBOSS
port?

 

 

 




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] Ports confict: Jrun and Jboss

2009-01-29 Thread AppDeveloper
 My maven build stops when it's at a particular stepdid a netstat
check and voila ...they aren't playing nicely together on port 1099.

TYVM for the advice.

On Thu, Jan 29, 2009 at 12:30 PM, Douglas Knudsen
wrote:

> Thought JBoss ran on 8080 by default?  Anyhoo, if the JRun server is
> actually running, and your admin application is running, you can use the
> JRun Admin Application to change this under Services > Web Server IIRC.  Or
> you can tweak the jrun.xml file for the server under
> Jrun/servers/servername/SERVER-INF/jrun.xml  look for the node  class="jrun.servlet.http.WebService" name="WebService">
>
> All assuming you are setup in multi-server mode.
>
> Should be a similar file in JBoss somewheres...
>
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?
>
>
> On Thu, Jan 29, 2009 at 12:11 PM, AppDeveloper wrote:
>
>> Is there a way to change the JRUN port so it doesn't confict with JBOSS
>> port?
>>
>>
>
>


Re: [ACFUG Discuss] Ports confict: Jrun and Jboss

2009-01-29 Thread Douglas Knudsen
Thought JBoss ran on 8080 by default?  Anyhoo, if the JRun server is
actually running, and your admin application is running, you can use the
JRun Admin Application to change this under Services > Web Server IIRC.  Or
you can tweak the jrun.xml file for the server under
Jrun/servers/servername/SERVER-INF/jrun.xml  look for the node 

All assuming you are setup in multi-server mode.

Should be a similar file in JBoss somewheres...

Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


On Thu, Jan 29, 2009 at 12:11 PM, AppDeveloper wrote:

> Is there a way to change the JRUN port so it doesn't confict with JBOSS
> port?
>
>