+

Search Tips   |   Advanced Search

Configuration document descriptions

Most configuration documents have XML content. The table describes the documents and states whether we can edit them using an administrative tool or must edit them directly.

If possible, edit a configuration document using the administrative console because it validates any changes that we make to configurations. We can also use one of the other administrative tools (wsadmin or Java APIs) to modify configuration documents. Using the administrative console or wsadmin scripting to update configurations is less error prone and likely quicker and easier than other methods.

However, we cannot edit some files using the administrative tools. Configuration files that we must edit manually have an X in the Manual editing required column in the table that follows.


Document descriptions

Configuration file Locations Purpose Manual editing required
admin-authz.xml config/cells/cell/ Define a role for administrative operation authorization.
app.policy config/cells/cell/nodes/node/ Define security permissions for application code. X
cell.xml config/cells/cell/ Identify a cell.
cluster.xml config/cells/cell/clusters/cluster/ Identify a cluster and its members and weights. Only available with the WAS ND.

deployment.xml config/cells/cell/applications/app/ Configure application deployment settings such as target servers and application-specific server configuration.
filter.policy config/cells/cell/ Specify security permissions to be filtered out of other policy files. X
integral-jms-authorizations.xml config/cells/cell/ Provide security configuration data for the integrated messaging system. X
library.policy config/cells/cell/nodes/node/ Define security permissions for shared library code. X
multibroker.xml config/cells/ cell/ Configure a data replication message broker.
namestore.xml config/cells/cell/ Contains data for persistent name bindings added and updated through JNDI. Entries in this file are removed through JNDI unbind and deleteSubcontext operations. Do not manually edit this file.
naming-authz.xml config/cells/cell/ Define roles for a naming operation authorization.
node.xml config/cells/cell/nodes/node/ Identify a node.
pmirm.xml config/cells/ cell/ Configure PMI request metrics. X
resources.xml config/cells/cell/
config/cells/cell/nodes/node/
config/cells/cell/nodes/node/servers/server/
Define operating environment resources, including JDBC, JMS, JavaMail, URL, JCA resource providers and factories.
security.xml config/cells/cell/ Configure security, including all user ID and password data.
server.xml config/cells/cell/nodes/node/servers/server/ Identify a server and its components.
serverindex.xml config/cells/cell/nodes/node/ Specify communication ports used on a specific node.
spi.policy config/cells/cell/nodes/node/ Define security permissions for service provider libraries such as resource providers. X
variables.xml config/cells/cell/
config/cells/cell/nodes/node/
config/cells/cell/nodes/node/servers/server/
Configure variables used to parameterize any part of the configuration settings.
virtualhosts.xml config/cells/cell/ Configure a virtual host and its MIME types.

  • Use wsadmin scripting
  • Use the administrative console
  • Use administrative programs (JMX)