Thanks Ognjen!

1. Did I understand correctly:

- You are able to access your Tomcat server using HTTPS over IPv6.

- If you do not add "protocol" attribute to your HTTP connector, you are
unable to access Tomcat server using HTTP.

- After you add "protocol" attribute everything works as expected.

Right? What about IPv4? Do you use it? Is it similar situation when you use
IPv4 (works only when you add "protocol" attribute)? Are you sure that IPv6
protocol is being used? Do you access your server using hostname or IP
address?
----------------------------------------------------------------------------------------------------------------------------------------

Your are right, the same change works for IPv4 environment (i.e. RHEL)


2. Your access to HTTP might be blocked due to:

a. Wrong URL (you must use port 8080)

b. Network/OS firewall (port 8080 is blocked) -- check with telnet
server.example.com 8080, does it work? Repeat the same using IPv6 address,
does it work?

c. Tomcat not starting on port 8080 -- check log files for entry 'INFO:
Initializing ProtocolHandler ["http-bio-8080"]', are there any errors? If
log files look OK, and they have no errors, also check access log. Do you
see entry for requested URL there? What does it look like?
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Since , the same change works for IPv4 environment (i.e. RHEL), we don't
have issues mentioned.

So I would like to know whether the change can be incorporated to
server.xml, if not please let me know solution/workaround.

Regards,
Geett

On Wed, Mar 6, 2013 at 4:42 PM, Ognjen Blagojevic <
ognjen.d.blagoje...@gmail.com> wrote:

> Geett,
>
>
> On 6.3.2013 11:37, Geett Chanddra Singha wrote:
>
>> - what version of Tomcat (x.y.z) you are using
>>    - *Tomcat Version 6.0.035*
>>
>>
>> - under what version of Java
>>    - *Java version 1.6.033*
>> *
>>
>> *
>> - under what platform O.S.
>>   - *Windows and Linux*
>>
>
>
> 1. Did I understand correctly:
>
> - You are able to access your Tomcat server using HTTPS over IPv6.
>
> - If you do not add "protocol" attribute to your HTTP connector, you are
> unable to access Tomcat server using HTTP.
>
> - After you add "protocol" attribute everything works as expected.
>
> Right? What about IPv4? Do you use it? Is it similar situation when you
> use IPv4 (works only when you add "protocol" attribute)? Are you sure that
> IPv6 protocol is being used? Do you access your server using hostname or IP
> address?
>
>
> 2. Your access to HTTP might be blocked due to:
>
> a. Wrong URL (you must use port 8080)
>
> b. Network/OS firewall (port 8080 is blocked) -- check with telnet
> server.example.com 8080, does it work? Repeat the same using IPv6
> address, does it work?
>
> c. Tomcat not starting on port 8080 -- check log files for entry 'INFO:
> Initializing ProtocolHandler ["http-bio-8080"]', are there any errors? If
> log files look OK, and they have no errors, also check access log. Do you
> see entry for requested URL there? What does it look like?
>
> -Ognjen
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@tomcat.**apache.org<users-unsubscr...@tomcat.apache.org>
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Thanks & Regards
Geett Chanddra Singha

Reply via email to