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 parameter

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

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 wi

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

Re: Running not multithreaded application

2011-12-15 Thread hernan
On Thu, Dec 15, 2011 at 12:27 PM, Pid 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 &g

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 < > &g

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 &g

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. I'm

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

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

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: >

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

Tomcat + SSL + Cluster

2007-08-29 Thread Dario Hernan
Hi all, I'm running tomcat 5 with SSL support, I need to put this server in a cluster with other server, I need some advice about the architecture to use, Have I put a server before the cluster to manage the ssl? or should I use a database to share the certificates and user sessions between the clu

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 > >

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 > j9vmxi

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
ifx1_r8 GC - 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/loca

Re: Problems with SSL

2007-08-09 Thread Dario Hernan
onf I 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

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 >

Problems with SSL

2007-08-09 Thread Dario Hernan
Hi all, I'm trying to config Tomcat5 with SSL support, I generated the .keystore file and changed my server.xml file with this when I start the tomcat service I get this error: SEVERE: Falló la instanciación del manejador de protocolo: java.lang.ClassNotFoundException: SSL not found in org.a