0

I'm having an issue with the "Apache Deamons Procrun" software. The start command works great and kicks off the program. The stop command always says "Could not find or load main class" except the class the stop command kicks off is the same class that is kicked off to start the program. All the stop command does is drop a control in a folder the program is watching.

Is procrun smart enough to know that if the java process ends, it will shut down as well? i'm having some issues with that as well sometimes.

Thanks,

4

1 に答える 1

0

stop メソッドの署名が異なるか、クラスパスがオフになっている可能性があります。インストールに使用したコマンドと、開始/停止メソッドをどのように実装したかを示す必要があります。

Evernote に保存されている、現在は機能していないブログへのリンクを見つけました。参考になるかもしれません。

于 2012-07-11T17:01:44.350 に答える