Uploaded image for project: 'appNG'
  1. appNG
  2. APPNG-2018

appNGizer does not start in standalone version under windows because of wrong file-URL

    XMLWordPrintable

    Details

      Description

      In appNGizer-servlet.xml, the following bean is defined:

      <bean id="configurer" class="org.appng.appngizer.controller.AppNGizerConfigurer">
      		<property name="location" value="file://${APPNG_HOME}/WEB-INF/conf/appNG.properties" />
      </bean>

      On Startup ${APPNG_HOME} is replaced with the actual path, resulting in

      <property name="location" value="file://c:\path\to\tomcat\webapps\ROOT/WEB-INF/conf/appNG.properties" />

      Windows can not handle file://<drive>:\<path>, instead file:///<drive>:\<path> must be used.

      See
      https://msdn.microsoft.com/en-us/library/aa767731(v=vs.85).aspx

        Attachments

          Activity

            People

            • Assignee:
              mueller.matthias Matthias Müller
              Reporter:
              mueller.matthias Matthias Müller
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: