Hi,

 

Thanks for the reply.

I use the following command.

java -cp "%AXISCLASSPATH%;%CLASSPATH%" org.apache.axis.utils.tcpmon 8080 10.125.79.152 8080

 

(class path has all the axis 1.2 jar files).

 

It gives me the following error.

java.net.BindException: Address already in use: JVM_Bind

 

I am using the tomcat 5.5.9 which is listening on 8080 port. I have deployed my web services in tomcat.

 

So I actually wanted to understand what are these ports that I am specifying so that I can configure it properly.

 

Regards,

Subir Sasikumar

 


From: Franz Fehringer [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 15, 2006 3:43 PM
To: [email protected]
Subject: Re: TCP mon (Axis1 and Axis2)

 

Your question reminded me to ask another question regarding tcpmon.
I personally start tcpmon with a command script containing

set AS=D:\Quellen\SVN\axis
set ASC=%AS%\c\obj\classes
set ASJ=%AS%\java\build\lib
set AXISCLASSPATH=%ASC%\wsdl2ws.jar;%ASC%\buildtools.jar;%ASJ%\axis.jar;%ASJ%\axis-ant.jar;%ASJ%\commons-discovery-0.2.jar;%ASJ%\commons-logging-1.0.4.jar;%ASJ%\jaxrpc.jar;%ASJ%\saaj.jar;%ASJ%\wsdl4j-1.5.1.jar
java -cp "%AXISCLASSPATH%;%CLASSPATH%" -Dhttp.proxyHost=proxy -Dhttp.proxyPort=81 org.apache.axis.utils.tcpmon 80 scftest.pegstour.com 80

where i checked out axis into D:\Quellen\SVN\axis using subversion (svn) and built first Axis Java and then Axis C++ by myself.
This is naturally only an example suited to my local environment.
My CLASSPATH btw is
CLASSPATH=.;C:\Programme\Saxon\saxon8.jar;C:\Programme\Tomcat 5.5\common\lib\servlet-api.jar;C:\Programme\Tomcat 5.5\com
mon\lib\jsp-api.jar;C:\Programme\Tomcat 5.5\common\lib\activation.jar;C:\Programme\Tomcat 5.5\common\lib\mail.jar;C:\Pro
gramme\Tomcat 5.5\common\lib\xmlsec.jar;C:\Programme\logging-log4j-1.2.12\dist\lib\log4j-1.2.12.jar;C:\Programme\junit3.
8.1\junit.jar

Greetings

Franz

[EMAIL PROTECTED] schrieb:

Hi,

 

Was this a question or answer??? I think the answer was to some other thread.

 

Regards,

Subir

 


From: Franz Fehringer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 15, 2006 3:28 PM
To: [email protected]
Subject: Re: TCP mon (Axis1 and Axis2)

 

And, by the way, what happened to the project of factoring out tcpmon into WS commons?

Greetings

Franz

[EMAIL PROTECTED] schrieb:

Hi,

 

This may be very basic question. Can some one tell me how can I set up TCPmon is my system.

 

I tried with what was mentioned in the following url http://ws.apache.org/axis/java/user-guide.html#AppendixUsingTheAxisTCPMonitorTcpmon

But without understanding what is what I am not able to configure any thing here.

 

I am a novice in this field.

 

Regards,

Subir S


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com

 


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com

 


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com

Reply via email to