RE: O'Reilly Website Pro

2000-12-07 Thread Philip Arnold - ASP

 I have searched through the archives and I have seen
 other conversations about this topic, but I have a little
 different twist on it.

I already have all the scripts running that add/edit/delete
 mappings and identities into the registry and all directories
 are created.  All I need is either a command line argument, or
 something that will tell website pro to update with the new
 registry settings. I know that there is a tag cfx_website, but
 that has too much functionality, and if I could just find the
 command line, that would be awesome!!

You should really join the Website-Talk list (available from the WebsitePro
website), but Shiloh is probably the man to speak to - www.shanje.com

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: O'Reilly Website Pro

2000-12-07 Thread Howie Hamlin

Here's an excerpt from a mail I saved a while back...

==
Here are the steps:
1) Connect to HKEY_LOCAL_MACHINE\SOFTWARE\Denny\WebServer\CurrentVersion
2) Read RevNumber
3a) Increment RevNumber by one if you want WSP to reread when idle
OR
3b) If you want WSP to reread immediately, add H8000 to RevNumber
4) Write RevNumber back
5) Disconnect from the registry

==

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server

- Original Message - 
From: "Thomas Brown" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, December 06, 2000 11:15 PM
Subject: O'Reilly Website Pro


 All,
 
 I have searched through the archives and I have seen
 other conversations about this topic, but I have a little
 different twist on it.
 
I already have all the scripts running that add/edit/delete
 mappings and identities into the registry and all directories
 are created.  All I need is either a command line argument, or
 something that will tell website pro to update with the new
 registry settings. I know that there is a tag cfx_website, but
 that has too much functionality, and if I could just find the 
 command line, that would be awesome!!
 
 Thanks,



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: O'Reilly Website

2000-10-02 Thread Dave Watts

 Know of anything like this that runs on IIS ???

You can manipulate IIS through the ADSI interface, which is what's used by
the HTML Administrator that comes with IIS. You can call ADSI through
Windows Script Host; there are a bunch of sample WSH files for administering
IIS that get installed by default with IIS. I think they're in the
"adminscripts" directory.

In addition, there are third-party products which make this a little easier.
I believe Lewis Sellers has a CFX for this at
http://www.intrafoundation.org/.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: O'Reilly Website

2000-09-28 Thread W Luke

Found a tag related to this myself, if anyone else is interested:

http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3476BA-2830-11D4-AA
9700508B94F380method=Full

Cheers

Will
- Original Message -
From: "W Luke" [EMAIL PROTECTED]
Newsgroups: cf-talk
Sent: Monday, September 25, 2000 11:16 AM
Subject: O'Reilly Website


 Hi,

 My latest task given to me by my Boss is a little complicated (for me,
 anyhow).  I've got to Automate the entry of Domains onto the server via a
 nice Web Interface - at the moment we are using O'Reilly's Website
 Professional version 2.4.

 I presume, although I don't *know* for certain, that this is a
cfregistry
 thing.  If anyone has done this, or something similar, any tips or hints
 would be much appreciated.

 Cheers all

 Will

 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: O'Reilly Website

2000-09-25 Thread Aaron Johnson

Will,

Check out: http://shiloh.shanje.com/utils/adddomain/

This util allows the web server admin to add domains from the command line.
This util could also be used as part of a larger script to fully automate
the setup of new clients. This util works with WebSite Pro 2 and might work
with WebSite Pro 1.1, but this util has never been tested with WebSite Pro
1.1.


Aaron

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 3:17 AM
To: CF-Talk
Subject: O'Reilly Website


Hi,

My latest task given to me by my Boss is a little complicated (for me,
anyhow).  I've got to Automate the entry of Domains onto the server via a
nice Web Interface - at the moment we are using O'Reilly's Website
Professional version 2.4.

I presume, although I don't *know* for certain, that this is a cfregistry
thing.  If anyone has done this, or something similar, any tips or hints
would be much appreciated.

Cheers all

Will


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: O'Reilly Website

2000-09-25 Thread Joshua Miller

Know of anything like this that runs on IIS ???

Joshua Miller
Web Site Development
Eagle Technologies Group
Business Solutions for the Next Generation
www.eagletgi.com
[EMAIL PROTECTED]



-Original Message-
From: Aaron Johnson [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 10:50 AM
To: CF-Talk
Subject: RE: O'Reilly Website


Will,

Check out: http://shiloh.shanje.com/utils/adddomain/

This util allows the web server admin to add domains from the command line.
This util could also be used as part of a larger script to fully automate
the setup of new clients. This util works with WebSite Pro 2 and might work
with WebSite Pro 1.1, but this util has never been tested with WebSite Pro
1.1.


Aaron

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 3:17 AM
To: CF-Talk
Subject: O'Reilly Website


Hi,

My latest task given to me by my Boss is a little complicated (for me,
anyhow).  I've got to Automate the entry of Domains onto the server via a
nice Web Interface - at the moment we are using O'Reilly's Website
Professional version 2.4.

I presume, although I don't *know* for certain, that this is a cfregistry
thing.  If anyone has done this, or something similar, any tips or hints
would be much appreciated.

Cheers all

Will


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: O'Reilly Website

2000-09-25 Thread Aaron Johnson

http://www.intrafoundation.com/intranethostingtoolkit.html#iis

The purpose of CFX_IIS is to allow basic control over IIS ftp and web
services ala the IIS Microsoft Management Console.

Lewis Sellers, who wrote this tag, is on this list.  Ask him for more
information if you want.

Aaron


-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 8:19 AM
To: CF-Talk
Subject: RE: O'Reilly Website


Know of anything like this that runs on IIS ???

Joshua Miller
Web Site Development
Eagle Technologies Group
Business Solutions for the Next Generation
www.eagletgi.com
[EMAIL PROTECTED]



-Original Message-
From: Aaron Johnson [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 10:50 AM
To: CF-Talk
Subject: RE: O'Reilly Website


Will,

Check out: http://shiloh.shanje.com/utils/adddomain/

This util allows the web server admin to add domains from the command line.
This util could also be used as part of a larger script to fully automate
the setup of new clients. This util works with WebSite Pro 2 and might work
with WebSite Pro 1.1, but this util has never been tested with WebSite Pro
1.1.


Aaron

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 3:17 AM
To: CF-Talk
Subject: O'Reilly Website


Hi,

My latest task given to me by my Boss is a little complicated (for me,
anyhow).  I've got to Automate the entry of Domains onto the server via a
nice Web Interface - at the moment we are using O'Reilly's Website
Professional version 2.4.

I presume, although I don't *know* for certain, that this is a cfregistry
thing.  If anyone has done this, or something similar, any tips or hints
would be much appreciated.

Cheers all

Will


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: O'Reilly Website

2000-09-25 Thread W Luke

That's useful, thanks Aaron.

Will

- Original Message -
From: "Aaron Johnson" [EMAIL PROTECTED]
Newsgroups: cf-talk
Sent: Monday, September 25, 2000 3:50 PM
Subject: RE: O'Reilly Website


 Will,

 Check out: http://shiloh.shanje.com/utils/adddomain/

 This util allows the web server admin to add domains from the command
line.
 This util could also be used as part of a larger script to fully automate
 the setup of new clients. This util works with WebSite Pro 2 and might
work
 with WebSite Pro 1.1, but this util has never been tested with WebSite Pro
 1.1.


 Aaron

 -Original Message-
 From: W Luke [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 25, 2000 3:17 AM
 To: CF-Talk
 Subject: O'Reilly Website


 Hi,

 My latest task given to me by my Boss is a little complicated (for me,
 anyhow).  I've got to Automate the entry of Domains onto the server via a
 nice Web Interface - at the moment we are using O'Reilly's Website
 Professional version 2.4.

 I presume, although I don't *know* for certain, that this is a
cfregistry
 thing.  If anyone has done this, or something similar, any tips or hints
 would be much appreciated.

 Cheers all

 Will

 --
--
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.


 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: O'Reilly Website

2000-09-25 Thread Benjamin S. Rogers

There are some sample .vbs utilities that are installed by default into the
\winnt\system32\inetsrv\adminsamples\ directory. The command line utility
mkw3site.vbs will do this.

-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 11:19 AM
To: CF-Talk
Subject: RE: O'Reilly Website


Know of anything like this that runs on IIS ???

Joshua Miller
Web Site Development
Eagle Technologies Group
Business Solutions for the Next Generation
www.eagletgi.com
[EMAIL PROTECTED]



-Original Message-
From: Aaron Johnson [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 10:50 AM
To: CF-Talk
Subject: RE: O'Reilly Website


Will,

Check out: http://shiloh.shanje.com/utils/adddomain/

This util allows the web server admin to add domains from the command line.
This util could also be used as part of a larger script to fully automate
the setup of new clients. This util works with WebSite Pro 2 and might work
with WebSite Pro 1.1, but this util has never been tested with WebSite Pro
1.1.


Aaron

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 3:17 AM
To: CF-Talk
Subject: O'Reilly Website


Hi,

My latest task given to me by my Boss is a little complicated (for me,
anyhow).  I've got to Automate the entry of Domains onto the server via a
nice Web Interface - at the moment we are using O'Reilly's Website
Professional version 2.4.

I presume, although I don't *know* for certain, that this is a cfregistry
thing.  If anyone has done this, or something similar, any tips or hints
would be much appreciated.

Cheers all

Will


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: O'Reilly Website

2000-09-25 Thread lsellers


 There are some sample .vbs utilities that are installed by 
 default into the
 \winnt\system32\inetsrv\adminsamples\ directory. The command line utility
 mkw3site.vbs will do this.

Ssh. ;-)

You meant to say they should use CFX_IIS didn't you? :)

--min

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.