RE: Port Problem

2004-04-26 Thread Galbreath, Mark A
Sounds like you have contention on port 8050; make sure no other application other than (I presume) Tomcat is using it. Mark -Original Message- From: Sarat Challa [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 6:50 PM To: [EMAIL PROTECTED] Subject: RE: Port Problem Hi, No, I

RE: Port Problem

2004-04-23 Thread Sarat Challa
ROTECTED]Sent: Friday, April 23, 2004 1:00 PMTo: [EMAIL PROTECTED]Subject: RE: Port Problem Hi,   I am able to use Apache SOAP, Jetspeed using 8050. But am not able to Apache Axis using 8050.   All other applications work fine with any other port except Apache Axis.   Each of these applications are insi

RE: Port Problem

2004-04-23 Thread Pridemore, Russell (MAN-Corporate)
ssage-From: Sarat Challa [mailto:[EMAIL PROTECTED]Sent: Friday, April 23, 2004 1:00 PMTo: [EMAIL PROTECTED]Subject: RE: Port Problem Hi,   I am able to use Apache SOAP, Jetspeed using 8050. But am not able to Apache Axis using 8050.   All other applications work fine with any

RE: Port Problem

2004-04-23 Thread Sarat Challa
Hi,   I am able to use Apache SOAP, Jetspeed using 8050. But am not able to Apache Axis using 8050.   All other applications work fine with any other port except Apache Axis.   Each of these applications are inside \webapps directory.   Regards, Sarat "Sherman, Dennis (END-CHI)" <[EMAIL PROTECTED]>

RE: Port Problem

2004-04-23 Thread Sherman, Dennis (END-CHI)
Are you able to connect to Tomcat on port 8050 for anything?  Your symptoms sure sound like it isn't really running there.   --Dennis R. ShermanEndeavor Information Systems847-227-2976[EMAIL PROTECTED]http://www.endinfosys.com -Original Message-From: Sarat Challa [mailto:[EMAI

RE: Port Problem

2004-04-22 Thread Pridemore, Russell (MAN-Corporate)
The port is a property of the servlet engine (Tomcat or whatever), not Axis.  If you are using Tomcat, look at server.xml. -Original Message-From: Sarat Challa [mailto:[EMAIL PROTECTED]Sent: Thursday, April 22, 2004 2:21 PMTo: [EMAIL PROTECTED]Subject: Port Problem Hi,

Re: Port Problem

2004-04-22 Thread Joe_Rattz
Since you don't provide any details as to what is wrong, I can't provide much help. I will say this, be aware of what ports your network security/firewall has disabled. I have been bitten by this in the past. You may find they leave 8080 open but close the port you are trying to use. Sara