• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Size of deployed WAR file and JBOSS performance.

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Sorry, if this is a silly question.

But I would like to know the effect on JBOSS performance with respect to the size of the deployed WAR file. We have a huge WAR file in our production server(keeps on increasing due to exported files dumped inside its subfolder) and wonder if the increasing size of the WAR folder adversely affects the jboss performance.

Any suggestions on this topic would be greatly appreciated.

Thank You
Lochan
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What kind of files? I have no idea what "exported files" is referring to. If they are not class files or configuration files or other files that need to be processed to deploy or run the application (in other words, if they are purely static files such as documents or images), then there should be no noticeable performance hit.
 
lochan serma
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Pete,

Thank You so much for your valuable suggestion. Just wanted to know if Jboss Deployment scanner would scan those static files too, placed inside the deploy folder. Or is it that the scanner scans only for the jsp and other dynamic files.

You were correct, I was talking about static files.

Thank You
Lochan
reply
    Bookmark Topic Watch Topic
  • New Topic