Does the problem still occur?
If the problem occurs with your code, consider removing your code from the equation completely (removing it from the Classpath, undeploying any of your web apps, etc…) and try using some of the examples that come with the New Atlanta product.For example if the product is ServletExec then try using TestServlet or DateServlet or hangman.jsp or the exampleWebApp.If the product is JTurbo, then try to run some of its simpler examples from a command line.If doing this reveals that the problem is only occurring when certain code is run, or when code is run in certain ways, then communicate that fact to the support staff of New Atlanta.If doing this reveals that the problem is only occurring when you run a specific chunk of code then comment out whole sections of that code in order to possibly isolate which block of code might be causing the problem.