1. 05 Apr, 2015 2 commits
    • Merge branch 'earname' into 'master' · 013a91c1
      java melody to correct place
      
      Java melody has been included in each web projects lib-directory, which is wrong way to monitor application with multiple web-modules.
      The correct way is to include JAR in ear project and add melody as a module to EARs application.xml and then add melody filter to each web-modules web.xml.
      
      Downside in this approach is that because eclipse is stupid and unpacks automatically only projects which are found from the workspace, either melody has to be added to workspace or all modules have to be packed and left for glassfish to unpack. If glassfish unpacks the project eclipse has to deploy the whole application each time any resource is updated instead of updating just changed files.
      
      Property for packed JAR deployment for glassfish can be found from doubleclicking the glassfish instance from 'servers' tab. Under 'Application Server' select 'open server properties page...'. Select 'glassfish' and check 'use jar archives for deployment'
      
      See merge request !272
      Tuukka Kivilahti committed
  2. 02 Apr, 2015 5 commits
  3. 01 Apr, 2015 11 commits
  4. 30 Mar, 2015 1 commit
  5. 29 Mar, 2015 21 commits