Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jetty 8 newbie needs help with getting jsps to work in windows

I turned on DEBUG and here's what I see on the console when the jsp request
is submitted:

2012-12-29 06:03:36.734:DBUG:oeji.nio:created
SCEP@ca128d{l(/127.0.0.1:4157)<->r(/127.0.0.1:17760),d=false,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0}-{AsyncHttpConnection@881278,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-14,l=0,c=0},r=0}
2012-12-29 06:03:36.734:DBUG:oejh.HttpParser:filled 459/459
2012-12-29 06:03:36.750:DBUG:oejs.Server:REQUEST /wph/index.jsp on
AsyncHttpConnection@881278,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-5,l=29,c=0},r=1
2012-12-29 06:03:36.750:DBUG:oejsh.ContextHandler:scope null||/wph/index.jsp
@
o.e.j.s.h.ContextHandler{/wph,file:/F:/wph.org/jetty/jetty-distribution-8.1.8.v20121106/wph/}
2012-12-29 06:03:36.750:DBUG:oejsh.ContextHandler:context=/wph||/index.jsp @
o.e.j.s.h.ContextHandler{/wph,file:/F:/wph.org/jetty/jetty-distribution-8.1.8.v20121106/wph/}
2012-12-29 06:03:36.750:DBUG:oejs.Server:RESPONSE /wph/index.jsp  304
handled=true
2012-12-29 06:03:36.781:DBUG:oejs.AsyncHttpConnection:Enabled read interest
SCEP@ca128d{l(/127.0.0.1:4157)<->r(/127.0.0.1:17760),d=true,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@881278,g=HttpGenerator{s=4,h=0,b=-1,c=-1},p=HttpParser{s=0,l=29,c=0},r=1}
2012-12-29 06:03:36.781:DBUG:oejh.HttpParser:filled 0/0



--
View this message in context: http://jetty.4.n6.nabble.com/jetty-8-newbie-needs-help-with-getting-jsps-to-work-in-windows-tp4959755p4959756.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top