JAX-WS 2.0, Netbeans, and Tomcat comments

2006-01-18 Thread Lucuk, Pete
Hi nb users, tomcat users, jax-ws users, Bobby, and Milan, Not a question, really some comments. - I have been trying to create and deploy webservices on a stand alone Tomcat 5.5.x server for some time now with NO success till now - Recently I have completed the tutorial Building JAX-WS 2.0

RE: How to test connection pooling

2005-11-29 Thread Lucuk, Pete
ns forums and people have head massive problems with MSSQL and Netbeans Tomcat > >regards >Manisha > >--- "Lucuk, Pete" <[EMAIL PROTECTED]> wrote: > >> I used Tomcat 4.1 and got the. >> >> "create only one connection at first and th

RE: How to test connection pooling

2005-11-29 Thread Lucuk, Pete
;Manisha > >--- andy gordon <[EMAIL PROTECTED]> wrote: > >> Show Processlist will show the number of initial connections >at start >> but does it show what subsystem a connection is bound to? what if >> there are multiple tomcat's connected to one database. H

RE: How to test connection pooling

2005-11-29 Thread Lucuk, Pete
Manisha, I do not know how you check in MSSQL. But, just an FYI If you setup your connection to ten, ten do not automatically get created, only one, and as your app requires more connections, more connections will be created up to a max of ten. Took me a couple days to figure out that one