I feel the biggest problem with JBoss is the lack of good administering tool but I'm not sure about JBoss AS5. I know the deal was that the server was free of charge.
And also console is heavy and consumes lot of memory. Any improvements made in new release?
JBoss AS 5.x comes with a new administration console (also known as Embedded Jopr). It is accessible via http://localhost:8080/admin (default userid/password is admin/admin)
And also console is heavy and consumes lot of memory.
Peter Johnson wrote:JBoss AS 5.x comes with a new administration console (also known as Embedded Jopr). It is accessible via http://localhost:8080/admin (default userid/password is admin/admin)
Peter Johnson wrote:JBoss AS 5.x comes with a new administration console (also known as Embedded Jopr). It is accessible via http://localhost:8080/admin (default userid/password is admin/admin)
Yes. You get it out of the box since the release 5.1.0 of the AS.
For earlier releases you have to download the Jopr project and install it.
kind regards
Francesco