如何确定我的Jetty6服务是否以管理权限运行?
我需要在我的XP开发盒上设置Jetty才能作为服务运行。 http://docs.codehaus.org/display/JETTY/Win32Wrapper
安装好,我可以在Windows服务管理器中看到Jetty6服务。
但是当我尝试启动它时,我在日志文件中收到此错误:
STATUS | wrapper | 2010/02/26 10:17:10 | Launching a JVM...
INFO | jvm 2 | 2010/02/26 10:17:10 | Error occurred during initialization of VM
INFO | jvm 2 | 2010/02/26 10:17:10 | Too small initial heap for new size specified
ERROR | wrapper | 2010/02/26 10:17:10 | JVM exited while loading the application.
from above link:
Note: The above application (Jetty-Service.exe) must execute with administrator rights otherwise, it fails.
我对XP开发箱有本地管理访问权限。 当我从cmd.exe独立运行jetty服务器时,它工作正常。 (java -jar start.jar etc / jetty.xml)
有谁知道如何解决这个问题/在哪里看? /谢谢。