-
1. Re: Wildfly on path with spaces
ctomc Dec 24, 2019 5:49 AM (in response to ladniros)WildFly will start just fine on paths with spaces with it. As long as you properly set it up.
Given that you are using windows service as means to run it, what script / configuration are you using for it?
the one that comes with WildFly in docs/contrib? or your own script to setup procrun deamon?
I would recommend that you use WildFly provided scripts to for configuring service as they ware reasonably tested for such scenarios.
you can find them in docs/contrib directory of wildfly distribution, or you can always grab latest at wildfly-core/core-feature-pack/src/main/resources/content/docs/contrib/scripts/service at master · wildfly/wildfly-core …
to make it work read the comments in the service.bat file itself. wildfly-core/service.bat at master · wildfly/wildfly-core · GitHub
-
2. Re: Wildfly on path with spaces
someguy1234567890 Dec 24, 2019 12:08 PM (in response to ctomc)Yes, we are using the service installer that comes with Wildfly. The only thing that happens when trying to start is the above content in the log files mentioned. Removing the spaces makes it start. What script would I go about fixing this in, and how so?