RE: CFMX and .NET on the same computer?

2002-06-09 Thread Dave Watts

 Thanks, i havent used CFMX and wondered how the standalone 
 webserver was configured is this also used to configure the 
 standalone webserver?

No. CF MX doesn't need a connector for its built-in web server. There isn't
much configuration necessary for that - just install CF MX, choose
standalone, and it's up and running, on port 8500 by default. You can
change some things about the built-in web server, but I'm not sure how much
you can change; I'm sure that this is covered in the documentation, though.
I do know that the jrun.xml file allows you to specify things like is the
built-in web server on, or what port it listens at.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-08 Thread Kola Oyedeji

Thanks, i havent used CFMX and wondered how the standalone webserver was
configured is this also
used to configure the standalone webserver?

Kola

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]]
 Sent: 07 June 2002 15:14
 To: CF-Talk
 Subject: RE: CFMX and .NET on the same computer?
 
 
  What exactly is the wsconfig.exe utility?
 
 It's the configuration utility used to set up JRun connectors to your web
 servers. It's in your \CFusionMX\runtime\bin directory. If you
 select your
 web server when you install CF MX, it'll do this stuff automatically for
 you, but if you select the standalone option and later want to
 connect CF MX
 to your web server, you can run this.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 fax: (202) 797-5444
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-07 Thread Kola Oyedeji

Dave

What exactly is the wsconfig.exe utility?


Thanks


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: 06 June 2002 19:26
To: CF-Talk
Subject: RE: CFMX and .NET on the same computer?

 Thanks for the heads up. I'll be installing on Win2K Pro, 
 but will likely see similar problems. Maybe .Net needs to 
 be installed first? or Last? I've seen the order apps are 
 installed affect performance before. we'll see. But to 
 be on the safe side, I'll be Ghosting my installation to
 another hard drive before I do this...

I didn't have any real problems with either install, but I didn't
install CF
MX to use IIS, either. I set that up manually afterwards, and I'd
recommend
that approach for a development machine, since it gives you greater
control
over the final result. So, to sum up, I did this:

1. On Win2K, I installed CF 5.
2. Then, VS.NET and the .NET Framework.
3. Then, CF MX in standalone mode.
4. I created a separate virtual server in IIS for CF MX.
5. I ran the wsconfig.exe utility in \CfusionMX\runtime\bin to set up a
connector between CF MX and the specific IIS virtual server from (4).

On the other hand, you should be able to install CF MX, then .NET. The
only
issue I can think of is if both are configured to use the same IIS
virtual
server. Even that might work, for all I know.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-07 Thread Dave Watts

 What exactly is the wsconfig.exe utility?

It's the configuration utility used to set up JRun connectors to your web
servers. It's in your \CFusionMX\runtime\bin directory. If you select your
web server when you install CF MX, it'll do this stuff automatically for
you, but if you select the standalone option and later want to connect CF MX
to your web server, you can run this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-07 Thread Timothy Heald

I just finished installing VS.net.  I am wondering if there is a way around
having to uninstall it, then do cf, then reinstall VS?  I do not have CFMX
on this box yet.

Man, wish I had paid attention to these threads earlier :)

