Hello,
I keep getting an error message that my configuration file cannot be found.
I am working with Windows/Tomcat installation of CloverDX. It keeps telling me that there is no configuration file.
I have created a cloverServer.Properties file in the C:\ApacheTomcat\webapps\clover folder. Below is the contents of my setenv.bat file.
set "CATALINA_OPTS=%CATALINA_OPTS% -XX:MaxMetaspaceSize=512m -Xms128m -Xmx1024m"
set "CATALINA_OPTS=%CATALINA_OPTS% -Dderby.system.home=%CATALINA_HOME%\temp -server"
echo "Using CATALINA_OPTS: %CATALINA_OPTS%"
set "CATALINA_OPTS=%CATALINA_OPTS% -Dclover.config.file=C:\ApacheTomcat\webapps\clover\cloverServer.properties"
I keep getting an error message that my configuration file cannot be found.
I am working with Windows/Tomcat installation of CloverDX. It keeps telling me that there is no configuration file.
I have created a cloverServer.Properties file in the C:\ApacheTomcat\webapps\clover folder. Below is the contents of my setenv.bat file.
set "CATALINA_OPTS=%CATALINA_OPTS% -XX:MaxMetaspaceSize=512m -Xms128m -Xmx1024m"
set "CATALINA_OPTS=%CATALINA_OPTS% -Dderby.system.home=%CATALINA_HOME%\temp -server"
echo "Using CATALINA_OPTS: %CATALINA_OPTS%"
set "CATALINA_OPTS=%CATALINA_OPTS% -Dclover.config.file=C:\ApacheTomcat\webapps\clover\cloverServer.properties"