1. 程式人生 > >Path does not point to a directory.

Path does not point to a directory.

	</context-param>
		<context-param>
		<description>Filesystem directory that is used to store models</description>
		<param-name>fileSystemRootDirectory</param-name>
		<param-value>/home/aguizar/jbpm/signavio/processrepo</param-value>
	</context-param>

最近在玩JBPM WEB編輯器,啟動signavio出現如題的問題。

於是乎看了看此專案的web.xml配置檔案,因為在啟動時候出現錯誤只能是這裡出現錯誤了。

最後看到如上程式碼:

fileSystemRootDirectory:這個目錄是存放流程檔案的。所以需要實際的實體地址。