ejbCA安装在ant deploy的时候出现错误怎么解决?
我把jboss ant ejbca 都放在C:\ca下面 jboss是没有Tomact的,在antdeploy的时候说出现如下的错误
C:\ca\ejbca\bin\jboss.xml:42:Missing JKS Keystorefile in'c:\ca\ejbca/p12/tomact.jks
这一行是这样写的:
<!-- copy the keystore file to the server -->
<available file="p12/tomcat.jks" property="keystore.file.present"/>
42:<fail message="Missing JKS keystore file in '${basedir}/p12/tomcat.jks'" unless="keystore.file.present"/>
43:<condition property="httpsserver.password.present">
<isset property="httpsserver.password"/>
</condition>
<fail message="Missing JKS password '${httpsserver.password}'" unless="httpsserver.password.present"/>
怎么解决?