📄 glossary.xtp
字号:
<s1 title="Glossary"><dl><dt><a href="jndi.xtp">JNDI</a></dt><dd>Java Naming and Directory Service. JNDI is a hierarchicaldirectory of resources available to all Java classes. Essentially,JNDI is a structured global configuration system, separatingresource use in application code from resource configuration inconfiguration files. Resources like database DataSources, JMS queues,and EJB home stubs are configured with JNDI.</dd><dt><a href="file-config.xtp#RESIN_HOME">RESIN_HOME</a></dt><dd>The directory containing the Resin binaries and classes. In the defaultconfiguration, RESIN_HOME will be the same as SERVER_ROOT, i.e. thedocument directories and log files are based on RESIN_HOME. A typicallocation for RESIN_HOME might be /usr/local/resin.</dd><dt><a href="file-config.xtp#SERVER_ROOT">SERVER_ROOT</a></dt><dd>The directory containing the user's documents and log files. By default,SERVER_ROOT is the same as RESIN_HOME, but sophisticated users will createa separate directory from the Resin binaries. A typical locationfor SERVER_ROOT might be /usr/local/webroot.</dd><dt><a href="file-config.xtp#webapps">.war file</a></dt><dd>A .war file is a packaged Servlet application. It's just arenamed .jar file of the web-app directory tree. Resin provides a specialwebapps directory which will automatically expand .war files, configuredby the <war-dir> attribute in the resin.conf's host configuration.<dt><a href="app-config.xtp">web-app</a></dt><dd>A web application treated as a mini-virtual-host. The web-app isdefined as all children URLs a context path,e.g. all URLs with /foo as the prefix. Each web-app has its ownclass loader, JNDI resources, and web.xml to configure the web-app.web-apps are often configured using .war files and the webappsdirectory configured by <war-dir>.</dd><dt><a href="file-config.xtp#WEB-INF">WEB-INF</a></dt><dd>The directory containing the web-apps classes, jars andconfiguration files.</dd></dl></s1>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -