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
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
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
<
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
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
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
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
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
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
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
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
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
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
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
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,
---
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
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
(
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
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
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
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
21 matches
Mail list logo