almost there.. I followed this excellent post:
http://skytteren.blogspot.com/2009/05/installing-glassfish-v3-on-ubuntu.html
and now it works and I deployed Hudson.war with success.. but after
accessing it I got the following error:
http://fgaucho.dyndns.org:8080/hudson/
java.lang.InternalError: Can't connect to X11 window server using
':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:52)
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:155)
So, how to set this parameter on V3 ? or any other one I may use for
better performance and memory consume ....
I am getting close :) my goal is to blog the steps this weekend.......
* and thanks to Stein Kåre Skytteren for the excellent reference on Ubuntu.....