WAS v8.5 > Secure applications and their environment

Secure the Liberty profile and its applications

This information applies to all types of application deployed on the Liberty profile. Security in the Liberty profile supports all the Servlet 3.0 security features and secured Java™ JMX connections. The following Liberty features are applicable to security in the Liberty profile:

To learn about how security works in the Liberty profile, see Liberty profile: Security.

There are several security configuration examples under the /templates/config directory of the server image for reference when configuring security for your applications on the Liberty profile.

Best practice: When you use the developer tools to configure the security on the Liberty profile, make sure the configuration created by the tools is similar to the examples in the ${wlp.install.dir}/templates/config directory of the server image. This directory includes examples of configuring some of the most common security features. If we see any differences in the configuration created by the developer tools and the examples, modify the configuration to fit the configuration in the examples for that feature.

See also


Parent topic: Using the Liberty profile as an application development environment


Related concepts:

Liberty profile: Security


|