SAVERIO FERRARO schrieb:

> But when I put the ipv6 address to access my application, like this:
> 
> <Host name="[2001:db8:290c:1291::1]" appBase="webapps"
>        unpackWARs="true" autoDeploy="true"
>        xmlValidation="false" xmlNamespaceAware="false">
> 
> Tomcat doesn't work!

What exactly does "Tomcat doesn't work" mean (error message, stacktrace,
log, ...)?

Have you tried setting the address without the braces, i. e.
<Host name="2001:db8:290c:1291::1"
?

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to