Re: isapi_redirect suitable for Windows 7 platform?

2016-03-29 Thread Garcia Aparici, Carlos
We had a lot of problems with isapi and w2k12. If you are planning that for production better stay with Ms ARR or apache httpd. Enviado desde Outlook en Android On Tue, Mar 29, 2016 at 5:00 AM -0700, "Martin Molema" mailto:mar...@molema.org>> wrote: Hello, I'm trying

RE: TC Connector IIS 1.2.40 not running on windows 2012 R2 64 bits

2016-02-04 Thread Garcia Aparici, Carlos
Soporte a proyectos (CDG) -Mensaje original- De: Garcia Aparici, Carlos [mailto:cgapar...@indra.es] Enviado el: lunes, 30 de noviembre de 2015 16:15 Para: Tomcat Users List Asunto: TC Connector IIS 1.2.40 not running on windows 2012 R2 64 bits Good day to all. This is the first time I wr

Re: Tomcat APR protocol SSL certificate information.

2015-12-15 Thread Garcia Aparici, Carlos
In many of our tomcats we use the pfx directly on the conector. Its similar to a keystore Enviado de Samsung Mobile Mensaje original De: Nithesh Kb Fecha: 15/12/2015 16:21 (GMT+01:00) Para: Tomcat Users List Asunto: Re: Tomcat APR protocol SSL certificate information. *T

TC Connector IIS 1.2.40 not running on windows 2012 R2 64 bits

2015-11-30 Thread Garcia Aparici, Carlos
Good day to all. This is the first time I write to the list, although I'm subscribed for years, and I've used it many times to solve our Tomcat problems, but we didn’t need to ask directly until now. We're having problems configuring de Tomcat connector version 1.2.40 downloaded from de binari

Re: Catalina.policy java.security.AllPermission

2013-05-09 Thread Alejandro Garcia
Thanks! It is because I am run my app in a Web Hosting that runs with SM enable. --- Mensaje Original --- Desde: "André Warnier" Enviado: 9 de mayo de 2013 04:46 Para: "Tomcat Users List" Asunto: Re: Catalina.policy java.security.AllPermission Alejandro Garcia wrote: >

Catalina.policy java.security.AllPermission

2013-05-08 Thread Alejandro Garcia
Hi, I have a problem with the Catalina’s security manager. We are using Tomcat 6, with JDK 6 and JSF 2.1 with Spring, JPA and ICEFaces. My app works very well when I run my app with the security manager disable. The problem presents when I enable the security manager of Tomcat. My app fails whe

Some help with Security Manager

2013-05-04 Thread Alejandro Garcia
Hi, I’m using Tomcat with JSF, ICEFaces, Spring and JPA. The configuracion and the app work very well when I deploy it with the security managed disabled. The problem is when I enable the security manager, I can’t deploy the app. In the I can see the next trace: INFO: Desplieque del descriptor

RE: Tomcat 7 - java.lang.NoClassDefFoundError: Could not initialize class javax.servlet.http.Cookie

2012-01-20 Thread Guillermo GARCIA OCHOA
permission will need to be uncommented grant codeBase "file:${catalina.base}/lib/-" { permission java.security.AllPermission; }; Thanks to Konstantin Kolinko for the quick hint! PS: Why the exception is not clear enough?? -Original Message- From: Guillermo GA

RE: Tomcat 7 - java.lang.NoClassDefFoundError: Could not initialize class javax.servlet.http.Cookie

2012-01-20 Thread Guillermo GARCIA OCHOA
GARCIA OCHOA : > I have an application that use j_security for a form-based authentication. > When the application is deployed for the first time (or the tomcat is > restarted) user gets this exception when trying access a protected content > directly (without login). > > GRAV

Tomcat 7 - java.lang.NoClassDefFoundError: Could not initialize class javax.servlet.http.Cookie

2012-01-20 Thread Guillermo GARCIA OCHOA
I have an application that use j_security for a form-based authentication. When the application is deployed for the first time (or the tomcat is restarted) user gets this exception when trying access a protected content directly (without login). GRAVE: Servlet.service() for servlet [default] in

