| XML file |
Description |
Location |
| application.xml |
Defines settings for enterprise applications (EAR files) at the module level. Includes module definitions, context roots, and security settings. |
jrun_root/servers/server_name/�app_name/META-INF |
| web.xml |
Defines settings for web modules (WAR files) at the component level (servlets, filters, event handlers). Includes servlet definitions, initialization parameters for the web application, and security settings. |
jrun_root/servers/server_name/�app_name/WEB-INF |
| ejb-jar.xml |
Defines settings for EJB modules (EJB JAR files) at the component level (EJBs). Includes EJB definitions, environment entries, permission levels, and security settings. |
jrun_root/servers/server_name/�app_name/META-INF |
| XML file |
Description |
Location |
| servers.xml |
Lists the servers in the current JRun installation. |
jrun_root/lib |
| jrun-web.xml |
Contains web application elements that are specific to the JRun application server. |
jrun_root/servers/server_name/app_name/WEB-INF |
| default-web.xml |
Has the same structure as the standard web.xml file, but it applies settings to all the web applications in a JRun server. |
jrun_root/servers/server_name/server-inf |
| jrun-dtd-mappings. xml |
Specifies mappings between an XML DOCTYPE public ID and physical DTD files. Normally, DTD files are resolved over connections to remote servers; specifying a mapping in this file allows the DTD file to be read locally. |
jrun_root/servers/server_name/server-inf |
| jrun.xml |
Defines the core service settings for the JRun server. |
jrun_root/servers/server_name/server-inf |
| jrun-jms.xml |
Defines the built-in JMS provider. |
jrun_root/servers/server_name/server-inf |
| jrun-resources.xml |
Defines J2EE resource factories (JDBC data sources, JMS providers, JavaMail sessions, and URLs). Also defines custom pools of objects. |
jrun_root/servers/server_name/server-inf |
| jrun-users.xml |
Defines users for the JRun server. |
jrun_root/servers/server_name/server-inf |
| xdoclet.xml |
Configures the XDoclet utility. |
jrun_root/lib |
| server-config.wsdd |
Defines web services and the web service engine. |
jrun_root/servers/server_name/app_name/WEB-INF |