Reference - IOM Properties

Table of Contents


Product Version

4.1

Product To Version


Status

Introduction

This guide is addressed to project developers to give them an overview about global IOM properties, which can be set in the context of projects.

Glossary

WordingDescription
CLICommand Line Interface
IOM

The abbreviation for Intershop Order Management

JBossSynonym for WildFly (former name of the WildFly application server)
OMSThe abbreviation for Order Management System, the technical name of IOM
URLUniform Resource Locator
WildFlyThe application server that IOM runs on

References

Cluster Properties

These properties are defined in src/etc/base/cluster.properties of IOM projects. Cluster properties are WildFly system properties, which define the global configuration of an IOM cluster. cluster.properties can only be defined globally at project level, there is no support for environment-specific settings.

Property
Description
Exemplary Value
is.oms.mail.external.fromThe sender address for external e-mails (e.g., e-mails sent to the shop customers).noreply@youraddress.com
is.oms.mail.businessoperations.toThe value of this property will be shown at OMT login-screen as contact information. There is no usage otherwise.businessoperations@youraddress .com
is.oms.validation.pattern.phoneValidation pattern for phone numbers. If not set, the default value will be used.(^$)|(^[+]?[0-9. ()/-]{8,25}$)
is.oms.validation.pattern.email

Validation pattern for e-mail addresses. If not set, the default value will be used.

Note

The character '\' in the regular expression requires an escaping (\ => \\). Otherwise, the property will not be set correctly.

Desired expression

^[A-Za-z0-9._%+-]+@[A-Za-z0-9][A-Za-z0-9.-]*\.[A-Za-z]{2,9}$

requires the following escaped expression

^[A-Za-z0-9._%+-]+@[A-Za-z0-9][A-Za-z0-9.-]*\\.[A-Za-z]{2,9}$

is.oms.validation.pattern.password

Validation pattern for passwords. If not set, the default value will be used.

Note

The character '\' in the regular expression requires an escaping (\ => \\). Otherwise, the property will not be set correctly.


Desired expression

^(?=[^\s]*[a-zA-Z])(?=[^\s]*[\d])[^\s]{8,}$

requires the following escaped expression

^(?=[^\\s]*[a-zA-Z])(?=[^\\s]*[\\d])[^\\s]{8,}$

is.oms.validation.pattern.password.hintThe displayed note where you can explain the password rules for OMT users can be customized.
If not set, the default value will be used.
The password must include a letter, a number and must contain at least 8 characters.


Disclaimer

The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.

The Intershop Customer Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Customer Support
Knowledge Base
Product Resources