2017年3月6日月曜日

[SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:activiti-webapp-explorer2' did not find a matching property.

Eclipse で Tomcat を開始すると、Console につぎのような表示が:
[SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:activiti-webapp-explorer2' did not find a matching property.
server.xml につぎのような内容が書かれています。
<Context docBase="H:\Dev\workspace.jbpm\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\activiti-webapp-explorer2" path="/activiti-webapp-explorer2" reloadable="false" source="org.eclipse.jst.jee.server:activiti-webapp-explorer2"/>
どうやら無視してもよいようです。http://stackoverflow.com/a/2196889

Eclipse がデバッグ用に勝手につけている情報で、Tomcat では認知していませんよ、ということみたいです。

0 件のコメント:

コメントを投稿