I do not understand very well, if we did this configuration, (with a new IP for tomcat and one for IIS web app on the same server) :
we don't have to specify port number for IIS or Tomcat ? Can we fix tomcat's with by default 80 ? this configuration doesn't mess if we want to use ldap or ssl ? Is this kind of installation is best than only one ip, IIS on 80, tomcat on 8080 and isapi redirector 1.14 ? any helps welcome. On 9/2/05, Peter Crowther <[EMAIL PROTECTED]> wrote: > > > From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] > > I seem to remember when I was working with IIS some years > > ago, I could map > > multiple IP addresses to one instance of IIS, i.e., IIS could service > > multiple web sites for me, each web site having it's own, > > unique IP address. > > Is there a way to do this with Tomcat stand alone or is > > Apache Web Server or > > IIS required? > > Works fine with Tomcat. Modify your server.xml to have multiple > Services, each with its own set of innards like Connectors and Hosts, > and each with its own appbase. Then use > > address="numeric.ip.address.required" > > in each of the connector attributes to force a bind to just that IP > address for that connector. > > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html for the > details on Connector. > > - Peter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
