terça-feira, 30 de julho de 2013

Configuration HTTPs JBoss 7x

Hi,

This post is about how to set https over JBoss 7x. The new Jboss architecture is most simply than old versions. Basically the all configuration is location in "${JBOSS_HOME}\standalone\configuration\standalone.xml"

Add these lines below in ${JBOSS_HOME}\standalone\configuration\standalone.xml:

    

If you need change https port for default https port (443), change the line below in the same file ${JBOSS_HOME}\standalone\configuration\standalone.xml"


So, the next post I will talk about how to generate a self-signed digital certificate.

quinta-feira, 25 de julho de 2013

Alterando Locale default JBoss

Olá.

Dica rápida, para alterar o Locale do JBoss basta adicionar os seguintes argumentos ao seu JBoss

-Duser.country=BR -Duser.language=pt  
Abraço e até a próxima