当前位置: 代码迷 >> 应用服务器 >> RESIN~ 配置有关问题~
  详细解决方案

RESIN~ 配置有关问题~

热度:5094   发布时间:2013-02-26 00:00:00.0
RESIN~~ 配置问题~~
 不清楚是那里配置错误了~ 突然间在resin 的stderr。log 文件打出很多错误信息~:

    Using Resin(R) Open Source under the GNU Public License (GPL).

  See http://www.caucho.com for information on Resin Professional,
  including caching, clustering, JNI acceleration, and OpenSSL integration.

conf/resin.conf:253: root-directory="." is an unexpected attribute in <web-app>.

'active-wait-time', 'allow-servlet-el', 'archive-path', 'case-insensitive', 'character-encoding', 'config-file', 'context-path', 'cookie-http-only', 'dependency-check-interval', 'dispatch-wraps-filters', 'distributable', 'document-directory', 'idle-time', 'inherit-session', 'lazy-init', 'lazy-servlet-validate', 'redeploy-check-interval', 'redeploy-mode', 'secure', 'shutdown-wait-max', 'startup-mode', 'strict-mapping', 'temp-dir' or 'work-dir' are expected.

<web-app> syntax: ((@id | @url-prefix | <url-prefix> | @url-regexp | <url-regexp>),
                   ( (@context-path | <context-path>)?
                   & (@document-directory | <document-directory>)?
                   & <prologue>?
                   & (@startup-mode | <startup-mode>)?),
                   (<authenticator>*
                   & (@case-insensitive | <case-insensitive>)?
                   & (@character-encoding | <character-encoding>)?
                   & <class-loader>*
                   & <cluster-definition>*
                   & <connector>*
                   & <ejb-server>*
                   & <env-entry>*
                   & <database>*
                   & <dependency>*
                   & (@dependency-check-interval | <dependency-check-interval>)?
                   & <grant>*
                   & <rcore:import>*
  相关解决方案