Uploaded image for project: 'tools-interface-repository#interface-repository'
  1. tools-interface-repository#interface-repository
  2. IFREPO-47

interface-repository.properties file (config/tomcat) log path designation never gets used for servlet but remains the default

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 1.0
    • servlet
    • None

      Though the "log-file-path" property in the interface-repository.properties file (located in the interface-repository-web component under config/tomcat) can be changed to whatever the user would like the actual default for this property is always used regardless. Which if you installed the interface-repository on a linux machine, it isn't that big of deal, but if you install it on Windows, you will never have the log get saved.

      When looking at the servlet module's code, particularly InterfaceRepositoryServlet.java, when the logger is created it uses the default log file path that is hard coded at the top of the class. This path is never changed based on what is parsed from the actual properties file.

            Unassigned Unassigned
            amauchley Aaron Mauchley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: