They meant that you can use port 80 for one web server, and (for example) port 8080 for the other.
However port 80 is the "normal" port for HTTP (web services). This means that urls such as: http://some.server/some.file will be picked up by the web server listening on port 80. To query the web server listening on port 8080 for the same page the url will be: http://some.server:8080/some.file Please can you tell us why you need Apache to run on the same box as IIS? It it so that you can run JSP's and Servlets as well as ASP's ? Cheers Adrian > -----Original Message----- > From: Anoop Kumar V [SMTP:[EMAIL PROTECTED]] > Sent: 03 July 2002 11:10 > To: [EMAIL PROTECTED] > Subject: Re: IIS and Apache > > About port separation.. it was not my original idea. > > >You can separate port number (normally "80" for web-services) for each > web > >server. > > > >Regards, > > > >Ichi Watanab. > > This was the message which sent me hoping that such a thing is possible.. > maybe > Ichi Watanab can clarify this separation issue. > > -anoop > > -----Original Message----- > From: Adrian Janssen [ <mailto:[EMAIL PROTECTED]>] > Sent: Wednesday, July 03, 2002 2:09 PM > To: [EMAIL PROTECTED] > Subject: Re: IIS and Apache > > > here is a better link (previous was the build link - bit cryptic) > > <http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk2.html> > > > > -----Original Message----- > > From: Adrian Janssen > > Sent: 03 July 2002 10:36 > > To: [EMAIL PROTECTED] > > Subject: Re: IIS and Apache > > > > or for the later coyote connecter: > > > > > <http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release > /> > > v1 > > .0-rc2/ > > > > > -----Original Message----- > > > From: Adrian Janssen > > > Sent: 03 July 2002 10:20 > > > To: [EMAIL PROTECTED] > > > Subject: Re: IIS and Apache > > > > > > If you want to use Tomcat (to handle JSP's) with IIS this is possible. > > > > See: > > > > > > > <http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html> > > > > > > > > > > > > > -----Original Message----- > > > > From: Anoop Kumar V [SMTP:[EMAIL PROTECTED]] > > > > Sent: 03 July 2002 09:57 > > > > To: [EMAIL PROTECTED] > > > > Subject: Re: IIS and Apache > > > > > > > > so do you mean to say that there is no such thing as port > separation? > > I > > > > was excited at that option. > > > > I checked out < <http://httpd.apache.org/docs/>> but i hvnt yet > found > > any > > > > part of the doc that talks abt this. > > > > Can somebody tell me a more specific link. > > > > > > > > -anoop > > > > > -- It is the strict policy of Truworths that its e-mail facility and all e-mail communications emanating therefrom, should be utilised for business purposes only and should conform to high professional and business standards. Truworths has stipulated certain regulations in terms whereof strict guidelines relating to the use and content of e-mail communications are laid down. The use of the Truworths e-mail facility is not permitted for the distribution of chain letters or offensive mail of any nature whatsoever. Truworths hereby distances itself from and accepts no liability in respect of the unauthorised use of its e-mail facility or the sending of e-mail communications for other than strictly business purposes. Truworths furthermore disclaims liability for any unauthorised instruction for which permission was not granted. Truworths Limited accepts no liability for any consequences arising from or as a result of reliance on this message unless it is in respect of bona fide Truworths business for which proper authorisation has been granted. Any recipient of an unacceptable communication, a chain letter or offensive material of any nature is requested to notify the Truworths e-mail administrator ([EMAIL PROTECTED]) immediately in order that appropriate action can be taken against the individual concerned. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
