After having worked with GlassFish and Tomcat platforms for several years, I recently planned to quit them and learn the TomEE platform. I'll try to explain why and how.
This news is also available at http://www.dzone.com/links/(...).
Friday 22 March 2013
By Jonathan Lermitage on Friday 22 March 2013, 16:00
After having worked with GlassFish and Tomcat platforms for several years, I recently planned to quit them and learn the TomEE platform. I'll try to explain why and how.
This news is also available at http://www.dzone.com/links/(...).
Thursday 21 February 2013
By Jonathan Lermitage on Thursday 21 February 2013, 17:59
I have recently published a short tutorial about JAX-WS 2.0 Web Services (with Metro) development for Java beginners. You can download PDF and Word 2010 versions of this document.
Hope it will help beginners to start with Web Services ;)
Update :
An updated version is available in French : PDF and Word 2010. I'll provide synchronized (ENU-FRA) and reworked documents asap.
Wednesday 29 February 2012
By Jonathan Lermitage on Wednesday 29 February 2012, 19:25
GlassFish Server 3.1.2 has just been released. If you already have installed it, you probably tried to connect to the administration page from an other computer (in my case, GlassFish is installed on a dedicated server).
If you don't have modified security configuration, you must face a problem : you cannot login to GlassFish administration page, and it shows a message like Secure Admin must be enabled to access the DAS remotely
.
This kind of security rule is not new, but GlassFish 3.1.2 now enables it by default : you have to enable Secure Admin first to login remotely.
To activate Secure Admin, you only have to :
http://YourServerAddress:4848/). Note that you will be automatically redirected to the secured admin page
https://YourServerAddress:4848/. You can log in.
Nota : I have noticed that Secure Admin doesn't work if you have changed the default admin port (4848). To use an other admin port, you may have to make some additional configurations.
Latest comments