Re: [OT] Memory Leak in Tomcat

2011-03-06 Thread הילה
Security seems to be always in the hands of the wrong people. No need for insults here, this is a new requirement which I'm not familiar with, and that's why I asked you guys.. Instead of the JTDS, can I use Tomcat Spengo? will it provide same results, as using a domain user for the tomcat

Re: Memory Leak in Tomcat

2011-03-06 Thread André Warnier
הילה wrote: Security seems to be always in the hands of the wrong people. No need for insults here, this is a new requirement which I'm not familiar with, and that's why I asked you guys.. Instead of the JTDS, can I use Tomcat Spengo? will it provide same results, as using a domain user for

Re: Memory Leak in Tomcat

2011-03-06 Thread הילה
Hey, i've posted a message on JTDS forums, but no one answered. I know the memory leak is caused by the dll, since when I don't use it, all is good. i'll open a new thread here, thanks 2011/3/6 André Warnier a...@ice-sa.com הילה wrote: Security seems to be always in the hands of the wrong

Tomcat NTLM Authentication

2011-03-06 Thread הילה
Hey, I want to change the way that tomcat authenticates to the DB of our application, from SQL authentication to Windows authentication. We use Tomcat 6.0.29 , and the user and password to connect to the DB is specified in clear text in the xml configuration file under the folder

Re: Tomcat NTLM Authentication

2011-03-06 Thread André Warnier
wrote: Hey, I want to change the way that tomcat authenticates to the DB of our application, from SQL authentication to Windows authentication. We use Tomcat 6.0.29 , and the user and password to connect to the DB is specified in clear text in the xml configuration file under the folder

Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts?

2011-03-06 Thread Evgeny Goldin
Hi, I have Tomcat 7.0.8 successfully starting as a service on Windows machine. Back when it was running through startup.bat we put some code in catalina.bat which is now ignored by tomcat7.exe. Are there any options to make Tomcat run our batch file somehow before it is started by the service?

RE: Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts?

2011-03-06 Thread Caldarale, Charles R
From: Evgeny Goldin [mailto:evge...@gmail.com] Subject: Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts? Are there any options to make Tomcat run our batch file somehow before it is started by the service? No; Windows services cannot

Re: Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts?

2011-03-06 Thread Evgeny Goldin
Evgeny Goldin wrote: I have Tomcat 7.0.8 successfully starting as a service on Windows machine. Back when it was running through startup.bat we put some code in catalina.bat which is now ignored by tomcat7.exe. Are there any options to make Tomcat run our batch file somehow before it is

RE: Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts?

2011-03-06 Thread Evgeny Goldin
n828cl wrote: No; Windows services cannot run scripts. You could have a batch script start the service, however. You mean making service start the batch instead of tomcat7.exe will not work? What do you mean by saying a batch script start the service? Sorry, didn't follow you on this

Re: Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts?

2011-03-06 Thread chris derham
Back when it was running through startup.bat we put some code in catalina.bat which is now ignored by tomcat7.exe. What is it that you are trying to achieve? What does this code do? Maybe if you explain a little more, someone might have achieved the same thing already in a different way Chris

RE: Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts?

2011-03-06 Thread Caldarale, Charles R
From: Evgeny Goldin [mailto:evge...@gmail.com] Subject: RE: Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts? You mean making service start the batch instead of tomcat7.exe will not work? No, that is what I was suggesting you do. You

Re: Cleaning up after tomcat jdbc-pool?

2011-03-06 Thread Nicholas Sushkin
On Sunday, March 06, 2011 07:45:19 הילה wrote: Hey, i'd glad to get you help with something :] I tried to put org.apache.tomcat.jdbc.pool.DataSourceFactory but after restarting tomcat, i get the error could not load resource factory class why is that? how can I define my application to

Logging level

2011-03-06 Thread Olivier Lefevre
It's quite unclear, when using ServletContext.log(...), how one can specify the logging level. Maybe it's impossible? -- O.L. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Logging level

