Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-paperboy

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-paperboy

  • 2.8.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Default configuration directory used with info.magnolia.cms.servlets.MgnlServletContextListener.

Using the Magnolia PropertyInitializer you can easily bundle in the same webapp different set of configurations which are automatically applied dependending on the server name or the webapp name. By default the initializer will try to search for the file in different location with different combination of servername and webapp: the default fallback directory will be used if no other environment-specific directory has been added.

This is the list of location where the initializer will try to find a configuration file (can be overridden using the magnolia.initialization.file context parameter in WEB.xml);

  •  WEB-INF/config/${servername}/${webapp}/magnolia.properties,
    
  •  WEB-INF/config/${servername}/magnolia.properties,
    
  •  WEB-INF/config/${webapp}/magnolia.properties,
    
  •  WEB-INF/config/default/magnolia.properties,
    
  •  WEB-INF/config/magnolia.properties
    

Keywords

FAQs

Package last updated on 28 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc