Re: Question About Tomcat 11.0.5

2025-04-06 Thread juan
Hi I read it But couldn't make it work After hours i got it : Thanks On Sun, 6 Apr 2025 at 00:57, Chuck Caldarale wrote: > > > On 2025 Apr 5, at 12:49, juan wrote: > > > > Yes, I read it, but can't find whic

Re: Question About Tomcat 11.0.5

2025-04-05 Thread juan
Yes, I read it, but can't find which attributes from sslhostconfig should I use And on internet couldn't find any examples, all of them use clientAuth Thanks On Sat, 5 Apr 2025, 19:13 Chuck Caldarale, wrote: > > > On 2025 Apr 5, at 10:55, juan wrote: > > > >

Question About Tomcat 11.0.5

2025-04-05 Thread juan
Hi I'm migrating from tomcat 9 to tomcat 11.0.5 I need a client cert validation. Mi server.xml in tomcat 9 : Adding clientAuth="true" does the trick, and my client has to have a certificate provided by me. But in tomcat 11 clientAuth doesn't exist in connector and even reading documentation

Re: Mixed User Session

2021-01-15 Thread juan
in the log. Thanks! On Fri, Jan 15, 2021 at 11:05 AM Olaf Kock wrote: > > On 15.01.21 15:57, juan wrote: > > Hi, > > > > We were running tomcat 8.5.57 on CentOS 7 and together with CAS SSO, we > > have multiple servers behind an AWS load balancer setup with sti

Mixed User Session

2021-01-15 Thread juan
might help shed some light on this. We have also patched tomcat to that lastest release 8.5.61 to see if it helps. Thanks! Juan Q.

RE: Problems starting Tomcat 9.0.24 32-bit as a service

2019-08-27 Thread Juan Ramirez
On Tuesday, August 27, 2019 7:41 PM Juan Ramirez wrote: > >I'm currently having an issue with starting Tomcat 9.0.24 32-bit version as a >service. After installing Tomcat9 using the windows service installer, I try >to run Tomcat9 and get the windows service error: >&quo

Problems starting Tomcat 9.0.24 32-bit as a service

2019-08-27 Thread Juan Ramirez
h the default web page. I'm just not able to run it as a windows service. Any and all help is appreciated, thanks. Juan

Re: jasper ant task classpath

2018-02-26 Thread Juan Florez
dependency. Check path,fileset from Ant docs to see how you can add it to ant task On 26 Feb 2018 9:52 pm, "Mark Thomas" wrote: On 26/02/18 20:22, Juan Florez wrote: Hello, I'm trying to precompile the JSPs in a project, and so far I almost got it working, but I'm get

jasper ant task classpath

2018-02-26 Thread Juan Florez
build", so if there is a way to set the classpath or put the classes in a place where jasper will find them, I think it would work. I don't need to run the project, I just need the JSPs precompiled to run some static analysis on the code. Thank you. -- Juan Manuel Florez Software Engineering PhD Student

Re: jsp precompile options

2018-01-27 Thread Juan Pablo Perata
Hi Alex, how are you? For option (a) and using maven, you can use this plugin: jetty-jspc-maven plugin: https://www.eclipse.org/jetty/documentation/9.3.x/jetty-jspc-maven-plugin.html I have being using this plugin por a long time and it fits my needs. Hope it helps, Juan On Sat, Jan 27, 2018

Re: Fwd: Tomcat Thread Log

2015-04-09 Thread Luis San Juan Germán
Ah que estas en el de puertos también. Ahora te quito no te preocupes. El 09/04/15 a las 14:59, Christopher Schultz escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mukund, On 4/8/15 11:33 PM, Mukundaraman Valakumaresan wrote: I have deployed an application in Apache tomcat 7.0.59.

How to configure Tomcat for simulating SSL

2014-05-06 Thread juan fernandez
Hello, we have HTTPS from the browser to the Oracle Web Cache server, and HTTP from Web Cache to the Tomcat server. We have seen analyzing the network traffic that after an HTTPS request there is an HTTP request and the status code is aborted. Example: (HTTPS request) https://myserver.com:

tomcat6's home directory

2010-10-05 Thread Juan Carlos Afonso
Hello, My tomcat6 executes as a daemon and I need to know where is its home directory, because tomcat6 user executes a pg_dump command and it needs to find the .pgpass file. Thanks in advance.

Re: Deploying grails application

