Skip to content

Commit

Permalink
Atualizacao
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvaamonde committed Sep 3, 2024
1 parent bac7be4 commit 7f35f5b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions conf/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
# e Certificados Assinados utilizando o OpenSSL
# Comando para a geração do certificado do Tomcat SSL/TLS não assinado pela CA
# keytool -genkey -alias tomcat -keyalg RSA -keystore /opt/tomcat/conf/tomcat10.jks
# Descomentar as linhas abaixo depois de configurar o TLS/SSL do Apache Tomcat
# Descomentar as linhas abaixo depois de configurar o TLS/SSL do Apache Tomcat
-->
<!--
<Connector
port="8443"
protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150"
SSLEnabled="true">
<SSLHostConfig>
<Certificate
type="RSA"
certificateKeystoreFile="/opt/tomcat/conf/tomcat10.jks"
certificateKeystorePassword="pti@2018" />
</SSLHostConfig>
</Connector>
-->
<!--
<Connector
port="8443"
protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150"
SSLEnabled="true">
<SSLHostConfig>
<Certificate
type="RSA"
certificateKeystoreFile="/opt/tomcat/conf/tomcat10.jks"
certificateKeystorePassword="pti@2018" />
</SSLHostConfig>
</Connector>
-->

<Engine name="Catalina" defaultHost="localhost">
<Engine name="Catalina" defaultHost="localhost">
<Realm className="org.apache.catalina.realm.LockOutRealm">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase"/>
Expand Down

0 comments on commit 7f35f5b

Please sign in to comment.