Re: dbcp is mixing up connections

2011-12-16 Thread Aitor Garcia | Tempel.es
Mark: I'm just declaring variables there, no putting logic. You had overlooked log4jdbc, if you have read books in the same way Library log4jdbc is COOL! Works very Well, is really a good

Re: dbcp is mixing up connections

2011-12-15 Thread Aitor Garcia | Tempel.es
o a c/ Cobalto, 4 08907 L'Hospitalet de LLobregat (Barcelona). El 15/12/2011 13:40, Mark Thomas escribió: On 15/12/2011 12:12, Aitor Garcia | Tempel.es wrote: I don't know if this is a tomcat bug. This

Re: tomcat 7.0.20 nio problem

2011-08-28 Thread Bob Garcia
Just an update. I migrated to Servlet 3.0 and things work much better. On Sat, Aug 27, 2011 at 3:14 PM, Bob Garcia wrote: > > > On Sat, Aug 27, 2011 at 2:35 PM, Konstantin Kolinko < > knst.koli...@gmail.com> wrote: > >> 2011/8/28 Bob Garcia : >> > I have a

Re: tomcat 7.0.20 nio problem

2011-08-27 Thread Bob Garcia
On Sat, Aug 27, 2011 at 2:35 PM, Konstantin Kolinko wrote: > 2011/8/28 Bob Garcia : > > I have a webapp at webapps/demo and a servlet mapped to demo/foo. Tomcat > is > > also serving some static content from the demo directory, including image > > files in demo/imgs.

tomcat 7.0.20 nio problem

2011-08-27 Thread Bob Garcia
Apologies if this is a known issue or a simple config error on my part. I have not been able to find anything similar in my searches. I am using tomcat-7.0.20 configured with protocol=org.apache.coyote.http11.Http11NioProtocol, and using OpenJDK 1.6.0_22 on Fedora 15. I have a webapp at webapps/d

Problems with connections pool in Tomcat 6.0.18 6.0.20 + MySQL 5.1 + mysql-connector 5.1.x

2011-01-26 Thread Ramon Garcia Alarcon
that the pool never removes the connection and when the mysql closes it, I got this exception: java.sql.SQLException: Already closed Some idea? These configuration was worked properly in MySQL 4.1 and Tomcat 5.5.. Thanks! Ramon Garcia

Question About IIS, connector, and 2 tomcats with the same app running

2008-10-07 Thread Garcia Aparici, Carlos
Good Day. Hope u can help me, have read about workers, uri and connector, And i have get to work it. But I have a problem. Situation: 2 Servers, Producttion and Development. Developers deploy .war to developemnt, and when it's correct they move war from development to production. 1 Server, in

Re: load files on tomcat

2006-10-13 Thread José Roberto Motta Garcia
ot;); > > When I debugged I recongnized that the image width and height is -1, so i > figure I didn't load the image correctly. Do you have any suggestions what I > can do to make this work? > > I appreciate your time, > Thorsten > -- Jose Roberto M. Garcia A

Re: Problem with HttpSessionListener

2006-10-13 Thread José Roberto Motta Garcia
#x27;t every app instantiate its own object if this class is a simple one? Tks -- Jose Roberto M. Garcia Analista de Sistemas - Grupo Banco de Dados Fone: (12) 3186-8405 Fax: (12) 3101-2835 -- http://www.cptec.inpe.br http://www.inpe.br -

Re: Problem with HttpSessionListener

2006-10-13 Thread José Roberto Motta Garcia
ll computers. > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jose Roberto M. Garcia Analist

Higher level context

2006-10-12 Thread garcia
ps running on Tomcat, like Manager? Tks Jose Roberto Garcia Brazil - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Question on csv import using browser into MySQL database

2006-05-23 Thread Juan Jose Garcia Lau
If you want to upload files, take a look at http://jakarta.apache.org/commons/fileupload/ Cheers, Juan -Original Message- From: Christopher Molnar [mailto:[EMAIL PROTECTED] Sent: Martes, 23 de Mayo de 2006 10:17 a.m. To: Tomcat Users List Subject: Question on csv import using browser

RE: Problem with Tomcat 5.5.15, [173 javajni.c] [error] %1 is not a valid Win32 application

2006-04-06 Thread Juan Jose Garcia Lau
rds, Juan José García Lau Información y Tecnología ________ From: Matt Hill [mailto:[EMAIL PROTECTED] Sent: Miércoles, 05 de Abril de 2006 09:11 p.m. To: Juan Jose Garcia Lau Subject: Problem with Tomcat 5.5.15, [173 javajni.c] [error] %1 is not a valid Win32 ap

RE: Eclipse plugins for tomcat

2006-04-06 Thread Juan Jose Garcia Lau
I've been working with sysdeo but then I switch to WTP. You need some effort to learn the tricks, and if you need to debug JSP, this is excellent. Juan José García -Original Message- From: Zohar [mailto:[EMAIL PROTECTED] Sent: Jueves, 06 de Abril de 2006 09:47 a.m. To: Tomcat Users L

Problem with Tomcat 5.5.15, [173 javajni.c] [error] %1 is not a valid Win32 application

2006-02-27 Thread Juan Jose Garcia Lau
the issue? Thanks in advance. Juan Garcia This is the log: [2006-02-27 11:37:36] [info] Service Tomcat5 name Apache Tomcat [2006-02-27 11:37:37] [info] Service Tomcat5 installed [2006-02-27 11:37:37] [info] Procrun finished. [2006-02-27 11:37:37] [info] Updating service... [2006-02-27 11:37

Configure Farming Tomcat

2005-12-26 Thread carlos . garcia
Hello, I am trying to configue something like this: One Hardware balancer Two Apache-1.3.33 Two Tomcat-5.5.7 with four machines. The load balancer works fine but I have many problems with Cluster (farming) configuration. I don´t know how I have to configure this in order to put a class (or .js

Re: Unix socket communications on Tomcat 5.5

2005-11-04 Thread Pau Garcia i Quiles
Quoting Nikola Milutinovic <[EMAIL PROTECTED]>: Talking about JNI, Unix and Java, what about this? http://freshmeat.net/projects/nl.hen.ictjavapackage/ It may be useful. It has versions for Linux and Solaris and I do know the author would be pleased to provide the source code. Oliver Hookins

Inner class session attributes not supported?

2005-11-03 Thread Ernesto Garcia
I define a static inner class inside my JSP, I create an instance of it and then I keep the resulting object as a session attribute. When getting the attribute again I will get a ClassCastException when downcasting to my inner class. Is this a bug or standard behaviour? Thanks, Ernesto García

Re: Apache front-end: mod_jk vs. ProxyPass/ProxyPassReverse?

2005-10-31 Thread Pau Garcia i Quiles
Quoting "Bas A. Schulte" <[EMAIL PROTECTED]>: On Oct 31, 2005, at 1:29 AM, Pau Garcia i Quiles wrote: If you need to generate almost every page you serve because they pages are customized for each visitor, go with mod_jk. It is quite dynamic however this doesn't reall

Re: Apache front-end: mod_jk vs. ProxyPass/ProxyPassReverse?

2005-10-30 Thread Pau Garcia i Quiles
Quoting "Bas A. Schulte" <[EMAIL PROTECTED]>: If your site serves mostly semi-static content, your best bet is mod_proxy + mod_cache + mod_disk_cache. If you need to generate almost every page you serve because they pages are customized for each visitor, go with mod_jk. I am using the mod_proxy

JRockIt, Jikes

2005-10-13 Thread Pau Garcia i Quiles
Hello, What's people experience with JRockIt (BEA's JVM, http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/jrockit)? Is it any good? Is it better than Sun's? The same question for Jikes: is it worth to replace Jasper with Jikes? Will it improve Tomcat performance significantly?