Skip to content

Instantly share code, notes, and snippets.

@yurique
Created November 30, 2011 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yurique/1408639 to your computer and use it in GitHub Desktop.
Save yurique/1408639 to your computer and use it in GitHub Desktop.
tomcat async context log
initial request
counter: 0
sending data: Test data: 1322649537140
done: null
restarting async
async start
counter: 1
sending data: Test data: 1322649538139
done: null
restarting async
async start
counter: 2
sending data: Test data: 1322649539140
done: null
restarting async
async start
counter: 3
sending data: Test data: 1322649540140
done: null
restarting async
async start
counter: 4
sending data: Test data: 1322649541140
done: true
not restarting async
async complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment