Limiting concurrent requests by user

2012-02-27 Thread hernan
Hi, I'm looking for ideas/suggestions/patterns about limiting concurrent requests by user. May be you have tackled this kind of problem previously and I'd like to heard your opinions. I've a web service. In order to do a request, a user specifies a username and password via web service

Re: Running not multithreaded application

2011-12-23 Thread hernan
On Fri, Dec 23, 2011 at 12:00 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hernan, On 12/22/11 9:47 PM, hernan wrote: Finally, I'm just using Runtime.exec() to execute a c++ program that uses glpk, and using stdin/stdout

Re: Running not multithreaded application

2011-12-22 Thread hernan
On 12/14/11 5:45 PM, hernan wrote: I'm using Tomcat 7.0 for developing a new application. A key component in the application have to run an external not multithreaded application. Since I'm not an experienced user in Tomcat, I wonder which implementation alternatives do you

Re: Running not multithreaded application

2011-12-22 Thread hernan
On Thu, Dec 15, 2011 at 4:48 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hernan, On 12/15/11 12:47 PM, hernan wrote: As separate process, I thought a java server process with the wrapper that receive requests, launch a new

Re: Running not multithreaded application

2011-12-15 Thread hernan
On Thu, Dec 15, 2011 at 12:25 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hernan, On 12/14/11 7:15 PM, hernan wrote: On Wed, Dec 14, 2011 at 8:17 PM, Christopher Schultz What makes this external program non-multithreaded

Re: Running not multithreaded application

2011-12-15 Thread hernan
On Thu, Dec 15, 2011 at 12:27 PM, Pid p...@pidster.com wrote: On 15/12/2011 00:15, hernan wrote: On Wed, Dec 14, 2011 at 8:17 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hernán, On 12/14/11 5:45 PM, hernan wrote

Running not multithreaded application

2011-12-14 Thread hernan
Hello, I'm using Tomcat 7.0 for developing a new application. A key component in the application have to run an external not multithreaded application. Since I'm not an experienced user in Tomcat, I wonder which implementation alternatives do you recommend for running my external application.

Re: Running not multithreaded application

2011-12-14 Thread hernan
On Wed, Dec 14, 2011 at 8:17 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hernán, On 12/14/11 5:45 PM, hernan wrote: I'm using Tomcat 7.0 for developing a new application. A key component in the application have to run

Re:

2007-08-29 Thread Dario Hernan
you need to install some others packages, use yum search tomcat5 and install tomcat5-webapps, tomcat5-manager, etc. Dario On 8/29/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: FW: We installed tomcat 5.5.23 on RHEL 5 (Redhat

Re:

2007-08-29 Thread Dario Hernan
it's highly recommended to use a real tomcat, but if you use a package out of distribution you lost the updates and the support of redhat. On 8/29/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Dario Hernan [mailto:[EMAIL PROTECTED] Subject: Re: you need to install some others

Re:

2007-08-29 Thread Dario Hernan
it's true! but if you client pay for a license and support, you cann't do so much! On 8/29/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 8/29/07, Dario Hernan [EMAIL PROTECTED] wrote: it's highly recommended to use a real tomcat, but if you use a package out of distribution you lost

Re:

2007-08-29 Thread Dario Hernan
but, when you support a lot of servers in different clients, and in different cities? On 8/29/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 8/29/07, Dario Hernan [EMAIL PROTECTED] wrote: it's true! but if you client pay for a license and support, you cann't do so much! I'm not sure

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
I'm use the IBM JDK on RedHat Enterprise Linux 5 On 8/9/07, Peter Crowther [EMAIL PROTECTED] wrote: From: Dario Hernan [mailto:[EMAIL PROTECTED] java.lang.ClassNotFoundException: SSL not found in [...] parent=gnu.gcj.runtime.SystemClassLoader Install and use the Sun JDK, not Gnu. As I

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
have this line, JAVA_HOME=/usr/lib/jvm/jre-1.5.0-ibm/bin/java Is possible that tomcat is taking the java config from another site? On 8/9/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 8/9/07, Dario Hernan [EMAIL PROTECTED] wrote: I'm use the IBM JDK on RedHat Enterprise Linux 5 You might

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
- 200701_09) JCL - 20070126 On 8/9/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Dario Hernan [mailto:[EMAIL PROTECTED] Subject: Re: Problems with SSL echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin: /sbin:/bin:/usr/sbin:/usr/bin:/root/bin That tells

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
Hernan [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] ~]# java -version java version 1.5.0 Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20070201 (SR4)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20070201 (JIT enabled) J9VM - 20070131_11312_lHdSMR JIT

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
Yes, I installed it through yum installer, are there difference between it and tar file? On 8/9/07, Hassan Schroeder [EMAIL PROTECTED] wrote: On 8/9/07, Dario Hernan [EMAIL PROTECTED] wrote: I changed the file /etc/bin/dtomcat5 and put there the JAVA_HOME correctly, now when I start