Re: Deploying a WAR (or EAR) file to JRun under CF9?

2009-11-04 Thread Seth Stone

Unfortunately on Linux (at least RHEL) it doesn't install a service init
script for the admin instance.  There is a simple start script in
/opt/jrun4/bin/adminstart.sh that does basically what Marie is doing.

./jrun -config admin_jvm.config -start admin

Note: you have to be cd'd into the jrun4/bin directory for the script to
work.



On Wed, Nov 4, 2009 at 8:46 AM, Dave Watts  wrote:

>
> > I tried going to localhost:8000, but nothing is listening there.  Do I
> need to start a separate JRun server/service?  I thought it would
> > already be running along with ColdFusion??  The only port listening in
> the 8000 range is 8300 (CF web trial server).
>
> You'll need to run the JRun Admin server instance, which on Windows is
> listed as "Macromedia JRun Admin Server" or something like that.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more informati
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328003
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Deploying a WAR (or EAR) file to JRun under CF9?

2009-11-04 Thread Dave Watts

> I tried going to localhost:8000, but nothing is listening there.  Do I need 
> to start a separate JRun server/service?  I thought it would
> already be running along with ColdFusion??  The only port listening in the 
> 8000 range is 8300 (CF web trial server).

You'll need to run the JRun Admin server instance, which on Windows is
listed as "Macromedia JRun Admin Server" or something like that.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more informati

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327992
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Deploying a WAR (or EAR) file to JRun under CF9?

2009-11-03 Thread Marie Taylore

I think I got it.

Run ./bin/jrun -start admin

Now I can get into the Java Management Console (JMC).  Will see if I can deploy 
a WAR now.

Thanks!

--- On Tue, 11/3/09, Marie Taylore  wrote:

