[ 
https://issues.apache.org/jira/browse/TOMEE-3814?focusedWorklogId=728468&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728468
 ]

ASF GitHub Bot logged work on TOMEE-3814:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Feb/22 19:35
            Start Date: 16/Feb/22 19:35
    Worklog Time Spent: 10m 
      Work Description: cesarhernandezgt commented on pull request #815:
URL: https://github.com/apache/tomee/pull/815#issuecomment-1042090656


   Thank you @rzo1  for the review. I discovered that this server.xml's are 
part of the boom generation. So I'll close this PR in favor of 
https://github.com/apache/tomee/pull/816 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 728468)
    Time Spent: 20m  (was: 10m)

> Commented SSL Connector fix for tomee server.xml 
> -------------------------------------------------
>
>                 Key: TOMEE-3814
>                 URL: https://issues.apache.org/jira/browse/TOMEE-3814
>             Project: TomEE
>          Issue Type: Documentation
>    Affects Versions: 8.0.8
>            Reporter: Cesar Hernandez
>            Assignee: Cesar Hernandez
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Current server.xml contains the following commented out SSL connector:
>  
> {code:java}
>     <!--
>     <Connector port="8443" 
> protocol="org.apache.coyote.http11.Http11NioProtocol"
>                maxThreads="150" SSLEnabled="true">
>         <SSLHostConfig>
>             <Certificate certificateKeystoreFile="conf/localhost-rsa.jks"
>                          type="RSA" xpoweredBy="false" server="Apache TomEE" 
> />
>         </SSLHostConfig>
>     </Connector>
>     -->
> {code}
>  
>  
> The configuration for 
> {code:java}
> xpoweredBy="false" server="Apache TomEE{code}
>  is misleading since for this to work needs to be set in the "Connector" tag:
>  
>  
> {code:java}
>  <!-- <Connector port="8443" 
> protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="150" 
> SSLEnabled="true" xpoweredBy="false" server="Apache TomEE"> <SSLHostConfig> 
> <Certificate certificateKeystoreFile="conf/localhost-rsa.jks" type="RSA"/> 
> </SSLHostConfig> </Connector> 
> -->
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to