0
Hello,
How do I create a windows service to automatically start standalone.bat?
0
Hello,
How do I create a windows service to automatically start standalone.bat?
1
$HOME_JBOSS/bin/service install
In Wildfly 10 the directory
bin\service
was moved todocs\contrib\scripts\service
; Although it has been moved it still works according to the documentation. In that case just move/copy to the bin folder and runservice install
.
When running service install Me gives this error: Using the x86-64bit version of prunsrv The system cannot find path specified. ERROR: Failed to load service Configuration
Solved! In this case I had only moved the service.bat.. By moving all the contents of the scripts folder to the bin folder and running the command I had the service installed successfully. Thanks for the help!
Browser other questions tagged jboss wildfly windows-service standalone
You are not signed in. Login or sign up in order to post.
Creating a scheduled task when starting the system is no longer simple or has(ve) any problems?
– rray