This is possible, though it'll take a little buggering about on your part. You'll have more luck asking a question like this on an Apache (or PWS) list: I don't know about PWS, but for Apache you need to be looking at the idea of virtual hosts -- there's a load of good docs/mailing list archives available from http://www..apache.org Also, you won't be able to have both of them running on the same port on the same machine (unless you have multiple IP addresses), so you'll have to set one of them up to use something other than the default port 80. That'll mean you have to address it as e.g http://pws:8080/webpages -- not sure if there's any way around this, though I would be somewhat surprised if there is.
You'll probably need to be taking a look at the hosts configuration file to set up your local aliases -- not sure where this is in Windows. Probably somewhere in c:\windows or wherever. -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Theo Starr Sent: Friday, November 02, 2001 3:37 AM To: [EMAIL PROTECTED] Subject: Apache and PWS (Maybe OT) Hi Everyone I know it is possible to have Apache and PWS running on the same machine but I find they clash where they are both running at the same time and you use "localhost" Is it possible to give one or both a different address such as "apache" and "pws" where both are exclusive addresses? such as http://apache/webpages and http://pws/webpages Has anyone tried this?? Theo Starr Almityand-Mega Multimedia WWW: http://www.ozemail.com.au/~almity1 email: [EMAIL PROTECTED] =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
