7 results for: logDir

Application Deployment > Application Directories > Log Directory
... from the deploy/tomcat/conf folder of your project and modify the logDir property, for example: <configuration debug="false"> <property...
... property, for example: <configuration debug="false"> <property name="logDir" value="${app.home}/logs"/> <!-- ... --> The application should know...
... load them in the Administration > Server Log screen. Use the cuba.logDir application property to set the location to the same directory as...
Application Deployment > Deployment Options > WAR deployment to WildFly
... the logback.xml file from tomcat/conf to this folder and edit the logDir property: <property name="logDir" value="${app.home}/logs"/>...
... to this folder and edit the logDir property: <property name="logDir" value="${app.home}/logs"/> Configure the WildFly server Install...
Application Deployment > Deployment Options > UberJAR Deployment
... In order to set the log output directory correctly, make sure the logDir property in the logback.xml points to the logs subdirectory of the...
... the application home: <configuration debug="false"> <property name="logDir" value="${app.home}/logs"/> <!-- ... --> Stopping an application You...
Appendix B: Application Properties
... be separated with semicolon. Default value: ${cuba.tempDir};${cuba.logDir} (files can be downloaded from the temporary folder and the logs...
... true Interface: GlobalConfig Used in all standard blocks. cuba.logDir Defines the location of the log folder for an application block....
Application Deployment > Application Home
... of /WEB-INF/local.app.properties after building the WAR: cuba.logDir = ${app.home}/logs cuba.confDir =...
Security Subsystem > Integration with LDAP > Active Directory Integration Using Jespa > Including the Library
... configuration.getConfig(GlobalConfig.class).getLogDir() + "/jespa.log"); properties.put("http.parameter.anonymous.name",...
Appendix C: System Properties
... defines the root for the folders defined in the cuba.confDir, cuba.logDir, cuba.tempDir, and cuba.dataDir application properties. If this...