NutzCN Logo
问答 web项目用nutz-web启动没有打印主模块信息和ioc初始化等日志,访问时404,用tomcat7启动可以正常访问
发布于 1688天前 作者 qq_a96bd60c 1532 次浏览 复制 上一个帖子 下一个帖子
标签:
2019-9-6 13:7:35.966 WARN [main] !!You are using default SystemLog! Don't use it in Production environment!!
2019-9-6 13:7:36.9 INFO [main] launch by 'D:\hefei\dataResolve\build\classes\web.properties'
2019-09-06 13:07:36,290 DEBUG [main] o.e.j.u.log#initialized [162] Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog
2019-09-06 13:07:36,317 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.server.Server@62043840 + SelectChannelConnector@0.0.0.0:8888 as connector
2019-9-6 13:7:36.319 DEBUG [main] war path : file:/D:/hefei/dataResolve/src/main/java/
2019-09-06 13:07:36,339 DEBUG [main] o.e.j.u.c.Container#add [206] Container o.e.j.w.WebAppContext{/dataResolve,null},file:/D:/hefei/dataResolve/src/main/java/ + org.eclipse.jetty.servlet.ErrorPageErrorHandler@5056dfcb as error
2019-09-06 13:07:36,340 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.server.Server@62043840 + o.e.j.w.WebAppContext{/dataResolve,null},file:/D:/hefei/dataResolve/src/main/java/ as handler
2019-09-06 13:07:36,340 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting org.eclipse.jetty.server.Server@62043840
2019-09-06 13:07:36,342 INFO [main] o.e.j.s.Server#doStart [271] jetty-7.6.18.v20150929
2019-09-06 13:07:36,362 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.server.Server@62043840 + qtp710714889{8<=0<=0/254,-1} as threadpool
2019-09-06 13:07:36,362 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting o.e.j.w.WebAppContext{/dataResolve,null},file:/D:/hefei/dataResolve/src/main/java/
2019-09-06 13:07:36,374 DEBUG [main] o.e.j.w.WebAppContext#preConfigure [432] Thread Context classloader sun.misc.Launcher$AppClassLoader@73d16e93
2019-09-06 13:07:36,375 DEBUG [main] o.e.j.w.WebAppContext#preConfigure [436] Parent class loader: sun.misc.Launcher$ExtClassLoader@5fd0d5ae 
2019-09-06 13:07:36,376 DEBUG [main] o.e.j.w.WebAppContext#preConfigure [444] preConfigure o.e.j.w.WebAppContext{/dataResolve,null},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.WebInfConfiguration@d8355a8
2019-09-06 13:07:36,391 DEBUG [main] o.e.j.w.WebInfConfiguration#makeTempDirectory [397] Set temp dir C:\Users\ADMINI~1\AppData\Local\Temp\jetty-0.0.0.0-8888-java-_dataResolve-any-
2019-09-06 13:07:36,393 DEBUG [main] o.e.j.w.WebInfConfiguration#unpack [424] Try webapp=file:/D:/hefei/dataResolve/src/main/java/, exists=true, directory=true file=D:\hefei\dataResolve\src\main\java
2019-09-06 13:07:36,395 DEBUG [main] o.e.j.w.WebInfConfiguration#unpack [511] webapp=file:/D:/hefei/dataResolve/src/main/java/
2019-09-06 13:07:36,397 DEBUG [main] o.e.j.w.WebAppContext#preConfigure [444] preConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.WebXmlConfiguration@3bfdc050
2019-09-06 13:07:36,428 DEBUG [main] o.e.j.w.WebDescriptor#processVersion [207] jar:file:/D:/hefei/dataResolve/WebContent/WEB-INF/lib/jetty-all-server-7.6.18.v20150929.jar!/org/eclipse/jetty/webapp/webdefault.xml: Calculated metadatacomplete = True with version=2.5
2019-09-06 13:07:36,430 DEBUG [main] o.e.j.w.WebAppContext#preConfigure [444] preConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.MetaInfConfiguration@e25b2fe
2019-09-06 13:07:36,433 DEBUG [main] o.e.j.w.WebAppContext#preConfigure [444] preConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.FragmentConfiguration@754ba872
2019-09-06 13:07:36,433 DEBUG [main] o.e.j.w.WebAppContext#preConfigure [444] preConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.JettyWebXmlConfiguration@146ba0ac
2019-09-06 13:07:36,434 DEBUG [main] o.e.j.w.WebAppContext#preConfigure [444] preConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.TagLibConfiguration@4dfa3a9d
2019-09-06 13:07:36,456 DEBUG [main] o.e.j.w.WebAppContext#configure [455] configure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.WebInfConfiguration@d8355a8
2019-09-06 13:07:36,458 DEBUG [main] o.e.j.w.WebAppContext#configure [455] configure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.WebXmlConfiguration@3bfdc050
2019-09-06 13:07:36,464 DEBUG [main] o.e.j.w.WebAppContext#configure [455] configure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.MetaInfConfiguration@e25b2fe
2019-09-06 13:07:36,465 DEBUG [main] o.e.j.w.WebAppContext#configure [455] configure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.FragmentConfiguration@754ba872
2019-09-06 13:07:36,466 DEBUG [main] o.e.j.w.WebAppContext#configure [455] configure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.JettyWebXmlConfiguration@146ba0ac
2019-09-06 13:07:36,466 DEBUG [main] o.e.j.w.JettyWebXmlConfiguration#configure [66] Configuring web-jetty.xml
2019-09-06 13:07:36,467 DEBUG [main] o.e.j.w.WebAppContext#configure [455] configure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.TagLibConfiguration@4dfa3a9d
2019-09-06 13:07:36,467 DEBUG [main] o.e.j.w.MetaData#resolve [303] metadata resolve o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/
2019-09-06 13:07:36,483 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1167] filterNameMap={}
2019-09-06 13:07:36,484 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1168] pathFilters=null
2019-09-06 13:07:36,484 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1169] servletFilterMap=null
2019-09-06 13:07:36,485 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1170] servletPathMap={/=default}
2019-09-06 13:07:36,485 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1171] servletNameMap={default=default}
2019-09-06 13:07:36,489 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1167] filterNameMap={}
2019-09-06 13:07:36,490 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1168] pathFilters=null
2019-09-06 13:07:36,490 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1169] servletFilterMap=null
2019-09-06 13:07:36,490 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1170] servletPathMap={*.jspx=jsp, *.JSPX=jsp, *.jsp=jsp, *.JSPF=jsp, *.jspf=jsp, *.JSP=jsp, *.xsp=jsp, *.XSP=jsp, /=default}
2019-09-06 13:07:36,491 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1171] servletNameMap={default=default, jsp=jsp}
2019-09-06 13:07:36,504 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.servlet.ServletHandler@612fc6eb + default as servlet
2019-09-06 13:07:36,505 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.servlet.ServletHandler@612fc6eb + jsp as servlet
2019-09-06 13:07:36,505 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.servlet.ServletHandler@612fc6eb + [/]=>default as servletMapping
2019-09-06 13:07:36,505 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.servlet.ServletHandler@612fc6eb + [*.jsp, *.jspf, *.jspx, *.xsp, *.JSP, *.JSPF, *.JSPX, *.XSP]=>jsp as servletMapping
2019-09-06 13:07:36,505 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.security.ConstraintSecurityHandler@1060b431 + org.eclipse.jetty.servlet.ServletHandler@612fc6eb as handler
2019-09-06 13:07:36,506 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.server.session.SessionHandler@612679d6 + org.eclipse.jetty.security.ConstraintSecurityHandler@1060b431 as handler
2019-09-06 13:07:36,506 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.server.session.SessionHandler@612679d6 + org.eclipse.jetty.server.session.HashSessionManager@11758f2a as sessionManager
2019-09-06 13:07:36,506 DEBUG [main] o.e.j.u.c.Container#add [206] Container o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ + org.eclipse.jetty.server.session.SessionHandler@612679d6 as handler
2019-09-06 13:07:36,506 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting org.eclipse.jetty.server.session.SessionHandler@612679d6
2019-09-06 13:07:36,507 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting org.eclipse.jetty.server.session.HashSessionManager@11758f2a
2019-09-06 13:07:36,509 DEBUG [main] o.e.j.u.c.Container#add [206] Container org.eclipse.jetty.server.Server@62043840 + org.eclipse.jetty.server.session.HashSessionIdManager@6a1aab78 as sessionIdManager
2019-09-06 13:07:36,509 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting org.eclipse.jetty.server.session.HashSessionIdManager@6a1aab78
2019-09-06 13:07:36,520 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED org.eclipse.jetty.server.session.HashSessionIdManager@6a1aab78
2019-09-06 13:07:36,522 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED org.eclipse.jetty.server.session.HashSessionManager@11758f2a
2019-09-06 13:07:36,522 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting org.eclipse.jetty.security.ConstraintSecurityHandler@1060b431
2019-09-06 13:07:36,525 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting org.eclipse.jetty.servlet.ServletHandler@612fc6eb
2019-09-06 13:07:36,525 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1167] filterNameMap={}
2019-09-06 13:07:36,526 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1168] pathFilters=null
2019-09-06 13:07:36,526 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1169] servletFilterMap=null
2019-09-06 13:07:36,527 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1170] servletPathMap={*.jspx=jsp, *.JSPX=jsp, *.jsp=jsp, *.JSPF=jsp, *.jspf=jsp, *.JSP=jsp, *.xsp=jsp, *.XSP=jsp, /=default}
2019-09-06 13:07:36,527 DEBUG [main] o.e.j.s.ServletHandler#updateMappings [1171] servletNameMap={default=default, jsp=jsp}
2019-09-06 13:07:36,527 DEBUG [main] o.e.j.s.h.AbstractHandler#doStart [57] starting org.eclipse.jetty.servlet.ServletHandler@612fc6eb
2019-09-06 13:07:36,528 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED org.eclipse.jetty.servlet.ServletHandler@612fc6eb
2019-09-06 13:07:36,528 DEBUG [main] o.e.j.s.h.AbstractHandler#doStart [57] starting org.eclipse.jetty.security.ConstraintSecurityHandler@1060b431
2019-09-06 13:07:36,528 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED org.eclipse.jetty.security.ConstraintSecurityHandler@1060b431
2019-09-06 13:07:36,528 DEBUG [main] o.e.j.s.h.AbstractHandler#doStart [57] starting org.eclipse.jetty.server.session.SessionHandler@612679d6
2019-09-06 13:07:36,529 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED org.eclipse.jetty.server.session.SessionHandler@612679d6
2019-09-06 13:07:36,531 DEBUG [main] o.e.j.s.h.AbstractHandler#doStart [57] starting o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/
2019-09-06 13:07:36,531 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting org.eclipse.jetty.servlet.ErrorPageErrorHandler@5056dfcb
2019-09-06 13:07:36,532 DEBUG [main] o.e.j.s.h.AbstractHandler#doStart [57] starting org.eclipse.jetty.servlet.ErrorPageErrorHandler@5056dfcb
2019-09-06 13:07:36,532 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED org.eclipse.jetty.servlet.ErrorPageErrorHandler@5056dfcb
2019-09-06 13:07:36,535 INFO [main] o.e.j.s.h.ContextHandler#startContext [750] started o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/
2019-09-06 13:07:36,536 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting jsp
2019-09-06 13:07:36,536 DEBUG [main] o.e.j.s.Holder#doStart [91] Holding class org.apache.jasper.servlet.JspServlet
2019-09-06 13:07:36,566 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED jsp
2019-09-06 13:07:36,566 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting default
2019-09-06 13:07:36,568 DEBUG [main] o.e.j.s.Holder#doStart [91] Holding class org.eclipse.jetty.servlet.DefaultServlet
2019-09-06 13:07:36,572 DEBUG [main] o.e.j.s.DefaultServlet#init [298] resource base = null
2019-09-06 13:07:36,572 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED default
2019-09-06 13:07:36,573 DEBUG [main] o.e.j.w.WebAppContext#postConfigure [466] postConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.WebInfConfiguration@d8355a8
2019-09-06 13:07:36,573 DEBUG [main] o.e.j.w.WebAppContext#postConfigure [466] postConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.WebXmlConfiguration@3bfdc050
2019-09-06 13:07:36,573 DEBUG [main] o.e.j.w.WebAppContext#postConfigure [466] postConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.MetaInfConfiguration@e25b2fe
2019-09-06 13:07:36,574 DEBUG [main] o.e.j.w.WebAppContext#postConfigure [466] postConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.FragmentConfiguration@754ba872
2019-09-06 13:07:36,574 DEBUG [main] o.e.j.w.WebAppContext#postConfigure [466] postConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.JettyWebXmlConfiguration@146ba0ac
2019-09-06 13:07:36,574 DEBUG [main] o.e.j.w.WebAppContext#postConfigure [466] postConfigure o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/ with org.eclipse.jetty.webapp.TagLibConfiguration@4dfa3a9d
2019-09-06 13:07:36,574 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/
2019-09-06 13:07:36,575 DEBUG [main] o.e.j.s.h.AbstractHandler#doStart [57] starting org.eclipse.jetty.server.Server@62043840
2019-09-06 13:07:36,575 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting qtp710714889{8<=0<=0/254,-1}
2019-09-06 13:07:36,578 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED qtp710714889{8<=7<=8/254,0}
2019-09-06 13:07:36,579 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting SelectChannelConnector@0.0.0.0:8888
2019-09-06 13:07:36,584 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting null/null
2019-09-06 13:07:36,587 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED PooledBuffers [0/1024@6144,0/1024@16384,0/1024@-]/PooledBuffers [0/1024@6144,0/1024@32768,0/1024@-]
2019-09-06 13:07:36,587 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarting [179] starting org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@768b970c
2019-09-06 13:07:36,790 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@768b970c
2019-09-06 13:07:36,790 DEBUG [qtp710714889-13 Selector0] o.e.j.i.nio#run [285] Starting Thread[qtp710714889-13 Selector0,5,main] on org.eclipse.jetty.io.nio.SelectorManager$1@7d961acd
2019-09-06 13:07:36,792 INFO [main] o.e.j.s.AbstractConnector#doStart [338] Started SelectChannelConnector@0.0.0.0:8888
2019-09-06 13:07:36,793 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED SelectChannelConnector@0.0.0.0:8888
2019-09-06 13:07:36,794 DEBUG [main] o.e.j.u.c.AbstractLifeCycle#setStarted [172] STARTED org.eclipse.jetty.server.Server@62043840
2019-09-06 13:07:36,838 DEBUG [qtp710714889-13 Selector0] o.e.j.i.nio#createEndPoint [843] created SCEP@5c166beb{l(/127.0.0.1:59629)<->r(/127.0.0.1:8888),s=0,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0}-{AsyncHttpConnection@63b736eb,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
2019-09-06 13:07:36,840 DEBUG [qtp710714889-15] o.e.j.h.HttpParser#parseNext [277] filled 326/326
2019-09-06 13:07:36,845 DEBUG [qtp710714889-15 - /] o.e.j.s.Server#handle [364] REQUEST / on AsyncHttpConnection@63b736eb,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-5,l=10,c=0},r=1
2019-09-06 13:07:36,846 DEBUG [qtp710714889-15 - /] o.e.j.s.h.ContextHandler#doScope [900] scope null||/ @ o.e.j.w.WebAppContext{/dataResolve,file:/D:/hefei/dataResolve/src/main/java/},file:/D:/hefei/dataResolve/src/main/java/
2019-09-06 13:07:36,846 DEBUG [qtp710714889-15 - /] o.e.j.s.Server#handle [366] RESPONSE /  200 handled=false
2019-09-06 13:07:36,854 DEBUG [qtp710714889-15] o.e.j.s.AsyncHttpConnection#reset [211] Enabled read interest SCEP@5c166beb{l(/127.0.0.1:59629)<->r(/127.0.0.1:8888),s=1,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@63b736eb,g=HttpGenerator{s=4,h=0,b=0,c=-1},p=HttpParser{s=0,l=10,c=0},r=1}
2019-9-6 13:7:36.856 INFO [main] Server is up!
2019-9-6 13:7:36.863 INFO [main] Create admin port at 8889
2019-09-06 13:07:36,865 DEBUG [qtp710714889-15] o.e.j.h.HttpParser#parseNext [277] filled 0/0
2019-9-6 13:7:36.869 INFO [main] Local socket is up at :8889 with 1 action ready
2019-9-6 13:7:36.877 DEBUG [main] Waiting for new socket

9 回复

买Module设置了吗?

MainModule配置在web.xml了,用tomcat启动正常访问,就是用nutz-web启动访问404

写到web.properties里面

app-root=MainModule?

mainModule=xxx.yyy.zzz.MainModule

app-root=src/main/webapp
app-port=8888
app-context-path=/dataResolve
mainModule=geor.Main
app-root文档中说填应用的根路径?

@qq_a96bd60c 写绝对路径试试

app-root写绝对路径吗,我试了还是不行,这个路径写到项目名那一层吧?
app-root=D:/hefei/dataResolve
app-port=8888
app-context-path=/dataResolve
mainModule=geor.Main

问题应该就出在app-root=D:/hefei/dataResolve,我不是很明白这个参数的含义,相对或者绝对路径?应该填到哪一层目录?

添加回复
请先登陆
回到顶部