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 <[email protected]> wrote: > From: Marie Taylore <[email protected]> > Subject: Re: Deploying a WAR (or EAR) file to JRun under CF9? > To: "cf-talk" <[email protected]> > 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 <[email protected]> > wrote: > > > From: Dave Watts <[email protected]> > > Subject: Re: Deploying a WAR (or EAR) file to JRun > under CF9? > > To: "cf-talk" <[email protected]> > > 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

