RE: BeanSerializer support array properties?

2002-07-25 Thread Cosley, Thomas
Title: RE: BeanSerializer support array properties? i had a similar problem and adding a no argument constructor seemed to fix it.  it seems that the BeanSerializer is perhaps not very good at letting you know if your bean does not comply with the java beans spec. -Original Message- F

RE: TCPMon giving BindException if 8080 used.

2002-07-25 Thread Cosley, Thomas
Title: RE: TCPMon giving BindException if 8080 used. because tomcat is listening on 8080 you cannot bind tcpmon to listen there as well.  the way to use tcpmon correctly is to set the target port to 8080 and set the listen port to some currently unused port (say 5049).  then  setup your client