WOW !!! I can't believe it.
If I was looking the code for years i wasn't able to see. Sorry for this stupid post and thank you very much Konstantin Mariano 2015-05-07 23:00 GMT+02:00 Konstantin Kolinko <[email protected]>: > 2015-05-07 19:29 GMT+03:00 Mariano López <[email protected]>: > > Hi all, I want to know all the aliases defined in <host> container in > > server.xml of Tomcat 7.0.61 > > > > My server.xml has the following configuration: > > > > .. > > <Service name="Catalina"> > > > > .. > > <Engine defaultHost="localhost" name="Catalina"> > > .. > > <Host appBase="webapps" autoDeploy="true" name="localhost" > > unpackWARs="true"> > > > > <alias>alias1.server</alias> > > <alias>alias2.server</alias> > > <alias>alias3.server</alias> > > <alias>alias4.server</alias> > > > You have no aliases defined with the above configuration, because XML > is a case-sensitive markup language. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
