Hi all,did anyone try to set the renderer in wildfly?
I'm trying to ENABLE it while running Wildfly 10, with Geoserver 2.15.5. My Java version is oracle 1.8.0_151
On the same environment I've also tried with tomcat.Both Tomcat and Wildfly read the JAVA_OPTS from environment variable but as a result the renderer is enabled on tomcat but not on Wildfly.
In the attached screenshot you can see that the rendering engine is "Unknown".Another screenshot shows that actually the JAVA OPTS are set.
Le mar. 3 mars 2020 à 12:26, massimo basile <basi...@gmail.com> a écrit :Hi all,did anyone try to set the renderer in wildfly?
I'm trying to ENABLE it while running Wildfly 10, with Geoserver 2.15.5. My Java version is oracle 1.8.0_151
Now you want to use wildfly on windows via docker !
On the same environment I've also tried with tomcat.Both Tomcat and Wildfly read the JAVA_OPTS from environment variable but as a result the renderer is enabled on tomcat but not on Wildfly.If tomcat works, then it is just an issue with config files... just try harder, read wildfly manual...
In the attached screenshot you can see that the rendering engine is "Unknown".Another screenshot shows that actually the JAVA OPTS are set.Your bootclasspath are using 'D:\...\...' so you are on Windows... Java always use *nix file paths ... so try 'D:/.../...'
Good luck
Laurent