Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Does not support port monitoring
Does not support port monitoring [message #159699] Wed, 08 February 2006 21:34 Go to next message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
I'm working with:
Eclipse 3.1
Tomcat 5.5.15
Axis 1_2_1
Java JDK 1.5

I just recently changed from older versions:
Tomcat 5.0.25
Axis 1_1
Java SDK 1.4

I wanted to upgrade to JDK 1.5 to work with "enums" that required that I
upgrade to Axis 1_2_1 or 1_3. I originally upgraded to 1_3 but backed up
to 1_2 because I noticed that within the Eclipse plugins there was a
org.apache.axis_1.2.1 and I thought it best to be consistent.

Since making these changes I have noticed a few errors that I had not seen
with the previous versions:

When I go to generate the Web Service from the WSDL. I choose new Web
Service as the option and of the check boxes on the first window I select
the following:
Top down Java bean Web Service
Start Web service in Web project
Monitor the Web Service
Overwrite files without warning
Create folders when necessary

These are the same options I have always selected and for the rest of the
windows I don't do anything differently.

Now I get an error message:
IWAB0002I Tomcat v5.5 Server @ localhost does not support port monitoring.

I did not get this before and cannot find any information. Can someone
please help.

Thanks,
Ben
Re: Does not support port monitoring [message #159789 is a reply to message #159699] Thu, 09 February 2006 13:11 Go to previous message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
I found the answer to this at
http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. jst.ws.axis.ui.doc.user/tasks/ttomcatserv.html
under the topic "Creating a Web Service and Java bean skeleton from WSDL.

Send the Web service traffic through the TCP/IP Monitor, which allows you
to watch the SOAP traffic generated by the Web service and to test this
traffic for WS-I compliance. Note that this is only supported for Tomcat
v4.0 and v4.1. If you are using Tomcat v5.0 and want to monitor the Web
service traffic, you need to manually set up a TCP/IP monitor as described
in Using the TCP/IP Monitor to test Web services
Previous Topic:WTP and Maven plug-in
Next Topic:can I merge two projects??
Goto Forum:
  


Current Time: Sat Apr 27 03:17:08 GMT 2024

Powered by FUDForum. Page generated in 0.02393 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top