How do we configure tomcat on IPv6 machine?

2010-06-01 Thread stefan.saye
Hi,

I have install tomcat 6 and check my pc have support ipv6 . I can see It
works! page through  http://127.0.0.1 :8080 http://127.0.0.1%20:8080 ,
but I can't 

See the page through my ipv6 address ?

   How do we configure tomcat on IPv6 machine? What changes need to be done?

I am install tomcat 6

 

Thanks,

Tomcat user !

 

*



RE: FW: How do we configure tomcat on IPv6 machine?

2010-06-01 Thread stefan.saye
=localhost jvmRoute=jvm1
--
Engine name=Catalina defaultHost=localhost

  !--For clustering, please take a look at documentation at:
  /docs/cluster-howto.html  (simple how to)
  /docs/config/cluster.html (reference documentation) --
  !--
  Cluster className=org.apache.catalina.ha.tcp.SimpleTcpCluster/
  --

  !-- The request dumper valve dumps useful debugging information about
   the request and response data received and sent by Tomcat.
   Documentation at: /docs/config/valve.html --
  !--
  Valve className=org.apache.catalina.valves.RequestDumperValve/
  --

  !-- This Realm uses the UserDatabase configured in the global JNDI
   resources under the key UserDatabase.  Any edits
   that are performed against this UserDatabase are immediately
   available for use by the Realm.  --
  Realm className=org.apache.catalina.realm.UserDatabaseRealm
 resourceName=UserDatabase/

  !-- Define the default virtual host
   Note: XML Schema validation will not work with Xerces 2.2.
   --
  Host name=localhost  appBase=webapps
unpackWARs=true autoDeploy=true
xmlValidation=false xmlNamespaceAware=false

!-- SingleSignOn valve, share authentication between web
applications
 Documentation at: /docs/config/valve.html --
!--
Valve className=org.apache.catalina.authenticator.SingleSignOn /
--

!-- Access log processes all example.
 Documentation at: /docs/config/valve.html --
!--
Valve className=org.apache.catalina.valves.AccessLogValve
directory=logs
   prefix=localhost_access_log. suffix=.txt pattern=common
resolveHosts=false/
--

  /Host
/Engine
  /Service
/Server



Any idea ??


-Original Message-
From: Pid [mailto:p...@pidster.com] 
Sent: Tuesday, June 01, 2010 8:39 PM
To: Tomcat Users List
Subject: Re: FW: How do we configure tomcat on IPv6 machine?

On 01/06/2010 13:19, stefan.saye wrote:

 Hi,
 
 I have install tomcat 6 and check my pc have support ipv6 . I can see It
 works! page through  http://127.0.0.1 :8080 http://127.0.0.1%20:8080 ,
 but I can't 
 
 See the page through my ipv6 address ?
 
How do we configure tomcat on IPv6 machine? What changes need to be
done?
 
 I am install tomcat 6
 
 Thanks,
 
 Tomcat user !

Tomcat 6.0.what?  JVM, OS?

What is your Connector config in server.xml?

Which ipv6 address are you trying?

Which browser are you using?


p


(P.S. Sending two identical emails 8 minutes apart is not necessary)




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org