Re: Unstable connexion from remote computers

2008-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max, max980 wrote: | No, during the first 2-3 minutes everything works fine. Then request don't | come back from remote computers. | | Here is the result of the full thread dump after these first 2-3 minutes Weird. It looks like you have several

Re: Unstable connexion from remote computers

2008-05-14 Thread max980
No, during the first 2-3 minutes everything works fine. Then request don't come back from remote computers. Here is the result of the full thread dump after these first 2-3 minutes Full thread dump Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing): "http-8080-10" daemon prio=10

Re: Unstable connexion from remote computers

2008-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max980, max980 wrote: | Thanks for your quick answer ! | No I don't use connection pooling, I instanciate a new connection for each | JDBC request and then close it. During the 2-3 minute pause, generate a thread dump on the server to find out what

Re: Unstable connexion from remote computers

2008-05-14 Thread max980
Thanks for your quick answer ! No I don't use connection pooling, I instanciate a new connection for each JDBC request and then close it. -- View this message in context: http://www.nabble.com/Unstable-connexion-from-remote-computers-tp17238990p17239307.html Sent from the Tomcat - User mailing

Re: Unstable connexion from remote computers

2008-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max980, max980 wrote: | I have installed a Tomcat server to host web applications. | | When using locally these applications (ie with address //localhost:8080) | everything works perfectly. | | But when I connect to the server with remote computers,