consider a hexadecimal debug

2007-03-10 Thread lawrence hordy
hex instruction after hex instruction see where and what _ This March Break, Have An Outdoor Fun-For-All! http://local.live.com/?mkt=en-ca/?v=2&cid=A6D6BDB4586E357F!147

Tomcat 5.5.23 Will Not Unpackage Application

2007-03-10 Thread neilac333
I am attempting to deploy a proof-of-concept JSF application to Tomcat 5.5.23. I am using Ant to generate my WAR file, whose format is as follows: META-INF/ META-INF/MANIFEST.MF index.html index.xhtml result.xhtml WEB-INF/ WEB-INF/classes/ WEB-INF/classes/test/ WEB-INF/classes/test/PersonBean.cl

Re: Keep Alive handling

2007-03-10 Thread Peter Kennard
At 19:50 3/10/2007, you wrote: The "0" is the hex digint "Zero" the "terminal EOD" chunk is defined in HTTP1.1 as a chunk with a length of 0. This is what terminates the data for the current request. I tried "explicitly" putting in the keep alive header, though it is deprecated in HTTP1.1 a

BUG? - Mysterious "chunked" behavior

2007-03-10 Thread Peter Kennard
I have some real mysterious behavior, it seems the first chunk just doesn't make it into the output. Doesn't matter how long or short it is. Seems like a BUG unles I'm doing something wrong. /* in my real tiny test servlet */ public void service( ServletRequest req, Servlet

Re: Keep Alive handling

2007-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Peter Kennard wrote: > for HTTP1.1 (in tomcat 6) > > Does tomcat handle keep alive (ie: keeping a connection open for > subsequent requests) > > If so under what circumstances is the connection closed (or kept open)? > > Sending chunked cont

Keep Alive handling

2007-03-10 Thread Peter Kennard
for HTTP1.1 (in tomcat 6) Does tomcat handle keep alive (ie: keeping a connection open for subsequent requests) If so under what circumstances is the connection closed (or kept open)? Sending chunked content, with a terminal "\r\n0\r\n" will cause the connection to be disconnected. As does

Re: Correct static member cluster configuration for Tomcat 6/JDK.1.6.0/Linux

2007-03-10 Thread Gmail User
On Fri, 2007-03-09 at 09:03 -0700, Filip Hanik - Dev Lists wrote: > I've tested it, and it seems to work fine. > Here is what you are probably missing > > Machine A > > > > Machine B > > Thank you, it does work now. Ed ---

Re: Occasional XML parsing error when Tomcat is busy

2007-03-10 Thread David Delbecq
looks like a synchronization issue. check your code is threadsafe where things are shared between threads. On request is propably overriding datas while another is reading them. Roberts, Gerallt a écrit : > Hello, > > > > I have a web application that processes files, which has been working > fin

Re: Specifying relative path for TOMCAT 5.5 ?

2007-03-10 Thread org
Hi Rajendra, This also confused the hell out of me. Here are some tips If a url is relative, its relative to the page eg moreInfo/Details/SomePage.htm So its going to depend on the page the user is viewing and go from there... just like normal HTML pages. When you want it to go to an "absolu

RE: Tomcat and NetBeans IDE - THE BEST

2007-03-10 Thread org
Hi there, I also only recently started using Tomcat and Netbeans and its a match made in heaven. I use Tomcat for EVERYTHING its fantastic, wonderful, best thing I ever discovered, and Netbeans is sizzling hot as well. No, you dont have to use the embedded Tomcat server, and it wont be long