Advertisement
Guest User

catalina.out

a guest
Jun 29th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.78 KB | None | 0 0
  1.  
  2. 29-Jun-2017 15:34:56.292 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
  3. 29-Jun-2017 15:34:56.292 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /home/ubuntu/apache-tomcat-8
  4. .5.8
  5. 29-Jun-2017 15:34:56.292 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /home/ubuntu/apache-tomcat-8
  6. .5.8
  7. 29-Jun-2017 15:34:56.292 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.f
  8. ile=/home/ubuntu/apache-tomcat-8.5.8/conf/logging.properties
  9. 29-Jun-2017 15:34:56.293 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=
  10. org.apache.juli.ClassLoaderLogManager
  11. 29-Jun-2017 15:34:56.293 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize
  12. =2048
  13. 29-Jun-2017 15:34:56.293 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs
  14. =org.apache.catalina.webresources
  15. 29-Jun-2017 15:34:56.294 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/home/ubuntu
  16. /apache-tomcat-8.5.8
  17. 29-Jun-2017 15:34:56.294 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/home/ubuntu
  18. /apache-tomcat-8.5.8
  19. 29-Jun-2017 15:34:56.294 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/home/ubuntu/apache-tomcat-8.5.8/temp
  20. 29-Jun-2017 15:34:56.441 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
  21. 29-Jun-2017 15:34:56.469 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
  22. 29-Jun-2017 15:34:56.480 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["https-jsse-nio-8443"]
  23. 29-Jun-2017 15:34:56.787 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
  24. 29-Jun-2017 15:34:56.796 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
  25. 29-Jun-2017 15:34:56.799 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
  26. 29-Jun-2017 15:34:56.804 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1191 ms
  27. 29-Jun-2017 15:34:56.846 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
  28. 29-Jun-2017 15:34:56.846 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.8
  29. 29-Jun-2017 15:34:56.861 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/springwebapp-0.0.1-SNAPSHOT
  30. 29-Jun-2017 15:34:59.948 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  31.  
  32.  
  33. . ____ _ __ _ _
  34. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  35. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  36. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  37. ' |____| .__|_| |_|_| |_\__, | / / / /
  38. =========|_|==============|___/=/_/_/_/
  39. :: Spring Boot :: (v1.4.0.RELEASE)
  40.  
  41. 2017-06-29 15:35:01.590 INFO 1861 --- [ost-startStop-1] com.antilamer.config.WebInitializer : Starting WebInitializer v0.0.1-SNAPSHOT on ip-172-31-6-121 with PID 1861 (/home/ubuntu/apache-tomcat-8.5.8/webapps/springwebapp-0.0.1-SNAPSHOT/WEB-INF/classes started by root in /home/ubuntu/apache-tomcat-8.5.8/bin)
  42. 2017-06-29 15:35:01.601 INFO 1861 --- [ost-startStop-1] com.antilamer.config.WebInitializer : No active profile set, falling back to default profiles: default
  43. 2017-06-29 15:35:01.763 INFO 1861 --- [ost-startStop-1] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6eb1bd69: startup date [Thu Jun 29 15:35:01 UTC 2017]; root of context hierarchy
  44. 2017-06-29 15:35:04.726 INFO 1861 --- [ost-startStop-1] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [class org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9793aadf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  45. 2017-06-29 15:35:04.754 INFO 1861 --- [ost-startStop-1] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [class org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  46. 2017-06-29 15:35:04.762 INFO 1861 --- [ost-startStop-1] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@f0dfe08' of type [class org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  47. 2017-06-29 15:35:04.783 INFO 1861 --- [ost-startStop-1] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [class org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$bc684d91] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  48. 2017-06-29 15:35:04.812 INFO 1861 --- [ost-startStop-1] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [class org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  49. 2017-06-29 15:35:04.837 INFO 1861 --- [ost-startStop-1] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fee5e2a5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  50. 2017-06-29 15:35:04.957 INFO 1861 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3193 ms
  51. 2017-06-29 15:35:06.270 INFO 1861 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'errorPageFilter' to: [/*]
  52. 2017-06-29 15:35:06.279 INFO 1861 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  53. 2017-06-29 15:35:06.279 INFO 1861 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  54. 2017-06-29 15:35:06.279 INFO 1861 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  55. 2017-06-29 15:35:06.279 INFO 1861 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  56. 2017-06-29 15:35:06.281 INFO 1861 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  57. 2017-06-29 15:35:06.281 INFO 1861 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  58. 2017-06-29 15:35:06.336 INFO 1861 --- [ost-startStop-1] o.s.j.d.DriverManagerDataSource : Loaded JDBC driver: com.mysql.jdbc.Driver
  59. 2017-06-29 15:35:06.661 INFO 1861 --- [ost-startStop-1] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'ordersPortalDataPu'
  60. 2017-06-29 15:35:06.768 INFO 1861 --- [ost-startStop-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  61. name: ordersPortalDataPu
  62. ...]
  63. 2017-06-29 15:35:06.948 INFO 1861 --- [ost-startStop-1] org.hibernate.Version : HHH000412: Hibernate Core {5.0.9.Final}
  64. 2017-06-29 15:35:06.953 INFO 1861 --- [ost-startStop-1] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  65. 2017-06-29 15:35:06.954 INFO 1861 --- [ost-startStop-1] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
  66. 2017-06-29 15:35:07.038 INFO 1861 --- [ost-startStop-1] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  67. 2017-06-29 15:35:08.940 INFO 1861 --- [ost-startStop-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL82Dialect
  68. 2017-06-29 15:35:09.044 INFO 1861 --- [ost-startStop-1] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@5a9413df
  69. 2017-06-29 15:35:09.978 INFO 1861 --- [ost-startStop-1] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'ordersPortalDataPu'
  70. 2017-06-29 15:35:11.713 INFO 1861 --- [ost-startStop-1] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6b610a07, org.springframework.security.web.context.SecurityContextPersistenceFilter@68b1fb2f, org.springframework.security.web.header.HeaderWriterFilter@537aa39a, org.springframework.security.web.authentication.logout.LogoutFilter@299fb7c4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@d417a7f, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@35458f6f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4ca1b0a4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@522835ff, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@720093a1, org.springframework.security.web.session.SessionManagementFilter@123e8eee, org.springframework.security.web.access.ExceptionTranslationFilter@7a5a2e2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@76ee7e77]
  71. 2017-06-29 15:35:12.072 INFO 1861 --- [ost-startStop-1] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6eb1bd69: startup date [Thu Jun 29 15:35:01 UTC 2017]; root of context hierarchy
  72. 2017-06-29 15:35:12.266 INFO 1861 --- [ost-startStop-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/saveBand],methods=[POST]}" onto public void com.antilamer.controller.BandController.saveBand(com.antilamer.beans.BandBean)
  73. 2017-06-29 15:35:12.271 INFO 1861 --- [ost-startStop-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/getBand],methods=[POST]}" onto public com.antilamer.beans.BandBean com.antilamer.controller.BandController.getBand(com.antilamer.beans.CommonSearchBean)
  74. 2017-06-29 15:35:12.272 INFO 1861 --- [ost-startStop-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],methods=[GET]}" onto public java.lang.String com.antilamer.controller.IndexController.homepage()
  75. 2017-06-29 15:35:12.275 INFO 1861 --- [ost-startStop-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user/registerUser],methods=[POST]}" onto public void com.antilamer.controller.UserController.registerUser(com.antilamer.beans.UserRegistrationBean) throws com.antilamer.exeptions.ValidationExeption
  76. 2017-06-29 15:35:12.276 INFO 1861 --- [ost-startStop-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user/logout],methods=[GET]}" onto public java.lang.String com.antilamer.controller.UserController.logoutPage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  77. 2017-06-29 15:35:12.276 INFO 1861 --- [ost-startStop-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user/currentUser],methods=[POST]}" onto public com.antilamer.beans.LoggedUserBean com.antilamer.controller.UserController.login(javax.servlet.http.HttpServletRequest) throws java.lang.Exception
  78. 2017-06-29 15:35:12.276 INFO 1861 --- [ost-startStop-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/user/login],methods=[POST]}" onto public org.springframework.http.ResponseEntity<?> com.antilamer.controller.UserController.login(com.antilamer.beans.UserLoginBean,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
  79. 2017-06-29 15:35:12.278 INFO 1861 --- [ost-startStop-1] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  80. 2017-06-29 15:35:12.311 INFO 1861 --- [ost-startStop-1] o.s.w.s.c.a.WebMvcConfigurerAdapter : Adding welcome page: ServletContext resource [/index.html]
  81. 2017-06-29 15:35:12.346 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
  82. 2017-06-29 15:35:12.392 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  83. 2017-06-29 15:35:12.392 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  84. 2017-06-29 15:35:12.403 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler]
  85. 2017-06-29 15:35:12.493 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  86. 2017-06-29 15:35:13.201 INFO 1861 --- [ost-startStop-1] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  87. 2017-06-29 15:35:13.236 INFO 1861 --- [ost-startStop-1] com.antilamer.config.WebInitializer : Started WebInitializer in 12.943 seconds (JVM running for 17.813)
  88. 29-Jun-2017 15:35:13.287 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/springwebapp-0.0.1-SNAPSHOT has finished in 16,425 ms
  89. 29-Jun-2017 15:35:13.289 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/manager
  90. 29-Jun-2017 15:35:13.340 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/manager has finished in 51 ms
  91. 29-Jun-2017 15:35:13.341 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/docs
  92. 29-Jun-2017 15:35:13.363 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/docs has finished in 22 ms
  93. 29-Jun-2017 15:35:13.368 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/host-manager
  94. 29-Jun-2017 15:35:13.394 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/host-manager has finished in 26 ms
  95. 29-Jun-2017 15:35:13.396 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/examples
  96. 2017-06-29 15:35:12.311 INFO 1861 --- [ost-startStop-1] o.s.w.s.c.a.WebMvcConfigurerAdapter : Adding welcome page: ServletContext resource [/index.html]
  97. 2017-06-29 15:35:12.346 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
  98. 2017-06-29 15:35:12.392 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  99. 2017-06-29 15:35:12.392 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  100. 2017-06-29 15:35:12.403 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler]
  101. 2017-06-29 15:35:12.493 INFO 1861 --- [ost-startStop-1] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  102. 2017-06-29 15:35:13.201 INFO 1861 --- [ost-startStop-1] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  103. 2017-06-29 15:35:13.236 INFO 1861 --- [ost-startStop-1] com.antilamer.config.WebInitializer : Started WebInitializer in 12.943 seconds (JVM running for 17.813)
  104. 29-Jun-2017 15:35:13.287 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/springwebapp-0.0.1-SNAPSHOT has finished in 16,425 ms
  105. 29-Jun-2017 15:35:13.289 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/manager
  106. 29-Jun-2017 15:35:13.340 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/manager has finished in 51 ms
  107. 29-Jun-2017 15:35:13.341 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/docs
  108. 29-Jun-2017 15:35:13.363 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/docs has finished in 22 ms
  109. 29-Jun-2017 15:35:13.368 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/host-manager
  110. 29-Jun-2017 15:35:13.394 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/host-manager has finished in 26 ms
  111. 29-Jun-2017 15:35:13.396 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/ubuntu/apache-tomcat-8.5.8/webapps/examples
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement