Language: Deutsch · English
Maintain sender and form footer centrally via the language files of the Bundle.jar.
HOW-TO ADMINISTRATOR STAND: JUL 2026 GILT FUER NUCLOS 4.2026.X
Auf dieser Seite
Sender and form footer are stored in the language files of the Bundle.jar (Bundle.properties, Bundle_de.properties, Bundle_en.properties). Advantage: central maintenance and regional specifics in one place.
cd <BundlePlace> jar xf <Nuclos-Home>/extensions/server/Bundle.jar
Open Bundle.properties, select the appropriate language entry (e.g. German) for the sender and edit it. The form footer consists of 7 properties (footer.label…). Don't forget to save.
cd <BundlePlace> jar cvf <Nuclos-Home>/extensions/server/Bundle.jar .
Run the installer again – only then are the features permanently available. Alternatively copy the JAR additionally to webapp/WEB-INF/lib and restart the server.