Hi, Never mind. Sorry for the trouble. We now have a working solution that uses Actions instead of an HttpServlet subclass. My biggest mistake was using
URL url = new URL(getCodeBase(), "../../servlet/myapp/direct.MyServlet"); instead of URL url = new URL(getCodeBase(), "../../servlet/myapp/action/direct.MyServlet"); and my inability to understand the logs led me down a number of false trails. Peace, --Carl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
