Re: Tomcat and database connection

2010-05-13 Thread Tomás Tormo
ow I could see why they are waiting... Sorry for my ignorance, I'm just starting in this field... :S On 13/05/10 11:05, Pid wrote: On 13/05/2010 09:35, Tomás Tormo wrote: Greetings I would like to understand correctly how Tomcat database pool works. It's a repackag

Tomcat and database connection

2010-05-13 Thread Tomás Tormo
see some stalled connections... but the maxActive parameter is far bigger (100) than the actived connections shown by Introscope (24). This is happening with Tomcat 5.5 on CentOs using Java 1.6. Thank you very much -- Un saludo, Tomás Tormo Franco Area de sistemas INDENOVA S.L. C/ Dels

Re: Apache+mod_jk+Tomcat in openSUSE 10.3

2008-05-22 Thread Tomás Tormo
s), this is not necessary... then... should I create that virtual host? ( i'm asking this because other guy I met couldn't make it work...) Thank you very much -- Un saludo, Tomás Tormo Franco Indenova, S.L. Tels.: +34 963 81 99 47 ext.519 http://www.indenova.co

Apache+mod_jk+Tomcat in openSUSE 10.3

2008-05-20 Thread Tomás Tormo
ould I create that virtual host? ( i'm asking this because other guy I met couldn't make it work...) Thank you very much -- Un saludo, Tomás Tormo Franco Indenova, S.L. Tels.: +34 963 81 99 47 http://www.indenova.co

Re: *SPAM* Re: How to increase tomcat memory

2008-05-19 Thread Tomás Tormo
Sorry, the file i edited was the one in /etc/init.d/tomcatX (where X is the version of Tomcat) too much working.. :D Greetings! Tomás Tormo escribió: Thank you very much for you answer. Because of I was in a hurry, I examined the invocation of tomcat and I found that Tomcat was using

Re: *SPAM* Re: How to increase tomcat memory

2008-05-19 Thread Tomás Tormo
itespace around the options. I would look for two things were I debugging this: 1. The option isn't being included in the tomcat java invocation 2. The option is corrupted (misspelt, incorrect spacing etc). HTH Alan Chaney Tomás Tormo wrote: Hi here it comes my question again..

How to increase tomcat memory

2008-05-19 Thread Tomás Tormo
/etc/init.d/tomcat5.5 script file, but when I go to tomcat administration webpage and list the server status I always get "Max memory: 113.81 MB". Thank you very much -- Un saludo, Tomás Tormo Franco Indenova, S.L. Tels.: +34 963 81 99 47 ht

Re: *SPAM* RE: How to increase memory form Tomcat 5.5

2008-05-13 Thread Tomás Tormo
k you very much. -- Un saludo, Tomás Tormo Franco Indenova, S.L. Tels.: +34 963 81 99 47 http://www.indenova.com mailto:[EMAIL PROTECTED] James Law escribió: I believe in Linux the command is Export JAVA_OPTS= etc I put it in the setclasspath.sh file though I don't thin

How to increase memory form Tomcat 5.5

2008-05-13 Thread Tomás Tormo
is case i need that amount of memory) in the beginning of catalina.sh, but it doesn't work: when i check the Server Status in the Web Administration page of Tomcat, i always get the same value: 113 mb. Could you please help me to resolve this issue? Thank you very much. -- Un saludo, Tom

Re: *SPAM* Re: How to set a maximun log size?

2008-03-18 Thread Tomás Tormo
Mark Thomas escribió: Tomás Tormo wrote: Hello I'm a newbie Tomcat user and my catalina.out log file is getting too big. How could I set a maximun size in order to force Tomcat to build a new one when the maximun size is reached? I've been searching on the internet but nothing ma

How to set a maximun log size?

2008-03-17 Thread Tomás Tormo
Hello I'm a newbie Tomcat user and my catalina.out log file is getting too big. How could I set a maximun size in order to force Tomcat to build a new one when the maximun size is reached? I've been searching on the internet but nothing matches what i want to do. Thank you very much -

Re: *SPAM* Re: How to initialize variables when tomcat load a webservice?

2007-11-27 Thread Tomás Tormo
Delian Krustev wrote: On Tue, 27 Nov 2007 13:18:47 +0100 Tomás Tormo wrote: I'm developing a webservice wich has to initialize some variables when it is loaded by tomcat (just because otherwise it is too slow). Can this be done? Has the client to initialize the class by means o

How to initialize variables when tomcat load a webservice?

2007-11-27 Thread Tomás Tormo
Hi I'm developing a webservice wich has to initialize some variables when it is loaded by tomcat (just because otherwise it is too slow). Can this be done? Has the client to initialize the class by means of the constructor or is tomcat the one that will initialize it? Thank you!

Re: *SPAM* Re: How to change the CLASSPATH in tomcat 5.028 for a concrete webservice

2007-09-10 Thread Tomás Tormo
Can you describe that a bit more? The standard classloader structure works very well in virtually all other cases. --David Tomás Tormo wrote: Hi again I've tried to set the classpath in catalina.sh in order to have my own classpath set when tomcat starts up ( I show it in catalina.sh a

Re: How to change the CLASSPATH in tomcat 5.028 for a concrete webservice

2007-09-10 Thread Tomás Tormo
e solution you gave me (create a setenv.sh script called from startup.sh) but tomcat don't start up! Thank you very much for your future answers :p Tomás Tormo escribió: Hi Hakan First of all thank you for your fast answer ;). Do you mean to create an script called setenv.sh wich

How to change the CLASSPATH in tomcat 5.028 for a concrete webservice

2007-09-10 Thread Tomás Tormo
Hello I would like to change the classpath for a concrete webservice in Tomcat 5.028 because the webservice has to use a concrete folder in order to work. This folder should be in the CLASSPATH in order to make the webservice work properly and because the webservice can't find it, it doesn't

Re: Noob needs help with a webservice wich uses resources located in a folder

2007-09-04 Thread Tomás Tormo
bership. Doug - Original Message ----- From: "Tomás Tormo" <[EMAIL PROTECTED]> To: Sent: Monday, September 03, 2007 7:09 AM Subject: Noob needs help with a webservice wich uses resources located in a folder Hi I'm quite noob about tomcat topic. I'm using tomcat 5.028

Noob needs help with a webservice wich uses resources located in a folder

2007-09-03 Thread Tomás Tormo
Hi I'm quite noob about tomcat topic. I'm using tomcat 5.028 in Ubuntu 6.10 and I would like to find an anwer to my question about web services because i'm not able to solve it. I've written a java applicattion wich uses a wrapper to communicate with an applicattion written in C, wich is the