Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文件夹,“/var/unity/conf”,其中包含一些属性文件,我希望 Caucho 的 Resin JVM 在类路径中有该目录。
修改resin.conf 以便Resin 知道将此目录添加到类路径的最佳方法是什么?
对于 Resin 3.1.6 及更高版本,请使用
<server-default> ... <jvm-classpath>/var/unity/conf/...</jvm-classpath> ... </server-default>
(我知道,游戏很晚了,我自己在寻找这个问题的答案,并在这里找到了这篇文章以及解决方案,所以我想我会重新加入集体)。
cd %RESIN_HOME%/lib | ln -s /var/unity/conf/....