Posts

Showing posts from December, 2010

JBoss Remote Debug and Port Configuration

Image
Is quite common you need debug JBoss remotely, basically you may have an Linux server running it for Development or QA environment. In order to be able to debug JBoss in your machine you just need change one configuration file. Open the file $JBOSS_HOME \bin\run.conf in your favorite text editor an serach for this lines: # Sample JPDA settings for remote socket debugging # JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n" You new uncoment the last line, like the following sample: # Sample JPDA settings for remote socket debugging<br>JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"<br> The parameter address is the port that JBoss will be listing to remote debug. Now you can open eclipse an run and remote debug like the following sample: 1. Create a new Remote Java Application Debug configuration. 2. Select your project, remember that must be an EAR or WAR(You can use jar

TcheLinux 2010 - SOA Open Source

Image
No dia 04/12/2010 aconteceu o evento TcheLinux em Porto Alegre. Este evento não é focando em Linux mas em Open Source no geral. Eu palestrei sobre SOA utilizando tecnologias e frameworks Open Source. SOA Open Source View more presentations from Diego Pacheco .

Agile Day 2010 - Paring with the Queen

Em 20 de Novembro de 2010 eu participei do Agile Day 2010 Porto Alegre. O evento estava muito bom e de muito nível. Neste evento eu fiz um Lightning Talk sobre XP em projetos Offshore. Pairing with the queen View more presentations from Diego Pacheco .