The easiest thing to do is bring up tcpmon on anodd port (like 8181) routing it to tomcat (8080). -Dug
"Newman, Scott" <[EMAIL PROTECTED]> on 03/08/2002 03:09:16 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Bad namespace problems Hi Dug Running the tcpmon, the results I get, right off the bat (sounds like tomcat is messing up to me) in the request box is: Java.net.BindException: Address in use: JVM_Bind I thought on the off-chance that it was something else using port 80, so I changed both apache http and tomcat to use 70 instead, but same results. Any clue? Newman -----Original Message----- From: Doug Davis [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 2:38 PM To: [EMAIL PROTECTED] Subject: Bad namespace problems run your stuff through tcpmon - whenever I've seen the client complain about a bad namespace more often than not its because the server is returning an error and the Axis client tries to parse it as xml. tcpmon will show you the error the server is returning and then you'll know what's wrong. -Dug