j_security_check error

2024-08-16 Thread Fernando
d Container security, the user should not explicitly request the login/loginfail pages. It won't work right." However I have other applicacion running on payara and that works, then I start to think that maybe is something misconfigured... Someone has some idea about this problem? Regards Fernando

Re: Tomcat session management with Redisson

2019-02-18 Thread Malith Pamuditha Fernando
How to unsubscribe this? Thank You Regards Malith Pamuditha Fernando Director RevPort (Pvt.) Ltd. malith.ferna...@revport.net | +94 713 76 92 17 From: John Dale Sent: Tuesday, February 19, 2019 1:57:10 AM To: Tomcat Users List Subject: Re: Tomcat session

Re: Tomcat 7.0.28 ignoring context copyXML attribute and web-fragments

2015-09-28 Thread Fernando González
Upgrading the package solves these issues, but other appear: the xml file not being actually copied. "dpkg -s tomcat7" still returns 7.0.28. So it is quite probably not correct anymore. Now we know that manual installation is the way to go, thanks! On Mon, Sep 28, 2015 at 9:18 AM

Re: Tomcat 7.0.28 ignoring context copyXML attribute and web-fragments

2015-09-28 Thread Fernando González
< chuck.caldar...@unisys.com> wrote: > > From: Fernando González [mailto:fergo...@gmail.com] > > Subject: Tomcat 7.0.28 ignoring context copyXML attribute and > web-fragments > > > I am using Tomcat 7.0.28 and I am deploying a .war with a context.xml > > that sets t

Tomcat 7.0.28 ignoring context copyXML attribute and web-fragments

2015-09-27 Thread Fernando González
Hi, I am using Tomcat 7.0.28 and I am deploying a .war with a context.xml that sets the copyXML attribute to "true". However, when I copy the war to the webapps folder, I get the following message in catalina.out: "Setting property 'copyXML' to 'true' did not find a matching property." and the

Re: starting connectors after the tomcat startup

2012-02-09 Thread Pradeep Fernando
Hi all, I could achieve the required behaviour by extending the standardService provided by tomcat. In my overrided startInternal() method i just dont start connectors. thanks, --Pradeep - To unsubscribe, e-mail: users-unsubscr

Re: starting connectors after the tomcat startup

2012-02-06 Thread Pradeep Fernando
Hi, Let me explain my scenario. I'm running tomcat inside an OSGi environment. There I create http.service out of tomcat. I do that in a servlet init method and set the loadOnStartup to '1' for that servlet. Now during the server startup my http.service get exposed and other bundles make use of t

starting connectors after the tomcat startup

2012-02-06 Thread Pradeep Fernando
Hi all, I'm using embedded tomcat within my application. I configured the org.apache.catalina.startup.Tomcat class using the server.xml found in tomcat distribution. But i want to start my connectors after some requirement are met (The necessary resources being initialized). My approach was to se

configuring org.apache.catalina.startup.Tomcat using server.xml

2012-01-30 Thread Pradeep Fernando
Hi all, I wanted to do the $subject. For that I extended the existing Tomcat class and added a configure step. Within the configure method i created a digester to configure my embedded tomcat instance. looks like things are getting configured. But when i call start method on Tomcat, it gives some

Re: Configuring embedded tomcat using server.xml

2012-01-27 Thread Pradeep Fernando
On Fri, Jan 27, 2012 at 2:29 PM, Pid * wrote: > On 27 Jan 2012, at 08:06, Pradeep Fernando wrote: > > > Hi, > > > > I have embedded the tomcat server within my application. Right now i'm > > using the org.apache.catalina.startup.Tomcat.java class to start my

Configuring embedded tomcat using server.xml

2012-01-27 Thread Pradeep Fernando
Hi, I have embedded the tomcat server within my application. Right now i'm using the org.apache.catalina.startup.Tomcat.java class to start my server. However I would like to get more control over Engine creation, connector initialization, etc. My idea is to configure the tomcat instance by lookin

CPing/CPong issue ever with mod_jk 1.2.31

2011-04-25 Thread Fernando Mercês
16:03:57.616 2011] [11872:39] [warn] ajp_handle_cping_cpong::jk_ajp_common.c (906): awaited reply cpong, received 3 instead. Closing connection Thanks. [1] https://issues.apache.org/bugzilla/show_bug.cgi?id=49413 Att, @Fernando Mercês Linux Registered User #43277

Best practices for deployment on cluster environment

2010-08-25 Thread Fernando Morgenstern
first server and them use this script to copy to other tomcat servers. Could you share your experience with this kind of environment? Is this the best way to deal with deployment? Thank you, Fernando M. Morgenstern - To

Re: Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Fernando Morgenstern
Em 09/07/2010, às 11:05, Caldarale, Charles R escreveu: >> From: Fernando Morgenstern [mailto:ferna...@consultorpc.com] >> Subject: Re: Error: Invalid or unreadable WAR file : error in opening >> zip file >> >> * Only webapps folder is shared between servers

Re: Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Fernando Morgenstern
to be corrupted. Otherwise other servers wouldn't be able to deploy them, right? * I can confirm that tomcat can write to webapps and webapps/Box/, just checked these permissions. drwxrwsrwx 5 user tomcat 4.0K Jan 21 11:05 Box -rw-r--r-- 1 user tomcat 27M Jan 21 11:04 Box.war Regards, ---

Error: Invalid or unreadable WAR file : error in opening zip file

2010-07-09 Thread Fernando Morgenstern
permissions to war file. Also, i don't think this is a problem with the war file ( actually, all of them ), since other tomcat servers can deploy applications normally. Do you know what might be causing this issue? Best Regards, --- Fernando Marcelo www.consultorpc.com fern

Re: Application deployment on clusters

2010-02-01 Thread Fernando Morgenstern
Em 01/02/2010, às 09:04, Mark Thomas escreveu: > On 01/02/2010 10:52, Fernando Morgenstern wrote: >> Hello, >> >> I am trying to find out how can i deploy an application on all nodes at a >> Tomcat 6 cluster. >> >> Basically i have this on my server.x

Application deployment on clusters

2010-02-01 Thread Fernando Morgenstern
( http://www.mail-archive.com/users@tomcat.apache.org/msg29411.html ) that farm deployer is broken. Could someone confirm if this is still true as this post is from 2007? Best Regards, --- Fernando Marcelo www.consultorpc.com ferna...@consultorpc.com

Re: 2 Apache 1 Tomcat

2009-12-17 Thread Fernando Monteiro Duarte
Thanks Charles. Enabling 2 AJP Connector works fine. Elli, I have already tested with mod_proxy and works fine as well. But what is the best configuration? mod_proxy (HTTP protocol) or mod_jk (AJP protocol) anyone knows this? Thanks, Fernando On Wed, Dec 16, 2009 at 7:15 PM, Elli Albek wrote

2 Apache 1 Tomcat

2009-12-16 Thread Fernando Monteiro Duarte
Apache HTTPD sometimes the application dows not work and appear "*Service* Temporary *Unavailable*" Someone knows if is possible to have this configuration? P.S.: I am testing with a new application with 1 user in the two servers. Thanks in advance, Fernando

Tomcat, ClassLoader and java.lang.ClassCastException

2006-05-13 Thread Fernando Cheros
I have this code: DAOClassLoader d = new DAOClassLoader(); Object o = d.loadClass("security.to.ActionTO").newInstance(); System.out.println(o); ActionTO u = (ActionTO)o; u.setDescription("descripcion"); System.out.println(u); The ActionTO is a simple TO object whit their get and sets and the lo