Andrew Conrad wrote: >Not sure of your version. I'm referring to 4.x > Yep, 4.0.1.
>The documentation says that the port is used for shutting down the >server only, and that the request MUST come from the local machine. >Meaning, to me, that it probably binds to the 127.0.0.1 Address, and >that specific port. > >If you trying to instantiate different websites,( www.domain1.com, >www.domain2.com,) try using the <Host> element. You can specify the >Address, port, Server Name, etc... > But what about for separate execution environments ($CATALINA_BASE)? We have several tomcat instances we want to test with different code levels, with separate 'clean' installations. If we ran out of a single CATALINA_HOME, Hosts would be the right way to do it, but we want to use separate BASEs (with separate JVMs, xerces.jars, for example).. Thanks! - Matt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
