I've searched the archives and the Net on this one with no luck, and I'm hoping perhaps someone on this list may be able to help.
I'm running Tomcat 4.0 and Apache SOAP. I would like to debug the target class in my IDE, VisualAge 4.0. So I now have a running Tomcat server up and running and all works well. My test class is invoked with parms from the SOAP request fine, IF the class is in the specified directory for my SOAP app. I've also successfully loaded the IBM Tomcat test environment, and I can invoke Tomcat successfully from within the IDE. It seems this is a Class loader issue in Apache SOAP. I was hoping if I removed my SOAP interface class from the Apache SOAP directory, it would then pass off the request to the class loader in the IDE and invoke that instance of the class, and voila I could debug it. Problem is if I do that Apache Tomcat & SOAP can't find any class, and I get a class not found error. If I leave the class there, and try and use the IDE to debug an external class, the breakpoint is never triggered but Apache does find the class and handle the request properly. Does anyone have any idea 1. whether this can be done & 2. any idea what I may need to do to enable debugging of my SOAP class? Any help appreciated. Thanks in advance. Tom -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
