提交 0d0ca846 编写于 作者: 青阳龙野's avatar 青阳龙野

增加了gif/png/bmp/jpg等格式图片的在线查看功能,还增加了pdf文档的在线预览功能

上级 0203d4ec
......@@ -4,7 +4,7 @@ KIFT——快捷、强大、小巧的开源网盘系统
>简介
######kift有什么优势
######何为kift
1,使用简单。只需一个浏览器,您就可以在办公室内、家中、小型局域网内共享您的任何文件,甚至是让您的朋友在线播放上传的视频——而无需下载。
2,功能齐全。您只想将删除文件的权利给与您信任的人?您想让您的学生只能上传自己的作业而不能下载抄袭其他人的作业?kitf的权限管理能力能轻松完成您的需求。
3,开源免费。无需任何投入,您需要做的仅仅是下载,解压,然后开始使用。就是这么简单。害怕它隐藏不知名的代码偷用您的资源“挖矿”?现在,您可以在github上随时查看和拷贝本应用的全部源代码,并自己动手编译它。您还可以根据自己的喜好随意修改它,无论如何,一切任由您操作。
......@@ -41,7 +41,13 @@ sudo ./startup.sh
>主要功能
######mp4与webm格式资源在线播放
上传至本系统的全部mp4资源和webm资源均可使用在线播放功能,需要用户具备[下载]权限。点击文件后方操作栏中的“播放”按钮即可。点击页面右上方停止播放并返回按钮返回应用主页。
上传至本系统的全部mp4资源和webm资源均可使用在线播放功能,需要用户具备[下载]权限。点击文件后方操作栏中的“播放”按钮即可。点击页面右上方“关闭”按钮停止播放并关闭播放页面。
######PDF文档在线预览
您可以直接查看PDF文档的内容而无需下载它。在线查看提供了页数跳转、旋转、搜索等功能。这个功能是为了方便办公环境下更好的区分不同版本的PDF文档,有些文档可能看上去很像但是内容有细微差别,例如不同日期的工作报表。这种情况下,使用在线预览功能会方便许多。
######图片在线查看
本应用也支持bmp、jpg、jpeg、png、gif五种常见图片格式的在线查看。您可以通过它快速查找全部文件列表中您所中意的那张图片。
######用户授权:
进入 webapps/ROOT/etc 目录,使用文本编辑器打开configure.properties文件,按照其中的示例和提示进行用户的添加、密码设定以及授权操作。
......
30-Jan-2018 16:10:15.926 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.0.M17
30-Jan-2018 16:10:15.930 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Jan 10 2017 20:59:20 UTC
30-Jan-2018 16:10:15.930 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 9.0.0.0
30-Jan-2018 16:10:15.930 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Mac OS X
30-Jan-2018 16:10:15.930 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 10.13.2
30-Jan-2018 16:10:15.930 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: x86_64
30-Jan-2018 16:10:15.931 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
30-Jan-2018 16:10:15.931 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_131-b11
30-Jan-2018 16:10:15.931 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
30-Jan-2018 16:10:15.931 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /Users/kohgylw/program/kiftd
30-Jan-2018 16:10:15.931 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /Users/kohgylw/program/kiftd
30-Jan-2018 16:10:15.932 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/Users/kohgylw/program/kiftd/conf/logging.properties
30-Jan-2018 16:10:15.932 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
30-Jan-2018 16:10:15.932 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1g
30-Jan-2018 16:10:15.932 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1g
30-Jan-2018 16:10:15.932 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
30-Jan-2018 16:10:15.932 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
30-Jan-2018 16:10:15.933 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/Users/kohgylw/program/kiftd
30-Jan-2018 16:10:15.933 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/Users/kohgylw/program/kiftd
30-Jan-2018 16:10:15.933 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/Users/kohgylw/program/kiftd/temp
30-Jan-2018 16:10:15.933 信息 [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Users/kohgylw/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
30-Jan-2018 16:10:16.063 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
30-Jan-2018 16:10:16.096 信息 [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
30-Jan-2018 16:10:16.099 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
30-Jan-2018 16:10:16.100 信息 [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
30-Jan-2018 16:10:16.101 信息 [main] org.apache.catalina.startup.Catalina.load Initialization processed in 567 ms
30-Jan-2018 16:10:16.128 信息 [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
30-Jan-2018 16:10:16.129 信息 [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/9.0.0.M17
30-Jan-2018 16:10:16.139 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/docs
30-Jan-2018 16:10:16.474 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/docs has finished in 335 ms
30-Jan-2018 16:10:16.474 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/manager
30-Jan-2018 16:10:16.544 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/manager has finished in 70 ms
30-Jan-2018 16:10:16.544 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/examples
30-Jan-2018 16:10:16.827 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/examples has finished in 282 ms
30-Jan-2018 16:10:16.827 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/ROOT
30-Jan-2018 16:10:17.780 信息 [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.
30-Jan-2018 16:10:18.086 信息 [localhost-startStop-1] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization started
30-Jan-2018 16:10:18.147 信息 [localhost-startStop-1] org.springframework.web.context.support.XmlWebApplicationContext.prepareRefresh Refreshing Root WebApplicationContext: startup date [Tue Jan 30 16:10:18 CST 2018]; root of context hierarchy
30-Jan-2018 16:10:18.205 信息 [localhost-startStop-1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions Loading XML bean definitions from class path resource [spring.xml]
30-Jan-2018 16:10:19.167 信息 [localhost-startStop-1] org.springframework.jdbc.datasource.DriverManagerDataSource.setDriverClassName Loaded JDBC driver: org.h2.Driver
30-Jan-2018 16:10:19.743 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/errorController/pageNotFound.do]}" onto public java.lang.String kohgylw.controller.ErrorController.handleError(javax.servlet.http.HttpServletRequest)
30-Jan-2018 16:10:19.752 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/deleteFile.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.deleteFile(javax.servlet.http.HttpServletRequest)
30-Jan-2018 16:10:19.753 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/doLogin.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.doLogin(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpSession)
30-Jan-2018 16:10:19.753 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/getServerOS.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.getServerOS()
30-Jan-2018 16:10:19.754 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/getFolderView.ajax],produces=[text/html;charset=utf-8]}" onto public java.lang.String kohgylw.controller.HomeController.getFolderView(java.lang.String,javax.servlet.http.HttpSession,javax.servlet.http.HttpServletRequest)
30-Jan-2018 16:10:19.754 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/doLogout.do]}" onto public java.lang.String kohgylw.controller.HomeController.doLogout(javax.servlet.http.HttpSession)
30-Jan-2018 16:10:19.755 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/newFolder.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.newFolder(javax.servlet.http.HttpServletRequest)
30-Jan-2018 16:10:19.755 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/deleteFolder.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.deleteFolder(javax.servlet.http.HttpServletRequest)
30-Jan-2018 16:10:19.756 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/renameFolder.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.renameFolder(javax.servlet.http.HttpServletRequest)
30-Jan-2018 16:10:19.756 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/douploadFile.ajax],produces=[text/html;charset=utf-8]}" onto public java.lang.String kohgylw.controller.HomeController.douploadFile(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile)
30-Jan-2018 16:10:19.757 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/checkUploadFile.ajax],produces=[text/html;charset=utf-8]}" onto public java.lang.String kohgylw.controller.HomeController.checkUploadFile(javax.servlet.http.HttpServletRequest)
30-Jan-2018 16:10:19.757 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/downloadFile.do]}" onto public void kohgylw.controller.HomeController.downloadFile(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
30-Jan-2018 16:10:19.757 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/renameFile.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.renameFile(javax.servlet.http.HttpServletRequest)
30-Jan-2018 16:10:19.758 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/playVideo.do]}" onto public java.lang.String kohgylw.controller.HomeController.playVideo(javax.servlet.http.HttpServletRequest)
30-Jan-2018 16:10:19.984 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.initControllerAdviceCache Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Jan 30 16:10:18 CST 2018]; root of context hierarchy
30-Jan-2018 16:10:20.057 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.initControllerAdviceCache Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Tue Jan 30 16:10:18 CST 2018]; root of context hierarchy
30-Jan-2018 16:10:20.079 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache Detected @ExceptionHandler methods in errorController
30-Jan-2018 16:10:20.204 信息 [localhost-startStop-1] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization completed in 2118 ms
30-Jan-2018 16:10:20.267 信息 [localhost-startStop-1] org.springframework.web.servlet.DispatcherServlet.initServletBean FrameworkServlet 'dispatcher': initialization started
30-Jan-2018 16:10:20.273 信息 [localhost-startStop-1] org.springframework.web.context.support.XmlWebApplicationContext.prepareRefresh Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Tue Jan 30 16:10:20 CST 2018]; parent: Root WebApplicationContext
30-Jan-2018 16:10:20.283 信息 [localhost-startStop-1] org.springframework.web.servlet.DispatcherServlet.initServletBean FrameworkServlet 'dispatcher': initialization completed in 16 ms
30-Jan-2018 16:10:20.286 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/ROOT has finished in 3,459 ms
30-Jan-2018 16:10:20.287 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/host-manager
30-Jan-2018 16:10:20.305 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/host-manager has finished in 18 ms
30-Jan-2018 16:10:20.309 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [http-nio-80]
30-Jan-2018 16:10:20.316 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [ajp-nio-8009]
30-Jan-2018 16:10:20.317 信息 [main] org.apache.catalina.startup.Catalina.start Server startup in 4215 ms
30-Jan-2018 16:45:48.701 信息 [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
30-Jan-2018 16:45:48.702 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
30-Jan-2018 16:45:50.706 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
30-Jan-2018 16:45:52.711 信息 [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
30-Jan-2018 16:45:52.715 信息 [localhost-startStop-2] org.springframework.web.context.support.XmlWebApplicationContext.doClose Closing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Tue Jan 30 16:10:20 CST 2018]; parent: Root WebApplicationContext
30-Jan-2018 16:45:52.724 信息 [localhost-startStop-2] org.springframework.web.context.support.XmlWebApplicationContext.doClose Closing Root WebApplicationContext: startup date [Tue Jan 30 16:10:18 CST 2018]; root of context hierarchy
30-Jan-2018 16:45:52.736 警告 [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
30-Jan-2018 16:45:52.754 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
30-Jan-2018 16:45:54.762 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
30-Jan-2018 16:45:56.766 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
30-Jan-2018 16:45:56.770 严重 [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to destroy component [Connector[HTTP/1.1-80]]
org.apache.catalina.LifecycleException: Protocol handler destroy failed
at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:1001)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322)
at org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:543)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322)
at org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:883)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:729)
at org.apache.catalina.startup.Catalina.start(Catalina.java:690)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:355)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:495)
Caused by: java.io.IOException: Thread signal failed
at sun.nio.ch.NativeThread.signal(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.implCloseSelectableChannel(ServerSocketChannelImpl.java:292)
at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(AbstractSelectableChannel.java:234)
at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:115)
at sun.nio.ch.ServerSocketAdaptor.close(ServerSocketAdaptor.java:137)
at org.apache.tomcat.util.net.NioEndpoint.unbind(NioEndpoint.java:307)
at org.apache.tomcat.util.net.AbstractEndpoint.destroy(AbstractEndpoint.java:1015)
at org.apache.coyote.AbstractProtocol.destroy(AbstractProtocol.java:621)
at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:997)
... 13 more
30-Jan-2018 16:45:56.772 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
此差异已折叠。
此差异已折叠。
02-Feb-2018 14:07:56.931 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.0.M17
02-Feb-2018 14:07:56.934 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Jan 10 2017 20:59:20 UTC
02-Feb-2018 14:07:56.935 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 9.0.0.0
02-Feb-2018 14:07:56.935 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Mac OS X
02-Feb-2018 14:07:56.935 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 10.13.3
02-Feb-2018 14:07:56.935 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: x86_64
02-Feb-2018 14:07:56.935 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
02-Feb-2018 14:07:56.935 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_131-b11
02-Feb-2018 14:07:56.935 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
02-Feb-2018 14:07:56.935 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /Users/kohgylw/program/kiftd
02-Feb-2018 14:07:56.935 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /Users/kohgylw/program/kiftd
02-Feb-2018 14:07:56.936 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/Users/kohgylw/program/kiftd/conf/logging.properties
02-Feb-2018 14:07:56.936 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
02-Feb-2018 14:07:56.936 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1g
02-Feb-2018 14:07:56.936 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1g
02-Feb-2018 14:07:56.937 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
02-Feb-2018 14:07:56.937 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
02-Feb-2018 14:07:56.937 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/Users/kohgylw/program/kiftd
02-Feb-2018 14:07:56.937 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/Users/kohgylw/program/kiftd
02-Feb-2018 14:07:56.937 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/Users/kohgylw/program/kiftd/temp
02-Feb-2018 14:07:56.937 信息 [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Users/kohgylw/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
02-Feb-2018 14:07:57.099 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
02-Feb-2018 14:07:57.138 信息 [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
02-Feb-2018 14:07:57.141 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
02-Feb-2018 14:07:57.142 信息 [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
02-Feb-2018 14:07:57.143 信息 [main] org.apache.catalina.startup.Catalina.load Initialization processed in 636 ms
02-Feb-2018 14:07:57.171 信息 [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
02-Feb-2018 14:07:57.171 信息 [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/9.0.0.M17
02-Feb-2018 14:07:57.179 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/docs
02-Feb-2018 14:07:57.555 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/docs has finished in 376 ms
02-Feb-2018 14:07:57.556 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/manager
02-Feb-2018 14:07:57.601 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/manager has finished in 45 ms
02-Feb-2018 14:07:57.601 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/examples
02-Feb-2018 14:07:57.939 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/examples has finished in 338 ms
02-Feb-2018 14:07:57.939 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/ROOT
02-Feb-2018 14:07:59.353 信息 [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.
02-Feb-2018 14:07:59.833 信息 [localhost-startStop-1] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization started
02-Feb-2018 14:07:59.899 信息 [localhost-startStop-1] org.springframework.web.context.support.XmlWebApplicationContext.prepareRefresh Refreshing Root WebApplicationContext: startup date [Fri Feb 02 14:07:59 CST 2018]; root of context hierarchy
02-Feb-2018 14:07:59.954 信息 [localhost-startStop-1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions Loading XML bean definitions from class path resource [spring.xml]
02-Feb-2018 14:08:00.788 信息 [localhost-startStop-1] org.springframework.jdbc.datasource.DriverManagerDataSource.setDriverClassName Loaded JDBC driver: org.h2.Driver
02-Feb-2018 14:08:01.376 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/errorController/pageNotFound.do]}" onto public java.lang.String kohgylw.controller.ErrorController.handleError(javax.servlet.http.HttpServletRequest)
02-Feb-2018 14:08:01.383 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/doLogin.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.doLogin(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpSession)
02-Feb-2018 14:08:01.384 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/deleteFile.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.deleteFile(javax.servlet.http.HttpServletRequest)
02-Feb-2018 14:08:01.384 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/getServerOS.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.getServerOS()
02-Feb-2018 14:08:01.385 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/getFolderView.ajax],produces=[text/html;charset=utf-8]}" onto public java.lang.String kohgylw.controller.HomeController.getFolderView(java.lang.String,javax.servlet.http.HttpSession,javax.servlet.http.HttpServletRequest)
02-Feb-2018 14:08:01.385 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/doLogout.do]}" onto public java.lang.String kohgylw.controller.HomeController.doLogout(javax.servlet.http.HttpSession)
02-Feb-2018 14:08:01.386 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/newFolder.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.newFolder(javax.servlet.http.HttpServletRequest)
02-Feb-2018 14:08:01.386 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/deleteFolder.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.deleteFolder(javax.servlet.http.HttpServletRequest)
02-Feb-2018 14:08:01.386 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/renameFolder.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.renameFolder(javax.servlet.http.HttpServletRequest)
02-Feb-2018 14:08:01.387 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/douploadFile.ajax],produces=[text/html;charset=utf-8]}" onto public java.lang.String kohgylw.controller.HomeController.douploadFile(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile)
02-Feb-2018 14:08:01.387 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/checkUploadFile.ajax],produces=[text/html;charset=utf-8]}" onto public java.lang.String kohgylw.controller.HomeController.checkUploadFile(javax.servlet.http.HttpServletRequest)
02-Feb-2018 14:08:01.388 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/downloadFile.do]}" onto public void kohgylw.controller.HomeController.downloadFile(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
02-Feb-2018 14:08:01.388 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/renameFile.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.renameFile(javax.servlet.http.HttpServletRequest)
02-Feb-2018 14:08:01.388 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/playVideo.do]}" onto public java.lang.String kohgylw.controller.HomeController.playVideo(javax.servlet.http.HttpServletRequest)
02-Feb-2018 14:08:01.517 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.initControllerAdviceCache Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Fri Feb 02 14:07:59 CST 2018]; root of context hierarchy
02-Feb-2018 14:08:01.579 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.initControllerAdviceCache Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Fri Feb 02 14:07:59 CST 2018]; root of context hierarchy
02-Feb-2018 14:08:01.602 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache Detected @ExceptionHandler methods in errorController
02-Feb-2018 14:08:01.746 信息 [localhost-startStop-1] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization completed in 1912 ms
02-Feb-2018 14:08:01.790 信息 [localhost-startStop-1] org.springframework.web.servlet.DispatcherServlet.initServletBean FrameworkServlet 'dispatcher': initialization started
02-Feb-2018 14:08:01.795 信息 [localhost-startStop-1] org.springframework.web.context.support.XmlWebApplicationContext.prepareRefresh Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Fri Feb 02 14:08:01 CST 2018]; parent: Root WebApplicationContext
02-Feb-2018 14:08:01.804 信息 [localhost-startStop-1] org.springframework.web.servlet.DispatcherServlet.initServletBean FrameworkServlet 'dispatcher': initialization completed in 14 ms
02-Feb-2018 14:08:01.808 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/ROOT has finished in 3,868 ms
02-Feb-2018 14:08:01.808 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/host-manager
02-Feb-2018 14:08:01.824 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/host-manager has finished in 16 ms
02-Feb-2018 14:08:01.828 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [http-nio-80]
02-Feb-2018 14:08:01.834 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [ajp-nio-8009]
02-Feb-2018 14:08:01.835 信息 [main] org.apache.catalina.startup.Catalina.start Server startup in 4692 ms
02-Feb-2018 14:13:52.282 信息 [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
02-Feb-2018 14:13:52.289 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
02-Feb-2018 14:13:54.296 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
02-Feb-2018 14:13:56.299 信息 [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
02-Feb-2018 14:13:56.307 信息 [localhost-startStop-2] org.springframework.web.context.support.XmlWebApplicationContext.doClose Closing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Fri Feb 02 14:08:01 CST 2018]; parent: Root WebApplicationContext
02-Feb-2018 14:13:56.319 信息 [localhost-startStop-2] org.springframework.web.context.support.XmlWebApplicationContext.doClose Closing Root WebApplicationContext: startup date [Fri Feb 02 14:07:59 CST 2018]; root of context hierarchy
02-Feb-2018 14:13:56.331 警告 [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
02-Feb-2018 14:13:56.353 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
02-Feb-2018 14:13:58.365 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
02-Feb-2018 14:14:00.367 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
02-Feb-2018 14:14:00.369 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
此差异已折叠。
23-Feb-2018 13:54:33.823 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.0.M17
23-Feb-2018 13:54:33.827 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Jan 10 2017 20:59:20 UTC
23-Feb-2018 13:54:33.827 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 9.0.0.0
23-Feb-2018 13:54:33.827 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Mac OS X
23-Feb-2018 13:54:33.827 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 10.13.3
23-Feb-2018 13:54:33.827 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: x86_64
23-Feb-2018 13:54:33.827 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
23-Feb-2018 13:54:33.828 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_131-b11
23-Feb-2018 13:54:33.828 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
23-Feb-2018 13:54:33.828 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /Users/kohgylw/program/kiftd
23-Feb-2018 13:54:33.828 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /Users/kohgylw/program/kiftd
23-Feb-2018 13:54:33.828 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/Users/kohgylw/program/kiftd/conf/logging.properties
23-Feb-2018 13:54:33.829 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
23-Feb-2018 13:54:33.829 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1g
23-Feb-2018 13:54:33.829 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1g
23-Feb-2018 13:54:33.829 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
23-Feb-2018 13:54:33.829 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
23-Feb-2018 13:54:33.829 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/Users/kohgylw/program/kiftd
23-Feb-2018 13:54:33.829 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/Users/kohgylw/program/kiftd
23-Feb-2018 13:54:33.830 信息 [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/Users/kohgylw/program/kiftd/temp
23-Feb-2018 13:54:33.830 信息 [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Users/kohgylw/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
23-Feb-2018 13:54:33.968 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
23-Feb-2018 13:54:34.003 信息 [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
23-Feb-2018 13:54:34.006 信息 [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
23-Feb-2018 13:54:34.008 信息 [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
23-Feb-2018 13:54:34.008 信息 [main] org.apache.catalina.startup.Catalina.load Initialization processed in 609 ms
23-Feb-2018 13:54:34.035 信息 [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
23-Feb-2018 13:54:34.035 信息 [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/9.0.0.M17
23-Feb-2018 13:54:34.043 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/docs
23-Feb-2018 13:54:34.397 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/docs has finished in 354 ms
23-Feb-2018 13:54:34.398 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/manager
23-Feb-2018 13:54:34.445 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/manager has finished in 47 ms
23-Feb-2018 13:54:34.446 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/examples
23-Feb-2018 13:54:34.785 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/examples has finished in 339 ms
23-Feb-2018 13:54:34.786 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/ROOT
23-Feb-2018 13:54:36.867 信息 [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.
23-Feb-2018 13:54:37.327 信息 [localhost-startStop-1] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization started
23-Feb-2018 13:54:37.396 信息 [localhost-startStop-1] org.springframework.web.context.support.XmlWebApplicationContext.prepareRefresh Refreshing Root WebApplicationContext: startup date [Fri Feb 23 13:54:37 CST 2018]; root of context hierarchy
23-Feb-2018 13:54:37.453 信息 [localhost-startStop-1] org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions Loading XML bean definitions from class path resource [spring.xml]
23-Feb-2018 13:54:38.235 信息 [localhost-startStop-1] org.springframework.jdbc.datasource.DriverManagerDataSource.setDriverClassName Loaded JDBC driver: org.h2.Driver
23-Feb-2018 13:54:38.952 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/errorController/pageNotFound.do]}" onto public java.lang.String kohgylw.controller.ErrorController.handleError(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.966 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/doLogin.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.doLogin(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpSession)
23-Feb-2018 13:54:38.967 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/deleteFile.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.deleteFile(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.967 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/doLogout.do]}" onto public java.lang.String kohgylw.controller.HomeController.doLogout(javax.servlet.http.HttpSession)
23-Feb-2018 13:54:38.968 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/getServerOS.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.getServerOS()
23-Feb-2018 13:54:38.969 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/getFolderView.ajax],produces=[text/html;charset=utf-8]}" onto public java.lang.String kohgylw.controller.HomeController.getFolderView(java.lang.String,javax.servlet.http.HttpSession,javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.969 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/newFolder.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.newFolder(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.970 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/deleteFolder.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.deleteFolder(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.970 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/renameFolder.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.renameFolder(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.974 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/douploadFile.ajax],produces=[text/html;charset=utf-8]}" onto public java.lang.String kohgylw.controller.HomeController.douploadFile(javax.servlet.http.HttpServletRequest,org.springframework.web.multipart.MultipartFile)
23-Feb-2018 13:54:38.974 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/checkUploadFile.ajax],produces=[text/html;charset=utf-8]}" onto public java.lang.String kohgylw.controller.HomeController.checkUploadFile(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.975 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/downloadFile.do]}" onto public void kohgylw.controller.HomeController.downloadFile(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
23-Feb-2018 13:54:38.975 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/renameFile.ajax]}" onto public java.lang.String kohgylw.controller.HomeController.renameFile(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.975 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/playVideo.do]}" onto public java.lang.String kohgylw.controller.HomeController.playVideo(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.976 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/pdfView.do]}" onto public java.lang.String kohgylw.controller.HomeController.pdfView(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:38.976 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.register Mapped "{[/homeController/showPicture.do]}" onto public java.lang.String kohgylw.controller.HomeController.showPicture(javax.servlet.http.HttpServletRequest)
23-Feb-2018 13:54:39.143 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.initControllerAdviceCache Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Fri Feb 23 13:54:37 CST 2018]; root of context hierarchy
23-Feb-2018 13:54:39.247 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.initControllerAdviceCache Looking for @ControllerAdvice: Root WebApplicationContext: startup date [Fri Feb 23 13:54:37 CST 2018]; root of context hierarchy
23-Feb-2018 13:54:39.285 信息 [localhost-startStop-1] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache Detected @ExceptionHandler methods in errorController
23-Feb-2018 13:54:39.418 信息 [localhost-startStop-1] org.springframework.web.context.ContextLoader.initWebApplicationContext Root WebApplicationContext: initialization completed in 2091 ms
23-Feb-2018 13:54:39.470 信息 [localhost-startStop-1] org.springframework.web.servlet.DispatcherServlet.initServletBean FrameworkServlet 'dispatcher': initialization started
23-Feb-2018 13:54:39.472 信息 [localhost-startStop-1] org.springframework.web.context.support.XmlWebApplicationContext.prepareRefresh Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Fri Feb 23 13:54:39 CST 2018]; parent: Root WebApplicationContext
23-Feb-2018 13:54:39.482 信息 [localhost-startStop-1] org.springframework.web.servlet.DispatcherServlet.initServletBean FrameworkServlet 'dispatcher': initialization completed in 12 ms
23-Feb-2018 13:54:39.486 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/ROOT has finished in 4,700 ms
23-Feb-2018 13:54:39.486 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /Users/kohgylw/program/kiftd/webapps/host-manager
23-Feb-2018 13:54:39.507 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /Users/kohgylw/program/kiftd/webapps/host-manager has finished in 21 ms
23-Feb-2018 13:54:39.510 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [http-nio-80]
23-Feb-2018 13:54:39.517 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [ajp-nio-8009]
23-Feb-2018 13:54:39.518 信息 [main] org.apache.catalina.startup.Catalina.start Server startup in 5509 ms
23-Feb-2018 13:58:14.197 信息 [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
23-Feb-2018 13:58:14.198 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
23-Feb-2018 13:58:16.204 信息 [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
23-Feb-2018 13:58:18.207 信息 [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
23-Feb-2018 13:58:18.211 信息 [localhost-startStop-2] org.springframework.web.context.support.XmlWebApplicationContext.doClose Closing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Fri Feb 23 13:54:39 CST 2018]; parent: Root WebApplicationContext
23-Feb-2018 13:58:18.219 信息 [localhost-startStop-2] org.springframework.web.context.support.XmlWebApplicationContext.doClose Closing Root WebApplicationContext: startup date [Fri Feb 23 13:54:37 CST 2018]; root of context hierarchy
23-Feb-2018 13:58:18.228 警告 [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
23-Feb-2018 13:58:18.249 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
23-Feb-2018 13:58:20.261 信息 [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
23-Feb-2018 13:58:22.268 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
23-Feb-2018 13:58:22.271 严重 [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to destroy component [Connector[HTTP/1.1-80]]
org.apache.catalina.LifecycleException: Protocol handler destroy failed
at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:1001)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322)
at org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:543)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322)
at org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:883)
at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:322)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:729)
at org.apache.catalina.startup.Catalina.start(Catalina.java:690)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:355)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:495)
Caused by: java.io.IOException: Thread signal failed
at sun.nio.ch.NativeThread.signal(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.implCloseSelectableChannel(ServerSocketChannelImpl.java:292)
at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(AbstractSelectableChannel.java:234)
at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:115)
at sun.nio.ch.ServerSocketAdaptor.close(ServerSocketAdaptor.java:137)
at org.apache.tomcat.util.net.NioEndpoint.unbind(NioEndpoint.java:307)
at org.apache.tomcat.util.net.AbstractEndpoint.destroy(AbstractEndpoint.java:1015)
at org.apache.coyote.AbstractProtocol.destroy(AbstractProtocol.java:621)
at org.apache.catalina.connector.Connector.destroyInternal(Connector.java:997)
... 13 more
23-Feb-2018 13:58:22.273 信息 [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
此差异已折叠。
30-Jan-2018 16:10:16.821 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
30-Jan-2018 16:10:16.821 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
30-Jan-2018 16:10:17.781 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
30-Jan-2018 16:10:18.086 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
30-Jan-2018 16:10:20.266 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
30-Jan-2018 16:45:52.715 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcher'
30-Jan-2018 16:45:52.724 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
30-Jan-2018 16:45:52.742 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
30-Jan-2018 16:45:52.742 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
31-Jan-2018 15:05:03.800 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
31-Jan-2018 15:05:03.800 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
31-Jan-2018 15:05:04.935 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
31-Jan-2018 15:05:05.286 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
31-Jan-2018 15:05:07.079 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
31-Jan-2018 15:06:37.365 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcher'
31-Jan-2018 15:06:37.370 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
31-Jan-2018 15:06:37.381 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
31-Jan-2018 15:06:37.381 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
31-Jan-2018 19:03:41.714 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
31-Jan-2018 19:03:41.714 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
31-Jan-2018 19:03:43.176 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
31-Jan-2018 19:03:43.538 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
31-Jan-2018 19:03:45.627 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
01-Feb-2018 10:37:21.373 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
01-Feb-2018 10:37:21.374 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
01-Feb-2018 10:37:22.840 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
01-Feb-2018 10:37:23.638 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
01-Feb-2018 10:37:25.868 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
01-Feb-2018 10:37:25.924 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcher'
01-Feb-2018 10:37:25.925 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
01-Feb-2018 10:37:25.940 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
01-Feb-2018 10:37:25.940 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
01-Feb-2018 10:56:04.907 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcher'
01-Feb-2018 10:56:04.920 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
01-Feb-2018 10:56:04.937 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
01-Feb-2018 10:56:04.937 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
01-Feb-2018 10:56:34.361 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
01-Feb-2018 10:56:34.361 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
01-Feb-2018 10:56:35.808 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
01-Feb-2018 10:56:36.178 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
01-Feb-2018 10:56:38.373 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
01-Feb-2018 10:57:30.704 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcher'
01-Feb-2018 10:57:30.830 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
01-Feb-2018 10:57:30.845 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
01-Feb-2018 10:57:30.845 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
02-Feb-2018 14:07:57.931 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
02-Feb-2018 14:07:57.931 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
02-Feb-2018 14:07:59.355 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
02-Feb-2018 14:07:59.833 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
02-Feb-2018 14:08:01.789 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
02-Feb-2018 14:13:56.306 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcher'
02-Feb-2018 14:13:56.319 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
02-Feb-2018 14:13:56.340 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
02-Feb-2018 14:13:56.340 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
13-Feb-2018 11:00:15.626 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
13-Feb-2018 11:00:15.626 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
13-Feb-2018 11:00:16.957 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
13-Feb-2018 11:00:17.404 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
13-Feb-2018 11:00:19.217 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
13-Feb-2018 11:02:38.160 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcher'
13-Feb-2018 11:02:38.167 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
13-Feb-2018 11:02:38.186 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
13-Feb-2018 11:02:38.187 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
13-Feb-2018 11:28:12.937 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
13-Feb-2018 11:28:12.938 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
13-Feb-2018 11:28:14.042 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
13-Feb-2018 11:28:14.358 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
13-Feb-2018 11:28:15.979 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
13-Feb-2018 11:37:02.025 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcher'
13-Feb-2018 11:37:02.030 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
13-Feb-2018 11:37:02.043 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
13-Feb-2018 11:37:02.043 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
23-Feb-2018 13:54:34.777 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
23-Feb-2018 13:54:34.777 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
23-Feb-2018 13:54:36.869 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
23-Feb-2018 13:54:37.327 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
23-Feb-2018 13:54:39.469 信息 [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'dispatcher'
23-Feb-2018 13:58:18.211 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'dispatcher'
23-Feb-2018 13:58:18.219 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Closing Spring root WebApplicationContext
23-Feb-2018 13:58:18.236 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
23-Feb-2018 13:58:18.236 信息 [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "GET / HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "GET /css/bootstrap.min.css HTTP/1.1" 200 121200
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "GET /js/bootstrap.min.js HTTP/1.1" 200 37045
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "GET /css/overrall.min.css HTTP/1.1" 200 368
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 200 86927
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "GET /js/home.min.js HTTP/1.1" 200 19148
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "GET /fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "GET /css/icon.png HTTP/1.1" 200 921
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:10:41 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 547
192.168.2.104 - - [30/Jan/2018:16:12:05 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 383
192.168.2.104 - - [30/Jan/2018:16:12:06 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 547
192.168.2.104 - - [30/Jan/2018:16:12:16 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
192.168.2.104 - - [30/Jan/2018:16:12:16 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:12:16 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:12:16 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
192.168.2.104 - - [30/Jan/2018:16:12:27 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
192.168.2.104 - - [30/Jan/2018:16:12:44 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
192.168.2.104 - - [30/Jan/2018:16:12:44 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 876
192.168.2.104 - - [30/Jan/2018:16:13:01 +0800] "POST /homeController/renameFile.ajax HTTP/1.1" 200 17
192.168.2.104 - - [30/Jan/2018:16:13:01 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 822
192.168.2.104 - - [30/Jan/2018:16:13:04 +0800] "GET /homeController/playVideo.do?fileId=27a61b01-0c6e-450d-8c71-bc41bf5a8e58 HTTP/1.1" 200 1892
192.168.2.104 - - [30/Jan/2018:16:13:04 +0800] "GET /css/video-js.min.css HTTP/1.1" 200 51815
192.168.2.104 - - [30/Jan/2018:16:13:04 +0800] "GET /js/videojs-ie8.min.js HTTP/1.1" 200 27279
192.168.2.104 - - [30/Jan/2018:16:13:04 +0800] "GET /js/video.js HTTP/1.1" 200 708706
192.168.2.104 - - [30/Jan/2018:16:13:04 +0800] "GET /fileblocks/file_b0b86bda0f1b41aba36508f0109f9b7f.block HTTP/1.1" 206 2892885340
192.168.2.104 - - [30/Jan/2018:16:13:04 +0800] "GET /fileblocks/file_b0b86bda0f1b41aba36508f0109f9b7f.block HTTP/1.1" 206 2892688732
192.168.2.104 - - [30/Jan/2018:16:13:04 +0800] "GET /fileblocks/file_b0b86bda0f1b41aba36508f0109f9b7f.block HTTP/1.1" 206 6122844
192.168.2.104 - - [30/Jan/2018:16:13:04 +0800] "GET /css/player.png HTTP/1.1" 200 893
192.168.2.104 - - [30/Jan/2018:16:13:04 +0800] "GET /fileblocks/file_b0b86bda0f1b41aba36508f0109f9b7f.block HTTP/1.1" 206 2892885340
192.168.2.104 - - [30/Jan/2018:16:13:12 +0800] "GET /fileblocks/file_b0b86bda0f1b41aba36508f0109f9b7f.block HTTP/1.1" 206 2618682716
192.168.2.104 - - [30/Jan/2018:16:13:14 +0800] "GET /fileblocks/file_b0b86bda0f1b41aba36508f0109f9b7f.block HTTP/1.1" 206 2702765404
192.168.2.104 - - [30/Jan/2018:16:13:20 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:13:20 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:13:20 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 822
192.168.2.104 - - [30/Jan/2018:16:13:24 +0800] "GET /homeController/doLogout.do HTTP/1.1" 302 -
192.168.2.104 - - [30/Jan/2018:16:13:24 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:13:24 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:13:24 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 788
192.168.2.104 - - [30/Jan/2018:16:14:08 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
192.168.2.104 - - [30/Jan/2018:16:14:08 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:14:09 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:14:09 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 822
192.168.2.104 - - [30/Jan/2018:16:14:11 +0800] "POST /homeController/deleteFile.ajax HTTP/1.1" 200 17
192.168.2.104 - - [30/Jan/2018:16:14:11 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
192.168.2.104 - - [30/Jan/2018:16:14:29 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
192.168.2.104 - - [30/Jan/2018:16:14:49 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
192.168.2.104 - - [30/Jan/2018:16:14:49 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 858
192.168.2.104 - - [30/Jan/2018:16:15:21 +0800] "POST /homeController/renameFile.ajax HTTP/1.1" 200 17
192.168.2.104 - - [30/Jan/2018:16:15:21 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 817
192.168.2.104 - - [30/Jan/2018:16:15:46 +0800] "POST /homeController/renameFile.ajax HTTP/1.1" 200 17
192.168.2.104 - - [30/Jan/2018:16:15:46 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 829
192.168.2.104 - - [30/Jan/2018:16:15:52 +0800] "POST /homeController/renameFile.ajax HTTP/1.1" 200 17
192.168.2.104 - - [30/Jan/2018:16:15:52 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 830
192.168.2.104 - - [30/Jan/2018:16:15:57 +0800] "GET /homeController/playVideo.do?fileId=b11596a9-2233-4e95-8f1c-b4c261c74996 HTTP/1.1" 200 1900
192.168.2.104 - - [30/Jan/2018:16:15:57 +0800] "GET /css/video-js.min.css HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:15:57 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:15:57 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 2897518009
192.168.2.104 - - [30/Jan/2018:16:15:57 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:15:58 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 7609
192.168.2.104 - - [30/Jan/2018:16:16:00 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:16:04 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 1611726848
192.168.2.104 - - [30/Jan/2018:16:16:08 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 1262157824
192.168.2.104 - - [30/Jan/2018:16:16:10 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 1028161536
192.168.2.104 - - [30/Jan/2018:16:16:12 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 681410560
192.168.2.104 - - [30/Jan/2018:16:16:14 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 316276736
192.168.2.104 - - [30/Jan/2018:16:16:15 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 187203584
192.168.2.104 - - [30/Jan/2018:16:16:27 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:16:27 +0800] "GET /js/home.min.js HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:16:27 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:16:27 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 830
192.168.2.104 - - [30/Jan/2018:16:17:01 +0800] "GET /homeController/doLogout.do HTTP/1.1" 302 -
192.168.2.104 - - [30/Jan/2018:16:17:01 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:17:01 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:17:01 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 796
192.168.2.104 - - [30/Jan/2018:16:18:34 +0800] "GET /homeController/playVideo.do?fileId=b11596a9-2233-4e95-8f1c-b4c261c74996 HTTP/1.1" 200 1900
192.168.2.104 - - [30/Jan/2018:16:18:34 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:18:39 +0800] "GET /fileblocks/file_2095c6707409405dbc625434319e59f6.block HTTP/1.1" 206 1268023296
192.168.2.104 - - [30/Jan/2018:16:18:41 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:18:41 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:18:41 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 796
192.168.2.110 - - [30/Jan/2018:16:21:02 +0800] "GET /favicon.ico HTTP/1.1" 404 1680
192.168.2.110 - - [30/Jan/2018:16:21:06 +0800] "GET / HTTP/1.1" 200 12060
192.168.2.110 - - [30/Jan/2018:16:21:06 +0800] "GET /css/bootstrap.min.css HTTP/1.1" 200 121200
192.168.2.110 - - [30/Jan/2018:16:21:06 +0800] "GET /css/overrall.min.css HTTP/1.1" 200 368
192.168.2.110 - - [30/Jan/2018:16:21:06 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 200 86927
192.168.2.110 - - [30/Jan/2018:16:21:06 +0800] "GET /js/home.min.js HTTP/1.1" 200 19148
192.168.2.110 - - [30/Jan/2018:16:21:06 +0800] "GET /js/bootstrap.min.js HTTP/1.1" 200 37045
192.168.2.110 - - [30/Jan/2018:16:21:07 +0800] "GET /fonts/glyphicons-halflings-regular.eot? HTTP/1.1" 200 20127
192.168.2.110 - - [30/Jan/2018:16:21:07 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.110 - - [30/Jan/2018:16:21:07 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 796
192.168.2.110 - - [30/Jan/2018:16:21:17 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
192.168.2.110 - - [30/Jan/2018:16:21:17 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.110 - - [30/Jan/2018:16:21:17 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.110 - - [30/Jan/2018:16:21:17 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 830
192.168.2.110 - - [30/Jan/2018:16:21:24 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.110 - - [30/Jan/2018:16:21:24 +0800] "GET /css/bootstrap.min.css HTTP/1.1" 304 -
192.168.2.110 - - [30/Jan/2018:16:21:24 +0800] "GET /css/overrall.min.css HTTP/1.1" 304 -
192.168.2.110 - - [30/Jan/2018:16:21:24 +0800] "GET /fonts/glyphicons-halflings-regular.eot? HTTP/1.1" 304 -
192.168.2.110 - - [30/Jan/2018:16:21:24 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 304 -
192.168.2.110 - - [30/Jan/2018:16:21:24 +0800] "GET /js/bootstrap.min.js HTTP/1.1" 304 -
192.168.2.110 - - [30/Jan/2018:16:21:24 +0800] "GET /js/home.min.js HTTP/1.1" 304 -
192.168.2.110 - - [30/Jan/2018:16:21:24 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.110 - - [30/Jan/2018:16:21:25 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 830
192.168.2.110 - - [30/Jan/2018:16:21:41 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.110 - - [30/Jan/2018:16:21:41 +0800] "GET /favicon.ico HTTP/1.1" 404 1680
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "GET /css/bootstrap.min.css HTTP/1.1" 200 121200
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "GET /css/overrall.min.css HTTP/1.1" 200 368
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 200 86927
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "GET /js/bootstrap.min.js HTTP/1.1" 200 37045
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "GET /js/home.min.js HTTP/1.1" 200 19148
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "GET /fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "GET /css/icon.png HTTP/1.1" 200 921
192.168.2.110 - - [30/Jan/2018:16:21:55 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 830
192.168.2.110 - - [30/Jan/2018:16:22:21 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
192.168.2.104 - - [30/Jan/2018:16:23:26 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 796
192.168.2.104 - - [30/Jan/2018:16:23:36 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 796
192.168.2.104 - - [30/Jan/2018:16:24:01 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 383
192.168.2.104 - - [30/Jan/2018:16:24:02 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 796
192.168.2.110 - - [30/Jan/2018:16:28:25 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
192.168.2.110 - - [30/Jan/2018:16:28:25 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1085
192.168.2.104 - - [30/Jan/2018:16:28:35 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1051
192.168.2.104 - - [30/Jan/2018:16:28:43 +0800] "GET /homeController/playVideo.do?fileId=812a339b-7949-4ec6-8744-df6c8c04376b HTTP/1.1" 200 1905
192.168.2.104 - - [30/Jan/2018:16:28:43 +0800] "GET /css/video-js.min.css HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:28:43 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:28:43 +0800] "GET /js/videojs-ie8.min.js HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:28:43 +0800] "GET /js/video.js HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:28:43 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 3971337634
192.168.2.104 - - [30/Jan/2018:16:28:43 +0800] "GET /css/player.png HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:28:43 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 3967700386
192.168.2.104 - - [30/Jan/2018:16:30:04 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 3801599394
192.168.2.104 - - [30/Jan/2018:16:30:06 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:30:08 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:30:30 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:30:39 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:30:50 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:30:51 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:30:53 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:30:56 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:30:58 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:30:59 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:31:01 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:31:02 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:31:20 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:31:26 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:31:39 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.104 - - [30/Jan/2018:16:31:41 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 42369024
192.168.2.104 - - [30/Jan/2018:16:31:42 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 38895616
192.168.2.104 - - [30/Jan/2018:16:32:27 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 35651584
192.168.2.104 - - [30/Jan/2018:16:33:19 +0800] "GET /fileblocks/file_b0de4d0412874bf09151da75b9af6065.block HTTP/1.1" 206 2147483647
192.168.2.110 - - [30/Jan/2018:16:35:33 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.110 - - [30/Jan/2018:16:36:10 +0800] "GET /js/home.min.js HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:44:57 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:44:57 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:44:57 +0800] "GET /js/home.min.js HTTP/1.1" 304 -
192.168.2.104 - - [30/Jan/2018:16:44:57 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:44:57 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1051
192.168.2.104 - - [30/Jan/2018:16:45:07 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
192.168.2.104 - - [30/Jan/2018:16:45:07 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:45:07 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:45:07 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1085
192.168.2.104 - - [30/Jan/2018:16:45:11 +0800] "POST /homeController/deleteFile.ajax HTTP/1.1" 200 17
192.168.2.104 - - [30/Jan/2018:16:45:11 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 830
192.168.2.104 - - [30/Jan/2018:16:45:16 +0800] "POST /homeController/deleteFile.ajax HTTP/1.1" 200 17
192.168.2.104 - - [30/Jan/2018:16:45:16 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
192.168.2.104 - - [30/Jan/2018:16:45:34 +0800] "GET /homeController/doLogout.do HTTP/1.1" 302 -
192.168.2.104 - - [30/Jan/2018:16:45:34 +0800] "GET /home.jsp HTTP/1.1" 200 12060
192.168.2.104 - - [30/Jan/2018:16:45:34 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
192.168.2.104 - - [30/Jan/2018:16:45:34 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 547
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "GET / HTTP/1.1" 200 12056
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "GET /css/overrall.min.css HTTP/1.1" 200 368
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "GET /css/bootstrap.min.css HTTP/1.1" 200 121200
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "GET /js/home.min.js HTTP/1.1" 200 19148
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "GET /js/bootstrap.min.js HTTP/1.1" 200 37045
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 200 86927
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "GET /fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "GET /css/icon.png HTTP/1.1" 200 921
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [31/Jan/2018:15:05:12 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 547
127.0.0.1 - - [31/Jan/2018:15:05:14 +0800] "GET / HTTP/1.1" 200 12056
127.0.0.1 - - [31/Jan/2018:15:05:14 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [31/Jan/2018:15:05:14 +0800] "GET /css/icon.png HTTP/1.1" 200 921
127.0.0.1 - - [31/Jan/2018:15:05:14 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 547
127.0.0.1 - - [31/Jan/2018:15:05:27 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
127.0.0.1 - - [31/Jan/2018:15:05:27 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [31/Jan/2018:15:05:28 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [31/Jan/2018:15:05:28 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
127.0.0.1 - - [31/Jan/2018:15:05:30 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 417
127.0.0.1 - - [31/Jan/2018:15:05:30 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
127.0.0.1 - - [31/Jan/2018:15:05:31 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 419
127.0.0.1 - - [31/Jan/2018:15:05:32 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
127.0.0.1 - - [31/Jan/2018:15:06:09 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
127.0.0.1 - - [31/Jan/2018:15:06:09 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
127.0.0.1 - - [31/Jan/2018:15:06:09 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 847
127.0.0.1 - - [31/Jan/2018:15:06:20 +0800] "POST /homeController/deleteFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [31/Jan/2018:15:06:20 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
127.0.0.1 - - [01/Feb/2018:10:37:27 +0800] "GET / HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:37:27 +0800] "GET /js/home.min.js HTTP/1.1" 304 -
127.0.0.1 - - [01/Feb/2018:10:37:27 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 304 -
127.0.0.1 - - [01/Feb/2018:10:37:27 +0800] "GET /fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028
127.0.0.1 - - [01/Feb/2018:10:37:28 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:37:28 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 547
127.0.0.1 - - [01/Feb/2018:10:37:29 +0800] "GET / HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:37:29 +0800] "GET /css/icon.png HTTP/1.1" 200 921
127.0.0.1 - - [01/Feb/2018:10:37:29 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:37:29 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 547
127.0.0.1 - - [01/Feb/2018:10:37:43 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
127.0.0.1 - - [01/Feb/2018:10:37:43 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:37:43 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:37:43 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
127.0.0.1 - - [01/Feb/2018:10:39:04 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
127.0.0.1 - - [01/Feb/2018:10:39:04 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
127.0.0.1 - - [01/Feb/2018:10:39:04 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 838
127.0.0.1 - - [01/Feb/2018:10:39:30 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
127.0.0.1 - - [01/Feb/2018:10:39:30 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
127.0.0.1 - - [01/Feb/2018:10:39:30 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1075
127.0.0.1 - - [01/Feb/2018:10:39:51 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
127.0.0.1 - - [01/Feb/2018:10:40:12 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
127.0.0.1 - - [01/Feb/2018:10:40:12 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1353
127.0.0.1 - - [01/Feb/2018:10:40:14 +0800] "GET /homeController/doLogout.do HTTP/1.1" 302 -
127.0.0.1 - - [01/Feb/2018:10:40:14 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:40:15 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:40:15 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1319
127.0.0.1 - - [01/Feb/2018:10:40:26 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
127.0.0.1 - - [01/Feb/2018:10:40:26 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:40:26 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:40:26 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1353
127.0.0.1 - - [01/Feb/2018:10:41:03 +0800] "POST /homeController/renameFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [01/Feb/2018:10:41:03 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1338
127.0.0.1 - - [01/Feb/2018:10:41:22 +0800] "POST /homeController/renameFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [01/Feb/2018:10:41:22 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1357
127.0.0.1 - - [01/Feb/2018:10:41:33 +0800] "POST /homeController/renameFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [01/Feb/2018:10:41:33 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1369
127.0.0.1 - - [01/Feb/2018:10:41:49 +0800] "GET /homeController/doLogout.do HTTP/1.1" 302 -
127.0.0.1 - - [01/Feb/2018:10:41:49 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:41:49 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:41:49 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1335
127.0.0.1 - - [01/Feb/2018:10:45:50 +0800] "GET /homeController/playVideo.do?fileId=c17f311e-b682-43ed-8686-95f2291d2d49 HTTP/1.1" 200 1909
127.0.0.1 - - [01/Feb/2018:10:45:50 +0800] "GET /js/video.js HTTP/1.1" 200 708706
127.0.0.1 - - [01/Feb/2018:10:45:50 +0800] "GET /css/video-js.min.css HTTP/1.1" 200 51815
127.0.0.1 - - [01/Feb/2018:10:45:50 +0800] "GET /js/videojs-ie8.min.js HTTP/1.1" 200 27279
127.0.0.1 - - [01/Feb/2018:10:45:50 +0800] "GET /fileblocks/file_8941991e184b4ec6a0dbfdd499be976d.block HTTP/1.1" 206 2897518009
127.0.0.1 - - [01/Feb/2018:10:45:50 +0800] "GET /fileblocks/file_8941991e184b4ec6a0dbfdd499be976d.block HTTP/1.1" 206 2147483647
127.0.0.1 - - [01/Feb/2018:10:45:50 +0800] "GET /fileblocks/file_8941991e184b4ec6a0dbfdd499be976d.block HTTP/1.1" 206 7609
127.0.0.1 - - [01/Feb/2018:10:45:50 +0800] "GET /css/player.png HTTP/1.1" 200 893
127.0.0.1 - - [01/Feb/2018:10:45:52 +0800] "GET /fileblocks/file_8941991e184b4ec6a0dbfdd499be976d.block HTTP/1.1" 206 2147483647
127.0.0.1 - - [01/Feb/2018:10:46:43 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:46:43 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:46:43 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1335
127.0.0.1 - - [01/Feb/2018:10:49:26 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
127.0.0.1 - - [01/Feb/2018:10:49:26 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:49:26 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:49:26 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1369
127.0.0.1 - - [01/Feb/2018:10:51:51 +0800] "GET /homeController/doLogout.do HTTP/1.1" 302 -
127.0.0.1 - - [01/Feb/2018:10:51:51 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:51:52 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:51:52 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1335
127.0.0.1 - - [01/Feb/2018:10:56:38 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:56:38 +0800] "GET /css/icon.png HTTP/1.1" 200 921
127.0.0.1 - - [01/Feb/2018:10:56:38 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:56:38 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1335
127.0.0.1 - - [01/Feb/2018:10:56:45 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
127.0.0.1 - - [01/Feb/2018:10:56:45 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:56:45 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:56:46 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1369
127.0.0.1 - - [01/Feb/2018:10:56:50 +0800] "POST /homeController/deleteFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [01/Feb/2018:10:56:51 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 1099
127.0.0.1 - - [01/Feb/2018:10:56:52 +0800] "POST /homeController/deleteFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [01/Feb/2018:10:56:52 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 843
127.0.0.1 - - [01/Feb/2018:10:56:53 +0800] "GET /homeController/playVideo.do?fileId=c17f311e-b682-43ed-8686-95f2291d2d49 HTTP/1.1" 200 1909
127.0.0.1 - - [01/Feb/2018:10:56:53 +0800] "GET /fileblocks/file_8941991e184b4ec6a0dbfdd499be976d.block HTTP/1.1" 304 -
127.0.0.1 - - [01/Feb/2018:10:56:55 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:56:55 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:56:55 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 843
127.0.0.1 - - [01/Feb/2018:10:56:57 +0800] "POST /homeController/deleteFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [01/Feb/2018:10:56:57 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
127.0.0.1 - - [01/Feb/2018:10:57:02 +0800] "POST /homeController/deleteFolder.ajax HTTP/1.1" 200 19
127.0.0.1 - - [01/Feb/2018:10:57:02 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 419
127.0.0.1 - - [01/Feb/2018:10:57:18 +0800] "GET /homeController/doLogout.do HTTP/1.1" 302 -
127.0.0.1 - - [01/Feb/2018:10:57:18 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [01/Feb/2018:10:57:18 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [01/Feb/2018:10:57:18 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [02/Feb/2018:14:08:03 +0800] "GET / HTTP/1.1" 200 12056
127.0.0.1 - - [02/Feb/2018:14:08:03 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 304 -
127.0.0.1 - - [02/Feb/2018:14:08:03 +0800] "GET /js/home.min.js HTTP/1.1" 200 19148
127.0.0.1 - - [02/Feb/2018:14:08:03 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [02/Feb/2018:14:08:03 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [02/Feb/2018:14:08:45 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
127.0.0.1 - - [02/Feb/2018:14:08:45 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [02/Feb/2018:14:08:45 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [02/Feb/2018:14:08:46 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 419
127.0.0.1 - - [02/Feb/2018:14:08:54 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
127.0.0.1 - - [02/Feb/2018:14:09:13 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 15
127.0.0.1 - - [13/Feb/2018:11:00:21 +0800] "GET / HTTP/1.1" 200 12056
127.0.0.1 - - [13/Feb/2018:11:00:21 +0800] "GET /css/bootstrap.min.css HTTP/1.1" 304 -
127.0.0.1 - - [13/Feb/2018:11:00:21 +0800] "GET /css/overrall.min.css HTTP/1.1" 304 -
127.0.0.1 - - [13/Feb/2018:11:00:21 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 200 86927
127.0.0.1 - - [13/Feb/2018:11:00:21 +0800] "GET /js/home.min.js HTTP/1.1" 304 -
127.0.0.1 - - [13/Feb/2018:11:00:21 +0800] "GET /js/bootstrap.min.js HTTP/1.1" 200 37045
127.0.0.1 - - [13/Feb/2018:11:00:27 +0800] "GET /fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028
127.0.0.1 - - [13/Feb/2018:11:00:28 +0800] "GET /css/icon.png HTTP/1.1" 200 921
127.0.0.1 - - [13/Feb/2018:11:00:28 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [13/Feb/2018:11:00:28 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [13/Feb/2018:11:00:31 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [13/Feb/2018:11:00:32 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [13/Feb/2018:11:00:45 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
127.0.0.1 - - [13/Feb/2018:11:00:45 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [13/Feb/2018:11:00:45 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [13/Feb/2018:11:00:45 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 419
127.0.0.1 - - [13/Feb/2018:11:00:53 +0800] "POST /homeController/newFolder.ajax HTTP/1.1" 200 19
127.0.0.1 - - [13/Feb/2018:11:00:53 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 580
127.0.0.1 - - [13/Feb/2018:11:00:54 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 416
127.0.0.1 - - [13/Feb/2018:11:01:13 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
127.0.0.1 - - [13/Feb/2018:11:01:33 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
127.0.0.1 - - [13/Feb/2018:11:01:33 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 725
127.0.0.1 - - [13/Feb/2018:11:01:47 +0800] "POST /homeController/renameFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [13/Feb/2018:11:01:47 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 684
127.0.0.1 - - [13/Feb/2018:11:01:53 +0800] "GET /homeController/playVideo.do?fileId=53923ad1-c2c2-41b3-b78b-12bcf9dfba86 HTTP/1.1" 200 1883
127.0.0.1 - - [13/Feb/2018:11:01:53 +0800] "GET /css/video-js.min.css HTTP/1.1" 200 51815
127.0.0.1 - - [13/Feb/2018:11:01:53 +0800] "GET /js/video.js HTTP/1.1" 200 708706
127.0.0.1 - - [13/Feb/2018:11:01:53 +0800] "GET /js/videojs-ie8.min.js HTTP/1.1" 200 27279
127.0.0.1 - - [13/Feb/2018:11:01:53 +0800] "GET /fileblocks/file_0e66979bf18245ffb77111e623b215e7.block HTTP/1.1" 206 2897518009
127.0.0.1 - - [13/Feb/2018:11:01:53 +0800] "GET /fileblocks/file_0e66979bf18245ffb77111e623b215e7.block HTTP/1.1" 206 2897452473
127.0.0.1 - - [13/Feb/2018:11:01:53 +0800] "GET /fileblocks/file_0e66979bf18245ffb77111e623b215e7.block HTTP/1.1" 206 7609
127.0.0.1 - - [13/Feb/2018:11:01:54 +0800] "GET /css/player.png HTTP/1.1" 200 893
127.0.0.1 - - [13/Feb/2018:11:01:55 +0800] "GET /fileblocks/file_0e66979bf18245ffb77111e623b215e7.block HTTP/1.1" 206 2892570041
127.0.0.1 - - [13/Feb/2018:11:01:58 +0800] "GET /fileblocks/file_0e66979bf18245ffb77111e623b215e7.block HTTP/1.1" 206 2328796601
127.0.0.1 - - [13/Feb/2018:11:02:00 +0800] "GET /fileblocks/file_0e66979bf18245ffb77111e623b215e7.block HTTP/1.1" 206 1930993081
127.0.0.1 - - [13/Feb/2018:11:02:01 +0800] "GET /fileblocks/file_0e66979bf18245ffb77111e623b215e7.block HTTP/1.1" 206 1541283257
127.0.0.1 - - [13/Feb/2018:11:02:03 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [13/Feb/2018:11:02:04 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [13/Feb/2018:11:02:04 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 580
127.0.0.1 - - [13/Feb/2018:11:02:06 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 684
127.0.0.1 - - [13/Feb/2018:11:02:09 +0800] "POST /homeController/deleteFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [13/Feb/2018:11:02:09 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 416
127.0.0.1 - - [13/Feb/2018:11:02:11 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 580
127.0.0.1 - - [13/Feb/2018:11:02:14 +0800] "POST /homeController/deleteFolder.ajax HTTP/1.1" 200 19
127.0.0.1 - - [13/Feb/2018:11:02:14 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 419
127.0.0.1 - - [13/Feb/2018:11:32:15 +0800] "GET / HTTP/1.1" 200 12056
127.0.0.1 - - [13/Feb/2018:11:32:40 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [13/Feb/2018:11:32:40 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
172.20.10.1 - - [13/Feb/2018:11:33:21 +0800] "GET / HTTP/1.1" 200 12058
172.20.10.1 - - [13/Feb/2018:11:33:21 +0800] "GET /css/bootstrap.min.css HTTP/1.1" 200 121200
172.20.10.1 - - [13/Feb/2018:11:33:21 +0800] "GET /css/overrall.min.css HTTP/1.1" 200 368
172.20.10.1 - - [13/Feb/2018:11:33:21 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 200 86927
172.20.10.1 - - [13/Feb/2018:11:33:21 +0800] "GET /js/home.min.js HTTP/1.1" 200 19148
172.20.10.1 - - [13/Feb/2018:11:33:21 +0800] "GET /js/bootstrap.min.js HTTP/1.1" 200 37045
172.20.10.1 - - [13/Feb/2018:11:33:22 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
172.20.10.1 - - [13/Feb/2018:11:33:22 +0800] "GET /fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028
172.20.10.1 - - [13/Feb/2018:11:33:22 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
172.20.10.1 - - [13/Feb/2018:11:33:32 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
172.20.10.1 - - [13/Feb/2018:11:33:33 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [13/Feb/2018:11:33:48 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
127.0.0.1 - - [13/Feb/2018:11:33:48 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [13/Feb/2018:11:33:48 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [13/Feb/2018:11:33:48 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 419
127.0.0.1 - - [13/Feb/2018:11:34:00 +0800] "POST /homeController/newFolder.ajax HTTP/1.1" 200 19
127.0.0.1 - - [13/Feb/2018:11:34:00 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 580
127.0.0.1 - - [13/Feb/2018:11:34:01 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 416
172.20.10.1 - - [13/Feb/2018:11:34:18 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 546
127.0.0.1 - - [13/Feb/2018:11:34:29 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
127.0.0.1 - - [13/Feb/2018:11:34:48 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
127.0.0.1 - - [13/Feb/2018:11:34:48 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 725
127.0.0.1 - - [13/Feb/2018:11:35:13 +0800] "POST /homeController/renameFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [13/Feb/2018:11:35:13 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 684
172.20.10.1 - - [13/Feb/2018:11:35:23 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 650
172.20.10.1 - - [13/Feb/2018:11:35:26 +0800] "GET /homeController/playVideo.do?fileId=9c60d3c5-1644-43d1-bcaf-22a61dd65eaf HTTP/1.1" 200 1885
172.20.10.1 - - [13/Feb/2018:11:35:26 +0800] "GET /css/video-js.min.css HTTP/1.1" 200 51815
172.20.10.1 - - [13/Feb/2018:11:35:26 +0800] "GET /js/video.js HTTP/1.1" 200 708706
172.20.10.1 - - [13/Feb/2018:11:35:26 +0800] "GET /js/videojs-ie8.min.js HTTP/1.1" 200 27279
172.20.10.1 - - [13/Feb/2018:11:35:26 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2
172.20.10.1 - - [13/Feb/2018:11:35:27 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2
172.20.10.1 - - [13/Feb/2018:11:35:27 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2
172.20.10.1 - - [13/Feb/2018:11:35:27 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2897518009
172.20.10.1 - - [13/Feb/2018:11:35:27 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2895355321
172.20.10.1 - - [13/Feb/2018:11:35:46 +0800] "GET /homeController/playVideo.do?fileId=9c60d3c5-1644-43d1-bcaf-22a61dd65eaf HTTP/1.1" 200 1885
172.20.10.1 - - [13/Feb/2018:11:35:47 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2
172.20.10.1 - - [13/Feb/2018:11:35:47 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2897518009
172.20.10.1 - - [13/Feb/2018:11:35:47 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2895355321
172.20.10.1 - - [13/Feb/2018:11:35:55 +0800] "GET /home.jsp HTTP/1.1" 200 12058
172.20.10.1 - - [13/Feb/2018:11:35:55 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
172.20.10.1 - - [13/Feb/2018:11:35:55 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 546
127.0.0.1 - - [13/Feb/2018:11:36:07 +0800] "GET /homeController/playVideo.do?fileId=9c60d3c5-1644-43d1-bcaf-22a61dd65eaf HTTP/1.1" 200 1883
127.0.0.1 - - [13/Feb/2018:11:36:07 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2897518009
127.0.0.1 - - [13/Feb/2018:11:36:07 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2147483647
127.0.0.1 - - [13/Feb/2018:11:36:07 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 7609
127.0.0.1 - - [13/Feb/2018:11:36:09 +0800] "GET /fileblocks/file_22642a533017476f8719abc23687cc8c.block HTTP/1.1" 206 2147483647
127.0.0.1 - - [13/Feb/2018:11:36:22 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [13/Feb/2018:11:36:22 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [13/Feb/2018:11:36:22 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 580
127.0.0.1 - - [13/Feb/2018:11:36:26 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 684
127.0.0.1 - - [13/Feb/2018:11:36:32 +0800] "POST /homeController/deleteFile.ajax HTTP/1.1" 200 17
127.0.0.1 - - [13/Feb/2018:11:36:32 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 416
127.0.0.1 - - [13/Feb/2018:11:36:33 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 580
127.0.0.1 - - [13/Feb/2018:11:36:36 +0800] "POST /homeController/deleteFolder.ajax HTTP/1.1" 200 19
127.0.0.1 - - [13/Feb/2018:11:36:36 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 419
127.0.0.1 - - [13/Feb/2018:11:36:38 +0800] "GET /homeController/doLogout.do HTTP/1.1" 302 -
127.0.0.1 - - [13/Feb/2018:11:36:38 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [13/Feb/2018:11:36:38 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [13/Feb/2018:11:36:38 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "GET / HTTP/1.1" 200 12056
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "GET /css/bootstrap.min.css HTTP/1.1" 200 121200
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "GET /js/home.min.js HTTP/1.1" 200 19792
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "GET /js/bootstrap.min.js HTTP/1.1" 200 37045
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "GET /js/jquery-3.3.1.min.js HTTP/1.1" 200 86927
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "GET /css/overrall.min.css HTTP/1.1" 200 368
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "GET /fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "GET /css/icon.png HTTP/1.1" 200 921
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [23/Feb/2018:13:54:42 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [23/Feb/2018:13:54:44 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [23/Feb/2018:13:54:45 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
127.0.0.1 - - [23/Feb/2018:13:56:15 +0800] "POST /homeController/doLogin.ajax HTTP/1.1" 200 11
127.0.0.1 - - [23/Feb/2018:13:56:15 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [23/Feb/2018:13:56:15 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [23/Feb/2018:13:56:15 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 419
127.0.0.1 - - [23/Feb/2018:13:56:25 +0800] "POST /homeController/newFolder.ajax HTTP/1.1" 200 19
127.0.0.1 - - [23/Feb/2018:13:56:25 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
127.0.0.1 - - [23/Feb/2018:13:56:27 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 417
127.0.0.1 - - [23/Feb/2018:13:56:36 +0800] "POST /homeController/newFolder.ajax HTTP/1.1" 200 19
127.0.0.1 - - [23/Feb/2018:13:56:36 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 608
127.0.0.1 - - [23/Feb/2018:13:56:39 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 609
127.0.0.1 - - [23/Feb/2018:13:57:10 +0800] "POST /homeController/checkUploadFile.ajax HTTP/1.1" 200 12
127.0.0.1 - - [23/Feb/2018:13:57:23 +0800] "POST /homeController/douploadFile.ajax HTTP/1.1" 200 13
127.0.0.1 - - [23/Feb/2018:13:57:23 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 943
127.0.0.1 - - [23/Feb/2018:13:57:51 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 608
127.0.0.1 - - [23/Feb/2018:13:57:51 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 581
127.0.0.1 - - [23/Feb/2018:13:57:57 +0800] "POST /homeController/deleteFolder.ajax HTTP/1.1" 200 19
127.0.0.1 - - [23/Feb/2018:13:57:57 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 419
127.0.0.1 - - [23/Feb/2018:13:58:01 +0800] "GET /homeController/doLogout.do HTTP/1.1" 302 -
127.0.0.1 - - [23/Feb/2018:13:58:01 +0800] "GET /home.jsp HTTP/1.1" 200 12056
127.0.0.1 - - [23/Feb/2018:13:58:01 +0800] "POST /homeController/getServerOS.ajax HTTP/1.1" 200 8
127.0.0.1 - - [23/Feb/2018:13:58:01 +0800] "POST /homeController/getFolderView.ajax HTTP/1.1" 200 385
无法预览此类型文件
#Generated by Maven Integration for Eclipse
#Wed Jan 31 08:25:30 CST 2018
#Fri Feb 23 08:33:45 CST 2018
version=0.0.1-SNAPSHOT
groupId=kohgylw
m2e.projectName=KohgylwIFT
......
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<!doctype html>
<html>
<head>
<base href="<%=basePath%>">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KViewer</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/overrall.min.css">
<link rel="icon" type="image/x-icon" href="css/picture.png" />
</head>
<body>
<%-- 中央布局 --%>
<div class="container">
<%-- 头部 --%>
<div class="row">
<div class="col-md-12">
<div class="titlebox">
<span class="titletext"><em> 青阳图片查看器 <small><span
class="graytext">KIFT-Viewer</span></small></em></span>
<button class="btn btn-link rightbtn" onclick="reMainPage()">
关闭 <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>
</button>
</div>
<hr />
</div>
</div>
<%-- end 头部 --%>
<%-- 主体 --%>
<div class="row">
<div class="col-md-12">
<p class="subtitle">图片名称:${picture.fileName }</p>
<p class="subtitle">${picture.fileCreator }/${picture.fileCreationDate }/${picture.fileSize }
MB</p>
<br />
<!-- 图片窗口组件位置 -->
<img id="kiftpicture" class="video-js col-md-12"
src="fileblocks/${picture.filePath }" name="${picture.fileName }"
alt="错误:图片无法正常显示" />
</div>
</div>
<%-- end 主体 --%>
</div>
<%-- end 中央布局 --%>
</body>
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript">
function reMainPage() {
window.opener = null;
window.open('', '_self');
window.close();
}
</script>
</html>
\ No newline at end of file
......@@ -30,7 +30,7 @@
<span class="titletext"><em> 青阳网络视频播放器 <small><span
class="graytext">KIFT-Player</span></small></em></span>
<button class="btn btn-link rightbtn" onclick="reMainPage()">
返回 <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>
关闭 <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>
</button>
</div>
<hr />
......@@ -67,7 +67,9 @@
this.play();
});
function reMainPage(){
window.location.href="home.jsp";
window.opener = null;
window.open('', '_self');
window.close();
}
</script>
</html>
\ No newline at end of file
......@@ -160,7 +160,6 @@ function showAccountView(folderView) {
"<button class='btn btn-link rightbtn' data-toggle='modal' data-target='#loginModal'>登入<span class='glyphicon glyphicon-user' aria-hidden='true'></span></button>");
}
var authList = folderView.authList;
console.log(folderView);
if (authList != null) {
if (checkAuth(authList, "C")) {
$("#parentlistbox")
......@@ -291,14 +290,33 @@ function showFolderTable(folderView) {
+ fi.fileName
+ '"'
+ ")' class='btn btn-link btn-xs'><span class='glyphicon glyphicon-cloud-download'></span> 下载</button>";
console.log("获取的后缀名为:"+getSuffix(fi.fileName));
if (getSuffix(fi.fileName) == "mp4" || getSuffix(fi.fileName) == "webm") {
// 对于各种特殊格式文件提供的预览和播放功能
if (getSuffix(fi.fileName) == "mp4"
|| getSuffix(fi.fileName) == "webm") {
fileRow = fileRow
+ "<button onclick='playVideo("
+ '"'
+ fi.fileId
+ '"'
+ ")' class='btn btn-link btn-xs'><span class='glyphicon glyphicon-play'></span> 播放</button>";
} else if (getSuffix(fi.fileName) == "pdf") {
fileRow = fileRow
+ "<button onclick='pdfView("
+ '"'
+ fi.fileId
+ '"'
+ ")' class='btn btn-link btn-xs'><span class='glyphicon glyphicon-eye-open'></span> 预览</button>";
} else if (getSuffix(fi.fileName) == "jpg"
|| getSuffix(fi.fileName) == "jpeg"
|| getSuffix(fi.fileName) == "gif"
|| getSuffix(fi.fileName) == "png"
|| getSuffix(fi.fileName) == "bmp") {
fileRow = fileRow
+ "<button onclick='showPicture("
+ '"'
+ fi.fileId
+ '"'
+ ")' class='btn btn-link btn-xs'><span class='glyphicon glyphicon-picture'></span> 查看</button>";
}
}
if (aD) {
......@@ -773,15 +791,25 @@ function abortUpload() {
$('#uploadFileModal').modal('hide');
}
// 获取文件名的后缀名
// 获取文件名的后缀名,以小写形式输出
function getSuffix(filename) {
var index1 = filename.lastIndexOf(".");
var index2 = filename.length;
var suffix = filename.substring(index1 + 1, index2);
return suffix;
return suffix.toLowerCase();
}
// 播放指定格式的视频
function playVideo(fileId) {
window.open("homeController/playVideo.do?fileId=" + fileId);
}
// 预览PDF文档
function pdfView(fileId) {
window.open("homeController/pdfView.do?fileId=" + fileId);
}
//播放指定格式的视频
function playVideo(fileId){
window.location.href="homeController/playVideo.do?fileId="+fileId;
// 查看图片
function showPicture(fileId) {
window.open("homeController/showPicture.do?fileId=" + fileId);
}
\ No newline at end of file
此差异已折叠。
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册