Barney,

1.
So it is possible to run the CFAdmin under a different Virtual Host?
How do you accomplish this when running mulitple CFMX instances on the
same System?

Barney said:
"...
You can use separate jvm.config files for each server, just specify the
file you want with the '-config' command line switch when launching the
server.  I don't know how to do it on Windows, but it's a snap on *nix,
via a shell script.  Just check for jvm.config.<servername> and if it's
present, add a -config to the command line to execute.
..."

2.
If there are mutliple jvm.config.<servername>, will the JMC (JRun
Managment Console) recognize them for each of the servers?

I am using Apache 2.x on Sun Solaris.

Thanks,
Troy

Barney Boisvert wrote:

> You'll only get a separate Jrun install if you selected that option
> when you
> were installing CFMX.  I think it's option 2, with 1 being CFMX
> standalone,
> and 3 being generate a WAR/EAR file for deploying onto an existing J2EE
> server.
>
> To disable RDS, go edit
> $JRUN_ROOT/servers/<servername>/cfusion-ear/cfusion-war/WEB-INF/web.xml,
> do
> a search for "rds" and comment out all the <servlet> and <servlet-mapping>
> tags that reference it.  Then restart CF.  Personally, I never use
> RDS, but
> that's just me.  It can be very handy in development, but I'd never run it
> in production; that's just asking for trouble.
>
> You can't really disable the CF Admin, even in production, because you
> need
> to do stuff in there occasionally.  However, I usually expose it using a
> dedicated virtual host on the machine, on a separate IP address, with it's
> own SSL certificate, and throw web server security over it as
> well.  If that
> vhost is the only way to get at the admin, then if you want to turn it
> off,
> you can disable the vhost.
>
> Cheers,
> barneyb
>
> > -----Original Message-----
> > From: Troy Simpson [mailto:[EMAIL PROTECTED]
> > Sent: Monday, June 28, 2004 5:08 PM
> > To: CF-Talk
> > Subject: Re: Configuring Multiple instances of CFMX on JRUN
> >
> > Thanks Barney.
> >
> > I have installed CFMX/JRun4 on Sun Solaris 8/9.
> >
> > 1.
> > Does a new copy of JRun get loaded?
> >
> > 2.
> > How did you disable RDS?  Do you use RDS at all?
> >
> > 3.
> > How did you disable/protect the CFMX Administrator for a production
> > environment?
> >
> > Thanks,
> > Troy
> >
> > Barney Boisvert wrote:
> >
> > > You can use separate jvm.config files for each server, just specify
> > > the file
> > > you want with the '-config' command line switch when
> > launching the server.
> > > I don't know how to do it on Windows, but it's a snap on
> > *nix, via a shell
> > > script.  Just check for jvm.config.<servername> and if it's
> > present, add a
> > > -config to the command line to execute.
> > >
> > > Cheers,
> > > barneyb
> > >
> > > > -----Original Message-----
> > > > From: Troy Simpson [mailto:[EMAIL PROTECTED]
> > > > Sent: Monday, June 28, 2004 4:51 PM
> > > > To: CF-Talk
> > > > Subject: Configuring Multiple instances of CFMX on JRUN
> > > >
> > > > I am following the instructions in this macromedia tech
> > document to
> > > > install a second CFusionMX instance:
> > > > http://www.macromedia.com/support/coldfusion/j2ee/cfmxj2ee_jru
> > > > n4_deploy.html#111739
> > > >
> > > > In the sections "Configuring JVM settings" it says to modify the
> > > > bin/jvm.config file with the following entry for java.class.path:
> > > >
> > > > cf_root/WEB-INF/cfusion/lib
> > > >
> > > > Well, I already have an entry for java.class.path which
> > > > references the
> > > > default cfusion server that was installed when JRun was installed.
> > > >
> > > > This confuses me.  I thought that multiple instances of
> > CFMX could be
> > > > ran under JRun, but it appears that the ./bin/jvm.config is
> > > > being used
> > > > by all CFMX instances.  Therefore it does not make sense to
> > > > add another
> > > > CLASSPATH for addition CFMX class libraries.
> > > >
> > > > What am I missing here???
> > > >
> > > > Troy
> > > >
> > > > --
> > > > Troy Simpson
> > > >    Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
> > > > North Carolina State University Libraries
> > > > Campus Box 7111 | Raleigh | North Carolina
> > > > ph.919.515.3855 | fax.919.513.3330
> > > > E-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > > >
> > >
> >
> >
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to