我想實現調度程序到我的應用程序。我使用彈簧和石英支撐。 我測試了我的組件並完美運行。如何使用我們的Java應用程序的Java服務包裝
我的主要方法是:
public class Main {
public static void main(String[] args) {
new ClassPathXmlApplicationContext("application-context.xml");
}
}
我使用包裝 - 窗口x86-32-3.5.7,我配置wrapper.conf,並使用DemoApp.bat包裝從控制檯運行。 它的工作原理。
但是當我要安裝的服務,我得到錯誤信息Startup failed: Timed out waiting for a signal from the JVM.
5次重複後,我收到錯誤消息
JVM did not exit on request, terminated
There were 5 failed launches in a row, each lasting less than 300 seconds. Giving up.
感謝您的幫助。
我做的時候我'cofigure wrapper.java.mainclass'一個錯誤,我設置主類成了我的應用程序的主類。感謝Leif的幫助 – 2011-04-05 15:38:24