【错误内容】
发生以下错误。
com.caucho.config.ConfigException : -server 'app-0' is an unknown server in the configuration file.
【解决方法】
请将在Resin服务器的启动构成中对参数“-conf”设置的resin.xml路径,设置到下载了AccelPlatform的Resin下级的resin.xml中,并使用。
(修改前)
-conf "<% 项目路径%>/conf/resin.xml"
(修正後)
-conf "<% resin的下载文件夹 %>/conf/resin.xml"
【备注】
通过此设置,resin.properties中设置的信息将不参照通过服务器/连接器自动生成的resin.properties,而参照resin的下载文件夹中resin.properties的值。请按需要来编写resin的下载文件夹中resin.properties的值。
-- 适用対象 -----------------------------------------------------------------------
iAP/Accel Extensions/intra-mart e Builder for Accel Platform/所有更新版本
--------------------------------------------------------------------------------------
FAQID:4
从eclipse的“服务器视图”启动Resin4.0时,会发生以下错误。