Re: [OT] Tomcat 9.0.83 - SSL handshake stops working for Google API calls after a while

2024-04-11 Thread Marcos Peña
in the application code that would change it at runtime...up to a few minutes ago. I think there is a SSLSocketFactory that is changing the ciphers at runtime. Regards, Marcos On Thu, Apr 11, 2024 at 2:25 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Marcos, > > Markin

Tomcat 9.0.83 - SSL handshake stops working for Google API calls after a while

2024-04-11 Thread Marcos Peña
nSSL [true] 2024-04-11 02:12:47,514 INFO [org.apache.catalina.core.AprLifecycleListener:370] (main) OpenSSL successfully initialized [OpenSSL 3.0.13 30 Jan 2024] I am not very familiar with the SSL handshake process and do not really understand what can make it stop working. Thanks, Marcos javax.net

Re: Apache Tomcat jk connector 400 bad request

2015-04-22 Thread Marcos Almeida Azevedo
Regards Razi A. Ansari -- Marcos | I love PHP, Linux, and Java http://javadevnotes.com/java-string-length-examples

Re: Tomcat - thread dies randomly

2015-03-30 Thread Marcos Almeida Azevedo
(); } } } private void initialiseIncomingListener() { // Initialize our Pubnub Listener pubnub.subscribe(serverchannel, new Callback() { // Subscribe to pubnub }); } } -- Marcos | I love PHP, Linux, and Java http://javadevnotes.com/java

Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread marcos
=${deploy.pass} path=/ war=file:${build-directory}/ROOT%23%23${version}.war/ /target But it is not working, what can I do to be able to deploy a specifi version? Marcos

Re: Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread marcos
On Wed, Mar 19, 2014 at 8:48 PM, Mark Eggers its_toas...@yahoo.com wrote: On 3/19/2014 1:45 PM, marcos wrote: Tomcat 7.0.52 Ant 1.9.2 Windows 7 I am trying to use an Ant task to deploy a specific version of a tomcat app. I want to do this bacause of the parallel deployment feature. My

Re: Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread marcos
On Thu, Mar 20, 2014 at 12:29 AM, Mark Eggers its_toas...@yahoo.com wrote: On 3/19/2014 7:43 PM, marcos wrote: On Wed, Mar 19, 2014 at 8:48 PM, Mark Eggers its_toas...@yahoo.com wrote: On 3/19/2014 1:45 PM, marcos wrote: Tomcat 7.0.52 Ant 1.9.2 Windows 7 I am trying to use an Ant

Re: Using Ant to deploy a specific version of a Tomcat webapp

2014-03-19 Thread marcos
On Thu, Mar 20, 2014 at 12:34 AM, marcos mgei...@gmail.com wrote: On Thu, Mar 20, 2014 at 12:29 AM, Mark Eggers its_toas...@yahoo.comwrote: On 3/19/2014 7:43 PM, marcos wrote: On Wed, Mar 19, 2014 at 8:48 PM, Mark Eggers its_toas...@yahoo.com wrote: On 3/19/2014 1:45 PM, marcos wrote

Re: Tomcat 5.5.27, session lost, cookies

2011-05-26 Thread Marcos Ortiz
problem? Any suggestions? Maybe there is some configuration tricks I can use to avoid this problem? Thanks in advice, best regards What say your Tomcat logs? -- Marcos Luis Ortiz Valmaseda Software Engineer (Distributed Systems) http://uncubanitolinuxero.blogspot.com

Apache Tomcat under SELinux policy

2011-05-25 Thread Marcos Ortiz
you provide to us a completed guide to Apache Tomcat's installation and configuration using SELinux? Any resources? We are using basically two applications deployed on Tomcat: - Liferay - jasigCAS Any ideas and comments are welcome. -- Marcos Luis Ortiz Valmaseda Software Engineer (Distributed

Re: Tomcat 5.5 and Windows 7

2010-08-27 Thread Marcos Molina
hi, you are talking about JVM or something more? thxs Mensaje original De: p...@pidster.com Fecha: 27/08/2010 04:37 Para: Tomcat Users Listusers@tomcat.apache.org Asunto: Re: Tomcat 5.5 and Windows 7 On 27/08/2010 04:22, Marcos Molina wrote: Hi there, I only wanna know if i can

Tomcat 5.5 and Windows 7

2010-08-26 Thread Marcos Molina
Hi there, I only wanna know if i can run Tomcat 5.5 on windows 7 ??? And if i have to take any considerations to do it. Thanks for yours answers. Regards Marcos. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

401 error

2009-07-17 Thread Marcos
Hi, i just installed tomcat6 on suse linux. When i go to http://localhost:8080 appears tomcat screen, but when i click Tomcat Manager menu option i get http 401 error Status HTTP 401 - This request requires HTTP authentication (). Apache Tomcat/6.0.18 Any help ? thanks.

Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
Hi Im installing Tomcat5.5 and works correctly, but when I put the sample application in the webapps folder /usr/share/tomcat5.5/webapps I can't access. I access using the path in Firefox http://localhost:8180/sample. The 404 error appears. Any idea? Best Regards

Re: R: Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
Hi Im using only Tomcat, not apache. I can access to manager, how I can test the sampel application using this interface? Best Regards 2008/9/4 Leandro Dardini [EMAIL PROTECTED] -Messaggio originale- Da: marcos gonzalez [mailto:[EMAIL PROTECTED] Inviato: giovedì 4 settembre

Re: R: R: Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
- Da: marcos gonzalez [mailto:[EMAIL PROTECTED] Inviato: giovedì 4 settembre 2008 10.57 A: Tomcat Users List Oggetto: Re: R: Problems with tomcat in debian Hi Im using only Tomcat, not apache. I can access to manager, how I can test the sampel application using this interface

Re: R: R: R: Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
can specify where you application lies. The path=/... is related on how you call it. Leandro -Messaggio originale- Da: marcos gonzalez [mailto:[EMAIL PROTECTED] Inviato: giovedì 4 settembre 2008 11.21 A: Tomcat Users List Oggetto: Re: R: R: Problems with tomcat in debian

Re: Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
The best advice XDDD I installed again but without compiled and all works perfect! Thanks! 2008/9/4 Mikolaj Rydzewski [EMAIL PROTECTED] marcos gonzalez wrote: Im installing Tomcat5.5 and works correctly, but when I put the sample application in the webapps folder /usr/share/tomcat5.5

Re: R: R: R: Problems with tomcat in debian

2008-09-04 Thread marcos gonzalez
Hi to all, Finally i uninstalled the tomcat package from Etch repository and installed again using tomcat oficial tar.gz package. And,surprise, all works right :-) Thanks for all the mails helping me. Best Regards 2008/9/4 Caldarale, Charles R [EMAIL PROTECTED] From: Leandro Dardini

Doubt with the tomcat configuration

2008-09-03 Thread marcos gonzalez
Hello! Im new installing tomcat 5.5 and I have problems. Im using A linux platform (debian etch) and when I put the sample code. the *.war archives where goes? I put there in /var/lib/tomcat5.5/webapps and apparently tomcats extracts the application, but when I want to access using

Re: Doubt with the tomcat configuration

2008-09-03 Thread marcos gonzalez
Please could you say me which? Im refer if can specify the path where I understand that is. And I see is biggest,any special part? Best regards 2008/9/3 Martin Gainty [EMAIL PROTECTED] would need to see the mappings.. please display web.xml HTH Martin

websession variables

2008-07-16 Thread Marcos
Hi Somebody knows how can i setup the timeout for websession variables in tomcat 5.5 ? i know i can change this in .xml configuration file, but, i want to do it by program, script or something ? Is it possible ? thanks. - To

Re: Error HTTP 500 in war deployment

2008-07-10 Thread Marcos
HTTP 500 in war deployment Marcos wrote: Hi people. I need to deploy a war file in Tomcat 5.5.26 I upload the war, but when uploads finished i have the next error. What can be wrong ? (I can deploy in my pc as localhost, but in my ISP don?t work and is the same .war file ) thanks for any

Error HTTP 500 in war deployment

2008-07-09 Thread Marcos
Hi people. I need to deploy a war file in Tomcat 5.5.26 I upload the war, but when uploads finished i have the next error. What can be wrong ? (I can deploy in my pc as localhost, but in my ISP don?t work and is the same .war file ) thanks for any help. HTTP Status 500 - type Exception

server resources

2008-06-23 Thread Marcos Molina
response. Marcos - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

web.xml documentation

2008-05-27 Thread Marcos Molina
Hi people, Can anyone tell me where can i read something of how web.xml file works ? I try search but not found nothing good. Thanks a lot. Marcos - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Tomcat Service Stops in XP

2008-05-06 Thread Marcos
.. service start but in 2 o 3 seconds stops... what can i do? thanks for any help. Marcos - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Apache Tomcat native library

2006-08-29 Thread Marcos Glas
failure are linked? TIA Marcos Alejandro Glas.

Re: Re: Axis application running on Tomcat 4.1.31 in Windows XP as NT Service cannot access network units

2006-06-14 Thread Marcos Guerrero Gomez
Thomas [EMAIL PROTECTED] Fecha: Tue, 13 Jun 2006 19:17:55 -0400 Para: Tomcat Users List users@tomcat.apache.org Marcos Guerrero Gomez wrote: We have disabled the windows XP firewall, and we have changed the user credentials to start the service with the same user as the logged user

Re: Re: Axis application running on Tomcat 4.1.31 in Windows XP as NT Service cannot access network units

2006-06-14 Thread Marcos Guerrero Gomez
Hello again Mark! Thank you again for the answer. Although I'm going to search about servlet context listener, I've trying again with the UNC paths, and yes! you are right and the service started with users credentials with read permissions over the shared resource is able to read the file!

Axis application running on Tomcat 4.1.31 in Windows XP as NT Service cannot access network units

2006-06-13 Thread Marcos Guerrero Gomez
user as the logged user (that is able to open the network units through the windows explorer) but the behavior doesn't change. Any suggestions? Thank you very much in advance, Marcos Guerrero - To start a new topic, e-mail