Tim Heald
ACP/CCFD :)
Application Development
www.schoollink.net

 -Original Message-
 From: Chris White [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 7:22 PM
 To: CF-Talk
 Subject: RE: CFMX and .NET on the same computer?


 I have installed .net and ColdFusionMX on 5 different Windows2000
 Servers.  If .net is on first either ColdFusion has problems installing
 or .net breaks.  I have uninstalled .net and IIS and then did the
 following:

 1.  Installed IIS
 2.  Applied IIS Security fix.
 3.  Installed ColdFusionMX
 4.  Installed .net framework.

 Every problem that I have had with .net has been a security issue.

 Chris

 Chris White
 Webmaster
 Gilbarco Inc.
 336-547-5397 phone
 336-547-5163 fax
 [EMAIL PROTECTED]
 www.gilbarco.com



 -Original Message-
 From: Shawn Grover [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 12:55 PM
 To: CF-Talk
 Subject: RE: CFMX and .NET on the same computer?


 Thanks for the heads up.  I'll be installing on Win2K Pro, but will
 likely see similar problems.  Maybe .Net needs to be installed first? or
 Last? I've seen the order apps are installed affect performance
 before. we'll see.  But to be on the safe side, I'll be Ghosting my
 installation to another hard drive before I do this...

 Shawn Grover

 -Original Message-
 From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 10:28 AM
 To: CF-Talk
 Subject: RE: CFMX and .NET on the same computer?


 Shawn,

 I have the 2 on my XP machine.  It was very frustrating getting IIS 6,
 CLR and CFMX to cooperate.  I installed Apache and it runs fine no.  No
 conflicts with CF or with .NET - IIS seems to have been the big issue.

 Mark

 -Original Message-
 From: Shawn Grover [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 11:20 AM
 To: CF-Talk
 Subject: CFMX and .NET on the same computer?


 I'm about to install the developers version of CFMX on my home computer,
 but also want to install the .Net Framework and MS Studio.NET.  Does
 anyone know of any problems I may encounter doing this?  Should I keep
 them seperate?

 Thanks in Advance.

 Shawn Grover




 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-07 Thread Dave Watts

 I just finished installing VS.net. I am wondering if there 
 is a way around having to uninstall it, then do cf, then 
 reinstall VS?  I do not have CFMX on this box yet.

I'd just go ahead and install CF MX and see what happens. It worked fine for
me. I'm not sure what problem Chris ran into. The only thing I did that I
thought might prevent a problem is I created a separate IIS virtual server
for CF MX, made sure that ASP.NET wasn't set up for it, installed CF MX as a
standalone server, then manually configured the JRun connector using
wsconfig.exe. All of this is detailed in the archive of the thread, I'm
sure.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-06 Thread Mark A. Kruger - CFG

Shawn,

I have the 2 on my XP machine.  It was very frustrating getting IIS 6, CLR
and CFMX to cooperate.  I installed Apache and it runs fine no.  No
conflicts with CF or with .NET - IIS seems to have been the big issue.

Mark

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 11:20 AM
To: CF-Talk
Subject: CFMX and .NET on the same computer?


I'm about to install the developers version of CFMX on my home computer, but
also want to install the .Net Framework and MS Studio.NET.  Does anyone know
of any problems I may encounter doing this?  Should I keep them seperate?

Thanks in Advance.

Shawn Grover


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-06 Thread Shawn Grover

Thanks for the heads up.  I'll be installing on Win2K Pro, but will likely
see similar problems.  Maybe .Net needs to be installed first? or Last?
I've seen the order apps are installed affect performance before. we'll
see.  But to be on the safe side, I'll be Ghosting my installation to
another hard drive before I do this...

Shawn Grover

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 10:28 AM
To: CF-Talk
Subject: RE: CFMX and .NET on the same computer?


Shawn,

I have the 2 on my XP machine.  It was very frustrating getting IIS 6, CLR
and CFMX to cooperate.  I installed Apache and it runs fine no.  No
conflicts with CF or with .NET - IIS seems to have been the big issue.

Mark

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 11:20 AM
To: CF-Talk
Subject: CFMX and .NET on the same computer?


I'm about to install the developers version of CFMX on my home computer, but
also want to install the .Net Framework and MS Studio.NET.  Does anyone know
of any problems I may encounter doing this?  Should I keep them seperate?

Thanks in Advance.

Shawn Grover



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-06 Thread Dave Watts

 Thanks for the heads up. I'll be installing on Win2K Pro, 
 but will likely see similar problems. Maybe .Net needs to 
 be installed first? or Last? I've seen the order apps are 
 installed affect performance before. we'll see. But to 
 be on the safe side, I'll be Ghosting my installation to
 another hard drive before I do this...

I didn't have any real problems with either install, but I didn't install CF
MX to use IIS, either. I set that up manually afterwards, and I'd recommend
that approach for a development machine, since it gives you greater control
over the final result. So, to sum up, I did this:

1. On Win2K, I installed CF 5.
2. Then, VS.NET and the .NET Framework.
3. Then, CF MX in standalone mode.
4. I created a separate virtual server in IIS for CF MX.
5. I ran the wsconfig.exe utility in \CfusionMX\runtime\bin to set up a
connector between CF MX and the specific IIS virtual server from (4).

On the other hand, you should be able to install CF MX, then .NET. The only
issue I can think of is if both are configured to use the same IIS virtual
server. Even that might work, for all I know.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMX and .NET on the same computer?

2002-06-06 Thread Chris White

I have installed .net and ColdFusionMX on 5 different Windows2000
Servers.  If .net is on first either ColdFusion has problems installing
or .net breaks.  I have uninstalled .net and IIS and then did the
following:

1.  Installed IIS
2.  Applied IIS Security fix.
3.  Installed ColdFusionMX
4.  Installed .net framework.

Every problem that I have had with .net has been a security issue.

Chris

Chris White
Webmaster
Gilbarco Inc.
336-547-5397 phone
336-547-5163 fax
[EMAIL PROTECTED]
www.gilbarco.com



-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 06, 2002 12:55 PM
To: CF-Talk
Subject: RE: CFMX and .NET on the same computer?


Thanks for the heads up.  I'll be installing on Win2K Pro, but will
likely see similar problems.  Maybe .Net needs to be installed first? or
Last? I've seen the order apps are installed affect performance
before. we'll see.  But to be on the safe side, I'll be Ghosting my
installation to another hard drive before I do this...

Shawn Grover

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 10:28 AM
To: CF-Talk
Subject: RE: CFMX and .NET on the same computer?


Shawn,

I have the 2 on my XP machine.  It was very frustrating getting IIS 6,
CLR and CFMX to cooperate.  I installed Apache and it runs fine no.  No
conflicts with CF or with .NET - IIS seems to have been the big issue.

Mark

-Original Message-
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 11:20 AM
To: CF-Talk
Subject: CFMX and .NET on the same computer?


I'm about to install the developers version of CFMX on my home computer,
but also want to install the .Net Framework and MS Studio.NET.  Does
anyone know of any problems I may encounter doing this?  Should I keep
them seperate?

Thanks in Advance.

Shawn Grover




__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists