On 01/06/2010 13:57, stefan.saye wrote:
> Using CATALINA_BASE:   /usr/share/tomcat6
> Using CATALINA_HOME:   /usr/share/tomcat6
> Using CATALINA_TMPDIR: /usr/share/tomcat6/temp
> Using JRE_HOME:        /usr
> Using CLASSPATH:       /usr/share/tomcat6/bin/bootstrap.jar
> Server version: Apache Tomcat/6.0.24
> Server built:   March 31 2010 0917
> Server number:  ...0
> OS Name:        Linux
> OS Version:     2.6.32-21-generic
> Architecture:   amd64
> JVM Version:    1.6.0_18-b18
> JVM Vendor:     Sun Microsystems Inc.

OK.

> Server.xml :
> 
> <?xml version='1.0' encoding='utf-8'?>
> <Server port="8005" shutdown="SHUTDOWN">

>   <Listener className="org.apache.catalina.core.JasperListener" />
>   <Listener
> className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
> /docs/non-existent.html -->
>   <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
> />
>   <Listener
> className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
>   <GlobalNamingResources>
>     <Resource name="UserDatabase" auth="Container"
>               type="org.apache.catalina.UserDatabase"
>               description="User database that can be updated and saved"
>               factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
>               pathname="conf/tomcat-users.xml" />
>   </GlobalNamingResources>
>   <Service name="Catalina">
>     <Connector port="8080" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                URIEncoding="UTF-8"
>                redirectPort="8443" />
>     <Engine name="Catalina" defaultHost="localhost">
>       <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
>              resourceName="UserDatabase"/>
>       <Host name="localhost"  appBase="webapps"
>             unpackWARs="true" autoDeploy="true"
>             xmlValidation="false" xmlNamespaceAware="false">
> 
>       </Host>
>     </Engine>
>   </Service>
> </Server>

OK

> Any idea ??

Can you answer the other two questions?


p

> -----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)
> 
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to