| Auszug |
|---|
|
Nuclos sender form footer: Bundle.jar, Bundle.properties, footer.label, jar xf/cvf, extensions/server, installer, restart. |
Language: Deutsch · English
Maintain sender and form footer centrally via the language files of the Bundle.jar.
| Status |
|---|
| colour | Blue |
|---|
| title | Administrator |
|---|
|
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
Maintain sender & form footer centrally
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.
| Codeblock |
|---|
|
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.
| Codeblock |
|---|
|
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.
Related pages