2011-03-06 Thread Mark Thomas
On 06/03/2011 19:54, Olivier Lefevre wrote: It's quite unclear, when using ServletContext.log(...), how one can specify the logging level. You can't. Maybe it's impossible? It is. That logging API is close to useless. Use you favourite logging framework instead. Mark

localhost

2011-03-06 Thread ken dias
I can ping localhost OK from the cmd line but cannot access it from my browser. i have xp and ie Ken

Re: localhost

2011-03-06 Thread Michael Ludwig
ken dias schrieb am 06.03.2011 um 16:31 (-0500): I can ping localhost OK from the cmd line but cannot access it from my browser. i have xp and ie Anything running on port 80 at all? netstat -ano -p tcp | findstr :80 -- Michael Ludwig

Re: Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts?

2011-03-06 Thread Evgeny Goldin
billybob79 wrote: Back when it was running through startup.bat we put some code in catalina.bat which is now ignored by tomcat7.exe. What is it that you are trying to achieve? What does this code do? Maybe if you explain a little more, someone might have achieved the same thing already

RE: localhost

2011-03-06 Thread Caldarale, Charles R
From: ken dias [mailto:kend...@hotmail.com] Subject: RE: localhost status: listening, pid 1908 And what program is pid 1908? (Hint: use Task Manager.) could not key in the symbol for | (not on keyboard) I'd suggest you obtain a real keyboard... they're under $10. Even my iPhone has a

Re: [OT] Memory Leak in Tomcat

2011-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 הילה, On 3/6/2011 4:49 AM, הילה wrote: Security seems to be always in the hands of the wrong people. No need for insults here, this is a new requirement which I'm not familiar with, and that's why I asked you guys.. I don't think Jorge was

RE: localhost

2011-03-06 Thread ken dias
Thanks. Thanks. I am running Tomcat 6.0.024 server. This server is always on. Java 6 is used. Checked task manager and could not find pid 1908. Did find the vertical line on my keyboard. Ken From: chuck.caldar...@unisys.com To: users@tomcat.apache.org Date: Sun, 6 Mar 2011 19:46:06

RE: localhost

2011-03-06 Thread Bob Hall
Ken, --- On Sun, 3/6/11 at 6:49 PM, ken dias kend...@hotmail.com wrote: I am running Tomcat 6.0.024 server. This server is always on. Java  6 is used. Checked task manager and could not find pid 1908. Did find the vertical line on my keyboard. Ken http://localhost:8080 - Bob

Re: Running Tomcat as service - is it possible to make tomcat7.exe run a batch file each time it starts?

2011-03-06 Thread Mladen Turk
On 03/06/2011 06:32 PM, Evgeny Goldin wrote: Evgeny Goldin wrote: I have Tomcat 7.0.8 successfully starting as a service on Windows machine. Back when it was running through startup.bat we put some code in catalina.bat which is now ignored by tomcat7.exe. Are there any options to make

Re: [OT] Memory Leak in Tomcat

2011-03-06 Thread הילה
Thanks :] This was the task I was required to do, wit no question asked, cause this is a requirement for our application to pass some major barriers. so.. :] Hila 2011/3/7 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 הילה, On 3/6/2011

Re: Cleaning up after tomcat jdbc-pool?

2011-03-06 Thread הילה
How do I know if I use the new pool? just by specifying the org.apache.tomcat.jdbc.pool.DataSourceFactory ? what is the advantages of using the new pool? in which cases should I use it? Thanks :) 2011/3/6 Nicholas Sushkin nsush...@openfinance.com On Sunday, March 06, 2011 07:45:19

Re: Tomcat NTLM Authentication

2011-03-06 Thread הילה
Hey, The tomcat is running on windows server 2008 R2 STD I don't now if using windows authentication is less secure and affects all network's security, since this user have permissions only on the DB. you can't even perform login to servers with this user. anyway, I appreciate your comments and