war-dir.xtp

来自「解压在c盘」· XTP 代码 · 共 25 行

XTP
25
字号
<title>.war files and the webapps directory</title>A .war file is a packaged Servlet application.  It's just arenamed .jar file of the web-app directory tree.  Resin provides aspecial webapps directory which will automatically expand .war files,configured by the &lt;war-dir> attribute in the resin.conf's hostconfiguration.<example>&lt;caucho.com>&lt;http-server>  &lt;http port='8080'/>  &lt;host id='*'>    &lt;war-dir>webapps&lt;/war-dir>  &lt;/host>&lt;/http-server>&lt;/caucho.com></example><p/>Placing a foo.war in webapps/foo.war will prompt Resin to expandfoo.war into webapps/foo/*.  Resin will 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?