ColdFusion, ASP, etc with Zope/Plone
I am implementing a new site using Zope/Plone. This site replaces an old one built in ColdFusion. The problem that I am having is that a portion of our site (Our customer login area) will need to remain on ColdFusion for a while. Is their a method to get most things to Zope/Plone but certain folders to go to ColdFusion. Example: http://www.domain.com/Customer should go to ColdFusion and actual files on the server everything else at http://www.domain.com should feed into Zope I am running Windows Server 2003, IIS6, EnfoldProxy, Latest version of Zope 2. I am very new to Zope and Plone, so any help you can provide would be greatly appreciated. Thank You -- View this message in context: http://www.nabble.com/ColdFusion%2C-ASP%2C-etc-with-Zope-Plone-tf3084565.htm... Sent from the Zope - General mailing list archive at Nabble.com.
----- Original Message ----- From: "Murdock" <jeff.tilkes@softbrands.com>
I am implementing a new site using Zope/Plone. This site replaces an old one built in ColdFusion. The problem that I am having is that a portion of our site (Our customer login area) will need to remain on ColdFusion for a while.
Is their a method to get most things to Zope/Plone but certain folders to go to ColdFusion.
Example: http://www.domain.com/Customer should go to ColdFusion and actual files on the server everything else at http://www.domain.com should feed into Zope
Use reverse proxy www.apsis.ch/pound Use directive UrlGroup "Customer.*" HeadRequire Host "www.domain.com.*" BackEnd IP#_addr_coldfusion,port#_coldfusion,1 EndGroup
Thanks for the suggestion, I went to that site and I see that it only works on Unix-Like servers. I don't have any of those available in my environment. Jaroslav Lukesh wrote:
----- Original Message ----- From: "Murdock" <jeff.tilkes@softbrands.com>
I am implementing a new site using Zope/Plone. This site replaces an old one built in ColdFusion. The problem that I am having is that a portion of our site (Our customer login area) will need to remain on ColdFusion for a while.
Is their a method to get most things to Zope/Plone but certain folders to go to ColdFusion.
Example: http://www.domain.com/Customer should go to ColdFusion and actual files on the server everything else at http://www.domain.com should feed into Zope
Use reverse proxy www.apsis.ch/pound
Use directive
UrlGroup "Customer.*" HeadRequire Host "www.domain.com.*" BackEnd IP#_addr_coldfusion,port#_coldfusion,1 EndGroup
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- View this message in context: http://www.nabble.com/ColdFusion%2C-ASP%2C-etc-with-Zope-Plone-tf3084565.htm... Sent from the Zope - General mailing list archive at Nabble.com.
On Thu, Jan 25, 2007 at 05:31:28AM -0800, Murdock wrote:
Thanks for the suggestion, I went to that site and I see that it only works on Unix-Like servers. I don't have any of those available in my environment.
you could run vmware and put a linux instance there.
Jaroslav Lukesh wrote:
----- Original Message ----- From: "Murdock" <jeff.tilkes@softbrands.com>
I am implementing a new site using Zope/Plone. This site replaces an old one built in ColdFusion. The problem that I am having is that a portion of our site (Our customer login area) will need to remain on ColdFusion for a while.
Is their a method to get most things to Zope/Plone but certain folders to go to ColdFusion.
Example: http://www.domain.com/Customer should go to ColdFusion and actual files on the server everything else at http://www.domain.com should feed into Zope
Use reverse proxy www.apsis.ch/pound
Use directive
UrlGroup "Customer.*" HeadRequire Host "www.domain.com.*" BackEnd IP#_addr_coldfusion,port#_coldfusion,1 EndGroup
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- View this message in context: http://www.nabble.com/ColdFusion%2C-ASP%2C-etc-with-Zope-Plone-tf3084565.htm... Sent from the Zope - General mailing list archive at Nabble.com.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- David Bear phone: 602-496-0424 fax: 602-496-0955 College of Public Programs/ASU University Center Rm 622 411 N Central Phoenix, AZ 85007-0685 "Beware the IP portfolio, everyone will be suspect of trespassing"
Anyone know of any good open source or very low cost Reverse Proxies that will run on Windows Server? Jaroslav Lukesh wrote:
----- Original Message ----- From: "Murdock" <jeff.tilkes@softbrands.com>
I am implementing a new site using Zope/Plone. This site replaces an old one built in ColdFusion. The problem that I am having is that a portion of our site (Our customer login area) will need to remain on ColdFusion for a while.
Is their a method to get most things to Zope/Plone but certain folders to go to ColdFusion.
Example: http://www.domain.com/Customer should go to ColdFusion and actual files on the server everything else at http://www.domain.com should feed into Zope
Use reverse proxy www.apsis.ch/pound
Use directive
UrlGroup "Customer.*" HeadRequire Host "www.domain.com.*" BackEnd IP#_addr_coldfusion,port#_coldfusion,1 EndGroup
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- View this message in context: http://www.nabble.com/ColdFusion%2C-ASP%2C-etc-with-Zope-Plone-tf3084565.htm... Sent from the Zope - General mailing list archive at Nabble.com.
Murdock wrote:
Anyone know of any good open source or very low cost Reverse Proxies that will run on Windows Server?
Please trim your replies. Apache is what you're looking for. You've been pointed at the docs, further help can be found on #apache on irc.freenode.net cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
from scratch without google/sf/fm :o) 1. pound with linux and colinux kernel runtime on windows 2. pound with linux under vmware or old pre-M$ virtualPC on windows 3. pound under cygwin on windows 4. squid under windows 5. apache under windows 6. IIS - M$ ISA (?) ----- Original Message ----- From: "Murdock" <jeff.tilkes@softbrands.com>
Anyone know of any good open source or very low cost Reverse Proxies that will run on Windows Server?
Murdock wrote:
Example: http://www.domain.com/Customer should go to ColdFusion and actual files on the server everything else at http://www.domain.com should feed into Zope
I am running Windows Server 2003, IIS6, EnfoldProxy, Latest version of Zope 2.
Dunnoy what EnfoldPoxy is or how it works, but put Apache in front of the lot and use its rewrite rules. cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Can you point me to some good documentation that can get me up and running with Apache quickly, as well as how to use the rewrite rules? Thanks Chris Withers wrote:
Murdock wrote:
Example: http://www.domain.com/Customer should go to ColdFusion and actual files on the server everything else at http://www.domain.com should feed into Zope
I am running Windows Server 2003, IIS6, EnfoldProxy, Latest version of Zope 2.
Dunnoy what EnfoldPoxy is or how it works, but put Apache in front of the lot and use its rewrite rules.
cheers,
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- View this message in context: http://www.nabble.com/ColdFusion%2C-ASP%2C-etc-with-Zope-Plone-tf3084565.htm... Sent from the Zope - General mailing list archive at Nabble.com.
----- Original Message ----- From: "Murdock" <jeff.tilkes@softbrands.com> To: <zope@zope.org> Sent: Thursday, January 25, 2007 8:32 AM Subject: Re: [Zope] ColdFusion, ASP, etc with Zope/Plone
Can you point me to some good documentation that can get me up and running with Apache quickly, as well as how to use the rewrite rules?
http://httpd.apache.org/docs/2.2/misc/rewriteguide.html Jonathan
participants (5)
-
Chris Withers -
David Bear -
Jaroslav Lukesh -
Jonathan -
Murdock