quinta-feira, 1 de agosto de 2013

SCJP mock exam FREE!!

Olá,

Estou estutando para SCJP e procurando na net por simulados. Encontrei um site com simulados WEB e FREE. Você consegue selecionar o assunto dos testes, tempo de duração e mais algumas configurações.. e melhor ainda.. você consegue pausar e continuar a prova depois!


http://scjptest.com

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