Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find WebSphere configuration files?

I would like to know where are the WebSphere configuration details saved?

Specifically, configuration details that are shown in the Administrative Console (from the web) or from the console using wsadmin.

Some of the examples would be:

  1. Java and Process Management: Class loader, Process definition, Process execution
  2. Container Settings: Session management, SIP Container Settings, Web Container Settings, Portlet Container Settings

Are there XML files that persist these configuration details?

Nicholas

like image 394
Nicholas Key Avatar asked Apr 22 '10 00:04

Nicholas Key


People also ask

How do I find the configuration file?

Configuration files are normally saved in the Settings folder inside the My Documents\Source Insight folder.

Which configuration file is mandatory for IBM WebSphere?

The ibm-webservices-bnd. xmi file is a deployment descriptor for a Java API for XML-based RPC (JAX-RPC) web services-enabled web module or an Enterprise JavaBeans (EJB) module. This file contains information for the web services run time that is required by WebSphere Application Server..


1 Answers

WebSphere Application Server configuration data is stored in XMI format in the profile configuration repository.

The settings you referred to are stored in server.xml

${PROFILE_HOME}/config/cells/${CELL}/nodes/${NODE}/servers/${SERVER}/server.xml 
like image 157
Brett Kail Avatar answered Oct 15 '22 01:10

Brett Kail