https://issues.apache.org/bugzilla/show_bug.cgi?id=47629



--- Comment #3 from Mark Thomas <ma...@apache.org> 2009-08-03 23:47:15 BST ---
Start tomcat with
catalina.bat jpda start
and then connect your favourite IDE on port 8000 for remote debugging.
You'll need to point your IDE to s 5.5.27 source bundle to do anything useful

Put a break point in org.apache.catalina.connector.CoyoyeAdaptor.service() and
follow the processing of your first few requests.

Things to look out for:
1. Why does the first request break?
2. Does the response object being used ever change?

I suspect the answer to question 1 will help with question 2.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to