0

We have here an application developed using Java EE 5 stack (using JSF, RichFaces, EJB, JPA, Hibernate, JAAS) that runs inside Glassfish 3.1! The thing is we are in need to run it as an installable deploy (actually many deploys =]).

My question is: What can we do to have the smallest footprint for the system?

I've already studied about:

  • uninstalling thing through upgrade tool (e.g. the admin parts),
  • run the application using embedded glassfish (but using the already existent domain),
  • configuring domain.xml to erase features (but at a trial and error way),
  • found some work on how to configure glassfish for production environment.

But as the system will be used by one user at a time, I would like to listen from you about options in this environment.

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140
Nigini
  • 454
  • 1
  • 5
  • 16
  • you may want to read up on 'GlassFish embedded'... http://www.google.com/search?q=glassfish+embedded. I think it may fit your needs better than taking an installed GF and stripping out features. – vkraemer May 30 '11 at 14:53
  • Thanks @vkraemer . I already can run the system with embedded glassfish v3.1 (with a little problem at mac platform: http://stackoverflow.com/questions/6478680/). But I rewrote the question because I think it can be a good one. – Nigini Jun 26 '11 at 16:10

0 Answers0