Just to make shure that I understood everthing: - The problem exists in the development setup - Tomcat is running standalone in the development setup.
I just can think of the following causes: - The servlet in tomcat is talking to the same tomcat instance. - The servlet in tomcat is talking to another webserver on the same server. - The servlet in tomcat is talking to another webserver on server B - The servlet in tomcat is talking to another webserver on server C - The servlet in tomcat is talking to proxy between development and production. - The servlet in tomcat is talking to iis and return 404 The message to me indicates that the connection was successfull and the result was a response code with 'file not found'. > -----Original Message----- > From: KRUEGER MICHAEL [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 21, 2004 1:52 PM > To: Tomcat Users List > Subject: AW: Problem invoking webservice from within servlets service > method. > > Development setup: > ==================== > 1) browser requests content from servlet running on tomcat > 3.3 on server (A) > 2) servlet calls webservice running on IIS on server (B) > > > As you can see the request from the servlet to the webservice > running on server (B) is the same in the development and in > the production environment. The thing is that I don't see the > request coming in on server (B) when running through tomcat. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
