Hi all,
is it possible to start lwe run as service without any login?
Tags:
No tags yet.
This is not cleanly supported on Windows currently, but it's pretty easy to run LWE as a service on Unix type OSs.
With LWE 2.01, simply check out the scripts in app/bin/supervice - there is one that starts LWE-Core and one that starts LWE-UI.
You can use these scripts along with the below guide for running Solr as a service on Linux to start LWE as a service:
http://www.lucidimagination.com/blog/2011/08/10/running-solr-as-a-service-on-linux/
hossman1
Moderator
the start.bat (and start.sh) scripts do start 2 java processes -- one for the core and one for the UI.
But please note Mark Millers comments about the scripts in app/bin/subservise -- you can use those as a starting point / example for hooking the LucidWorks processes into the service mangmenet system of your choice.