2009-07-30 Thread Juan Pablo Romero Méndez
installation? from the admin console? copying the file directly? My setup: Tomcat 6.0.20 os: Windows Server Enterprise 2008 JVM: 1.6.0_14-b08 Grails 1.1.1 Regards, Juan Pabllo 2009/7/30 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Juan, > > On 7/30/2009 1

Deploying grails application

2009-07-30 Thread Juan Pablo Romero Méndez
Hello all, I'm stuck here: After deploying a war created by grails, everything seems fine (tomcat says OK), but the application is not available in the path it should be. The log files give no warning at all. Where could I search for the problem? Regards, Juan

Undeploying apps

2009-07-30 Thread Juan Pablo Romero Méndez
Hello all, I noticed something strange undeploying a small web app. Within the tomcat manager, after clicking "undeploy" on my app, the link to my app it still there. No only that, but it is listed as "started". Is this normal? Re

Install Tomcat 5.5 & Tomcat 6.0 in the same machine

2008-02-06 Thread Juan Jesús Cremades Monserrat
Hi! I'm Triying install two differens versions of Tomcat in the same machine. It's necessay for two projects that I'm developing. I've installed successfully the Tomcat 5.5 with Java 1.5.0_14, but when I'm try install Tomcat 6.0, the Windows Installer give me an error related with the JVM. The me

Install Tomcat 5.5 & Tomcat 6.0 in the same machine

2008-02-06 Thread Juan Jesús Cremades Monserrat
Hi! I'm Triying install two differens versions of Tomcat in the same machine. It's necessay for two projects that I'm developing. I've installed successfully the Tomcat 5.5 with Java 1.5.0_14, but when I'm try install Tomcat 6.0, the Windows Installer give me an error related with the JVM. The me

Re: Tomcat listening on port, but get timeout in browser

2007-08-08 Thread Juan Ignacio Garzón
Are you entering to a static or dynamic (ie servlet, jsp) page? Maybe its a database timeout, or the application you are running is too heavy (a performance bug). Try entering a static page in order to discard an application / database problem. 2007/8/8, David Doughty <[EMAIL PROTECTED]>: > I'v

Re: enabling tomcat SSL on linux

2007-08-08 Thread Juan Ignacio Garzón
Is there an error message given by Tomcat? Maybe its an access problem to the keystore file by tomcat process. Are you sure that you have no other process using that port? 2007/8/8, Waseem Azhar <[EMAIL PROTECTED]>: > Hi All, > > I am stuck, any idea how to enable tomcat SSL on linux ? I have co

Classloader question

2007-07-17 Thread Juan Ignacio Garzón
Hi, I'm working with Tomcat 4.1. I have a library that has to be shared between all the applications, but it has singletons that should have one instance per application. In a normal situation, each application could have the .jar in it's WEB-INF/lib directory, but there is a requirement saying

Classloader question

2007-07-17 Thread Juan Ignacio Garzón
Hi, I'm working with Tomcat 4.1. I have a library that has to be shared between all the applications, but it has singletons that should have one instance per application. In a normal situation, each application could have the .jar in it's WEB-INF/lib directory, but there is a requirement saying

Re: HttpRequest in a LoginModule

2007-03-26 Thread Juan Damasceno
Thanks for the quick answer Martin but my question is about JAAS and it´s architecture, more specifically how to interact with the HttpServletRequest in a LoginModule using Tomcat´s JAASRealm. On 3/26/07, Martin Gainty <[EMAIL PROTECTED]> wrote: Hello Juan- On the client side An Ajax c

HttpRequest in a LoginModule

2007-03-26 Thread Juan Damasceno
Hello, I´m using JAASRealm and i would like to know if there´s any kind of "HttpCallback" allows access the HttpServletRequest. I already read some threads about it in this list, but all using a custom Authenticator. Obs.: pardon my bad english. -- __ Juan Damasceno __

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

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
to be logged with an account. You may also find useful to download this tcnative-1.dll for AMD win64 at http://tomcat.heanet.ie/native/1.1.2/binaries/win64/amd64/ Hope this help you. If you find how to run Tomcat as a service in win64 don't forget to tell me. Good luck and Rega

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

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

Erro getting PageContext from servlet

2005-12-23 Thread Juan Luis de Amaya Robles
hi everybody, I use Tomcat 5.5 under windows, and i have a little webapp with a servlet: ... JspFactory factory = JspFactory.getDefaultFactory(); resp.setContentType("text/xml"); //int bufferSize = (JspWriter.DEFAULT_BUFFER <= 0) ? 1024 : JspWriter.DEFAULT_BUFFER; PageContext p