>Tomcat 3.2 runs inside Visual Age for Java, but after (trying) a re-start I
get
>this message:
>FATAL:java.net.SocketException: Address already in use
>java.net.SocketException: Address already in use
>Seems that the 8080 port never get's released...
You're correct : IVJ doesn't close sockets even if the program performed an
an exit().
I think the cause is that IVJ runs all programs in only one JVM,
and uses a custom classloader to simulate several JVM's.
In this way, when a program exits, the JVM doesn't fall down
and sockets stay open.
The only solution I found is to restart IVJ (and therefore the JVM).
>Has anyone succesfully gotten 3.2 to work inside vaj?
Yes, OK with IVJ3.02 (JDK1.1.8 and JDK1.2.0) and with IVJ3.5 (JDK1.2.2) for
Windows (sorry).
Regards,
Thibault FREY.