Platform: Windows
Short summary: I cloned the Trooper git repository (v2.0.1), built the example-batch project (mvn clean install), updated the workingDirectory properties in shellTaskletsJob/spring-batch-config.xml (there is no /etc on Windows), run the BootStrapLauncher in Eclipse in debug mode and see lots of running threads (e.g. greetingJobTaskExecutor-<N>).So far so good.
When I connect Firefox to
http://localhost:8182 I get this error:
HTTP ERROR 503
Problem accessing /. Reason:
Service Unavailable
Powered by Jetty://
Shouldn't the web console be shown now? The runtimeNature is "server" already in bootstrap.xml.
I also tried
http://localhost:8182/jobs with nearly similar result ("HTTP ERROR 503 ... Problem accessing /jobs. Reason ...).
What am I missing in order to see the Web Console?