> From: Marie Taylore 
> Subject: Re: Deploying a WAR (or EAR) file to JRun under CF9?
> To: "cf-talk" 
> Date: Tuesday, November 3, 2009, 10:51 PM
> 
> Thanks Dave!
> 
> I tried going to localhost:8000, but nothing is listening
> there.  Do I need to start a separate JRun
> server/service?  I thought it would already be running
> along with ColdFusion??  The only port listening in the
> 8000 range is 8300 (CF web trial server).
> 
> Any help anyone can provide is appreciated.
> 
> Thanks!
> 
> MarieT
> 
> --- On Tue, 11/3/09, Dave Watts 
> wrote:
> 
> > From: Dave Watts 
> > Subject: Re: Deploying a WAR (or EAR) file to JRun
> under CF9?
> > To: "cf-talk" 
> > Date: Tuesday, November 3, 2009, 4:05 PM
> > 
> > You don't use the CF Administrator for any of this.
> You
> > have to do
> > this directly through your J2EE server. In this case,
> that
> > would be
> > JRun. You can use the JRun admin console (http://localhost:8000/) to
> > do this. You can also do it by expanding EARs and
> WARs
> > directly within
> > the appropriate JRun directory.
> > 
> > It's actually not all that hard, but you'll probably
> have
> > to refer to
> > the JRun docs (online at livedocs.adobe.com I think,
> > otherwise
> > available to download as PDF I'm sure). There are also
> docs
> > at
> > \jrun4\docs, but I don't really know exactly what's
> in
> > there offhand.
> > 
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> 
> > >  Marie Taylore wrote 
> > > I have the trial of ColdFusion 9 running on Linux
> and
> > am wondering... if I have a Java WAR (or EAR) file how
> do I
> > deploy that into a
> > > JRun instance on my server?  I installed as
> "2-
> > Enterprise Multiserver configuration" so I'm assuming
> that
> > includes the full J2EE
> > > engine, but I'm curious how I deploy a (non-CF)
> Java
> > application.
> > >
> > > Is it under the "Packaging & Deployment >
> J2EE
> > Archives" area in the CF Administrator?
> > >
> > > If so, how do I ensure it runs in its own "space"
> on
> > the server?  i.e. so that it won't bring down CF
> and vice
> > versa?  (as you can
> > > tell, I'm a newbie at the Java stuff... this is
> for
> > someone else who wants to proof of concept some apps
> on the
> > server)
> 
> 
>       
> 
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327986
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Deploying a WAR (or EAR) file to JRun under CF9?

2009-11-03 Thread Marie Taylore

Thanks Dave!

I tried going to localhost:8000, but nothing is listening there.  Do I need to 
start a separate JRun server/service?  I thought it would already be running 
along with ColdFusion??  The only port listening in the 8000 range is 8300 (CF 
web trial server).

Any help anyone can provide is appreciated.

Thanks!

MarieT

--- On Tue, 11/3/09, Dave Watts  wrote:

> From: Dave Watts 
> Subject: Re: Deploying a WAR (or EAR) file to JRun under CF9?
> To: "cf-talk" 
> Date: Tuesday, November 3, 2009, 4:05 PM
> 
> You don't use the CF Administrator for any of this. You
> have to do
> this directly through your J2EE server. In this case, that
> would be
> JRun. You can use the JRun admin console (http://localhost:8000/) to
> do this. You can also do it by expanding EARs and WARs
> directly within
> the appropriate JRun directory.
> 
> It's actually not all that hard, but you'll probably have
> to refer to
> the JRun docs (online at livedocs.adobe.com I think,
> otherwise
> available to download as PDF I'm sure). There are also docs
> at
> \jrun4\docs, but I don't really know exactly what's in
> there offhand.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/

> >  Marie Taylore wrote 
> > I have the trial of ColdFusion 9 running on Linux and
> am wondering... if I have a Java WAR (or EAR) file how do I
> deploy that into a
> > JRun instance on my server?  I installed as "2-
> Enterprise Multiserver configuration" so I'm assuming that
> includes the full J2EE
> > engine, but I'm curious how I deploy a (non-CF) Java
> application.
> >
> > Is it under the "Packaging & Deployment > J2EE
> Archives" area in the CF Administrator?
> >
> > If so, how do I ensure it runs in its own "space" on
> the server?  i.e. so that it won't bring down CF and vice
> versa?  (as you can
> > tell, I'm a newbie at the Java stuff... this is for
> someone else who wants to proof of concept some apps on the
> server)


  

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327985
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Deploying a WAR (or EAR) file to JRun under CF9?

2009-11-03 Thread Marie Taylore

Hi all,

I have the trial of ColdFusion 9 running on Linux and am wondering... if I have 
a Java WAR (or EAR) file how do I deploy that into a JRun instance on my 
server?  I installed as "2- Enterprise Multiserver configuration" so I'm 
assuming that includes the full J2EE engine, but I'm curious how I deploy a 
(non-CF) Java application.

Is it under the "Packaging & Deployment > J2EE Archives" area in the CF 
Administrator?

If so, how do I ensure it runs in its own "space" on the server?  i.e. so that 
it won't bring down CF and vice versa?  (as you can tell, I'm a newbie at the 
Java stuff... this is for someone else who wants to proof of concept some apps 
on the server)

Thanks for any help you can provide.

MarieT


  

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327971
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Deploying a WAR (or EAR) file to JRun under CF9?

2009-11-03 Thread Dave Watts

> I have the trial of ColdFusion 9 running on Linux and am wondering... if I 
> have a Java WAR (or EAR) file how do I deploy that into a
> JRun instance on my server?  I installed as "2- Enterprise Multiserver 
> configuration" so I'm assuming that includes the full J2EE
> engine, but I'm curious how I deploy a (non-CF) Java application.
>
> Is it under the "Packaging & Deployment > J2EE Archives" area in the CF 
> Administrator?
>
> If so, how do I ensure it runs in its own "space" on the server?  i.e. so 
> that it won't bring down CF and vice versa?  (as you can
> tell, I'm a newbie at the Java stuff... this is for someone else who wants to 
> proof of concept some apps on the server)

You don't use the CF Administrator for any of this. You have to do
this directly through your J2EE server. In this case, that would be
JRun. You can use the JRun admin console (http://localhost:8000/) to
do this. You can also do it by expanding EARs and WARs directly within
the appropriate JRun directory.

It's actually not all that hard, but you'll probably have to refer to
the JRun docs (online at livedocs.adobe.com I think, otherwise
available to download as PDF I'm sure). There are also docs at
\jrun4\docs, but I don't really know exactly what's in there offhand.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more informati

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327972
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4