Merge branch 'earname' into 'master'
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
Showing
with
72 additions
and
19 deletions
-
Please register or sign in to post a comment