RE: VAJ and Tomcat 3.2

2000-12-06 Thread Ensing, Marco
Title: RE: VAJ and Tomcat 3.2 Here are my settings. Maybe this helps. Run properties \ Program :: set tomcat home variable  tomcat.home=d:\Tomcat Run properties \ classpath  d:\Tomcat\_classes\jasper.jar;  d:\Tomcat\_classes\servlet.jar;  d:\Tomcat\_classes\webserver.jar;  d:\Tomcat

RE: VAJ and Tomcat 3.2

2000-12-06 Thread AC
embre 2000 19:07 >À : [EMAIL PROTECTED] >Objet : Re: VAJ and Tomcat 3.2 > >Dear Rick, > >I thank you for your great help, but I have some comment : > > > > You're correct : IVJ doesn't close sockets even if the program performed >an > > > an exit(). &g

RE: VAJ and Tomcat 3.2

2000-12-06 Thread FREY Thibault
-Message d'origine- De : Rick Goeltz [mailto:[EMAIL PROTECTED]] Envoyé : mardi 5 décembre 2000 19:07 À : [EMAIL PROTECTED] Objet : Re: VAJ and Tomcat 3.2 Dear Rick, I thank you for your great help, but I have some comment : > > You're correct : IVJ doesn't clos

Re: VAJ and Tomcat 3.2

2000-12-05 Thread Stein M. Eliassen
Rick Goeltz wrote: > > When you want to stop Tomcat, use the > Console's top window, select the thread, and stop/remove it. > > To start Tomcat/VAJ, I go to the Tomcat class in the startup package and > modify it's Run properties; classpath stuff, plus the -D parameter to point > the standalone

Re: VAJ and Tomcat 3.2

2000-12-05 Thread Stein M. Eliassen
Hi, I have now tested Tomcat 3.2 on VAJ 3.5 on W2K and it works as it should, it's possible to re-start tomcat. Since Tomcat 3.1 worked okey in VAJ 3.02 for Linux, I assume there is something changed with the code that shuts down Tomcat 3.2. Maybe some tomcat-developer could share some thoughts

Re: VAJ and Tomcat 3.2

2000-12-05 Thread Rick Goeltz
> You're correct : IVJ doesn't close sockets even if the program performed an > an exit(). I have not seen this (Win98/NT, VAJ 3.0.2 EA, Tomcat 3.1/3.2). To run Tomcat within VAJ, the first thing I do is get Tomcat running standalone. Then, install Tomcat in VAJ. I mention this because I ha

RE: VAJ and Tomcat 3.2

2000-12-05 Thread FREY Thibault
> >Seems that the 8080 port never get's released... >But I'm running a normal Tomcat -stop type shutdown. >And why do Tomcat 3.1 work properly, but not 3.2? Because 3.2 crashes with your config. Here is my congig : * to start : public class StartTomcat { public static void main(java

Re: VAJ and Tomcat 3.2

2000-12-04 Thread Stein M. Eliassen
FREY Thibault wrote: > > >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... > >

RE: VAJ and Tomcat 3.2

2000-12-04 Thread Gomez Henri
Bien vu ;-)

Re: VAJ and Tomcat 3.2

2000-12-04 Thread Dominique BATARD
n" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 04, 2000 6:11 PM Subject: VAJ and Tomcat 3.2 > Hi, > > Tomcat 3.2 runs inside Visual Age for Java, but after (trying) a re-start I get > this message: > > FATAL:java.net.SocketException: Addr

RE: VAJ and Tomcat 3.2

2000-12-04 Thread FREY Thibault
>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

VAJ and Tomcat 3.2

2000-12-04 Thread Stein M. Eliassen
Hi, 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... Has anyone succesfully gotten 3.2 to work i