MyEclipse中使用Tomcat8.x运行web程序,内置和外置浏览器都不显示问题

qq_41391935 2018-01-29 08:17:16
一直在MyEclipse中使用Tomcat8.x运行web程序,运行web程序后使用内置或外置浏览器都可以正常显示,今天下午突然就不好使了, 运行程序后无论内置或外置浏览器都不弹出来,tomcat8.x也没报错,运行后的信息如下:
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server version: Apache Tomcat/8.0.36
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server built: Jun 9 2016 13:55:50 UTC
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server number: 8.0.36.0
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Name: Windows 7
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Version: 6.1
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Architecture: amd64
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Java Home: D:\myeclipse2014\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Version: 1.7.0_45-b18
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Vendor: Oracle Corporation
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_BASE: F:\apache-tomcat-8.0.36
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_HOME: F:\apache-tomcat-8.0.36
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:53246
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.home=F:\apache-tomcat-8.0.36
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.base=F:\apache-tomcat-8.0.36
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.endorsed.dirs=F:\apache-tomcat-8.0.36/common/endorsed
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.io.tmpdir=F:\apache-tomcat-8.0.36\temp
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.library.path=D:\myeclipse2014\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\bin;F:\apache-tomcat-8.0.36\bin
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dsun.io.useCanonCaches=false
一月 29, 2018 8:10:40 下午 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: D:\myeclipse2014\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\bin;F:\apache-tomcat-8.0.36\bin
一月 29, 2018 8:10:40 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-nio-8080"]
一月 29, 2018 8:10:40 下午 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
信息: Using a shared selector for servlet write/read
一月 29, 2018 8:10:40 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-nio-8009"]
一月 29, 2018 8:10:40 下午 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
信息: Using a shared selector for servlet write/read
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 486 ms
一月 29, 2018 8:10:40 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
一月 29, 2018 8:10:40 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/8.0.36
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory F:\apache-tomcat-8.0.36\webapps\docs
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory F:\apache-tomcat-8.0.36\webapps\docs has finished in 312 ms
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory F:\apache-tomcat-8.0.36\webapps\examples
一月 29, 2018 8:10:40 下午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
一月 29, 2018 8:10:40 下午 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized()
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory F:\apache-tomcat-8.0.36\webapps\examples has finished in 265 ms
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory F:\apache-tomcat-8.0.36\webapps\host-manager
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory F:\apache-tomcat-8.0.36\webapps\host-manager has finished in 16 ms
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory F:\apache-tomcat-8.0.36\webapps\manager
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory F:\apache-tomcat-8.0.36\webapps\manager has finished in 16 ms
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory F:\apache-tomcat-8.0.36\webapps\ROOT
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory F:\apache-tomcat-8.0.36\webapps\ROOT has finished in 16 ms
一月 29, 2018 8:10:40 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory F:\apache-tomcat-8.0.36\webapps\Test2
一月 29, 2018 8:10:41 下午 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.
一月 29, 2018 8:10:41 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory F:\apache-tomcat-8.0.36\webapps\Test2 has finished in 124 ms
一月 29, 2018 8:10:41 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-nio-8080"]
一月 29, 2018 8:10:41 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-nio-8009"]
一月 29, 2018 8:10:41 下午 org.apache.catalina.startup.Catalina start
信息: Server startup in 794 ms
...全文
464 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
无聊的上午 2018-01-30
  • 打赏
  • 举报
回复
检查版本,myeclipse几?请说明
Sunyiban 2018-01-30
  • 打赏
  • 举报
回复
TOMCAT的版本是针对你用的JDK版本的,如果你程序不报错,应该是没什影响的~ 而且内置的和外置的肯定是兼容的
qq_41391935 2018-01-29
  • 打赏
  • 举报
回复
我换成MyEclipse内置的tomcat7可以正常运行web程序并弹出浏览器显示程序运行结果,但是换成8.x就无任何显示

81,092

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