Thanks Dave, That's certainly a quick-fix I can do on Monday. But longer-term I'm loathe to turn off IIS in case they need it for other things - we're bypassing it, but that doesn't mean that other stuff they use will do the same. Ours is an intranet product for Doctors' practices and they tend to get all sorts of programs and utilities on their servers from different sources! :-) I could try to configure Zope to run behind IIS, but all the documentation and how-to's I've seen look extremely complicated, and seem to suggest it would give a significantly slower response. Cheers, Jon
-----Original Message----- From: David Thibault [mailto:dthibault@esperion.com] Sent: 08 February 2002 14:24 To: 'Jon Edwards'; Zope - mailing list Subject: RE: [Zope] Zope clashing with Jana Proxy server on intranet?
Just run Zope on port 80 and turn off IIS if you're not using it (turning off IIS would be a good idea anyway, given the dozens of security holes). Go edit start.bat and add -w 80 to the startup parameters.
Dave