External xml problem on Tomcat 6.0.41

2015-04-08 Thread Claudio Weiler
Hi, I use a Debian Squeeze distro, with official Tomcat releases. Recently I update to Tomcat 6.0.41 and a (not modified) application stopped to load. I dig and found that on Tomcat 6.0.40 the context attribute "xmlBlockExternal" was changed default value from false to true, then I modified this

looks minSpareThreads is not honored - tc 7.0.25

2012-02-23 Thread claudio
Hi, I am using tomcat 7.0.25 on linux and java 6u30 to perform some load testing, and came to this observation. Performing some ab (apache benchmark) tests as specified in [1] and the http connector configured as: - references to an executor as - without an executor and with a minSpareThre

Re: symlinks in webapps

2008-09-06 Thread Claudio Tassini
to study how to accomplish this. Will let you know. > > 2) Create dummy webapps for the alternate URLs that contain nothing but an > index.html page that redirects to the primary. > This does not sound really "clean" :) I will keep it as last resort... -- Claudio Tassini

Re: symlinks in webapps

2008-09-06 Thread Claudio Tassini
g context files in conf/[Engine name]/[Host name]/[context].xml . You must add them to server.xml, which is discouraged. -- Claudio Tassini

Re: symlinks in webapps

2008-09-06 Thread Claudio Tassini
s I wished without multiplying the load on the server (the app starts ldap pools... db pools and so on...). On Sat, Sep 6, 2008 at 6:34 PM, Claudio Tassini <[EMAIL PROTECTED]>wrote: > Don't seem to work. It seems that I can't use a docBase in a context.xml > that point

Re: symlinks in webapps

2008-09-06 Thread Claudio Tassini
/webmail-portal-tomcat/webapps/WebMail2 does not exist or is not a readable directory On Fri, Sep 5, 2008 at 9:05 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Claudio Tassini [mailto:[EMAIL PROTECTED] > > Subject: symlinks in webapps > > > > The

symlinks in webapps

2008-09-05 Thread Claudio Tassini
sure), but it don't work. I guess that allowLinking allows to make links from inside the context to other places in the filesystem, not to link the context itself to another webapp. I found this very useful in tests environment. Is there a way to achieve this in tomcat 6? -- Claudio Tassini

mod_jk sticky sessions don't work

2007-08-02 Thread Claudio Tassini
2007] [1970:8] [debug] jk_handler::mod_jk.c (2238): Service finished with status=200 for worker=test Any help would be REALLY appreciated! Fi -- Claudio Tassini

Differences between tomcat 5.5.9 and tomcat 5.5.20

2007-02-05 Thread Claudio Chiossi
Hi, I'm new of this mailing list. I want to know the differences between tomcat 5.5.9 and 5.5.20 because I've a webapplication that work fine under tomcat 5.5.9 but under tomcat 5.5.20 it has many problem about connection to DB. Thank. -- Ing. Claudio Chiossi Quix S.r.l.

RE: Tomcat And IIS: Mapping different Host headers to the same Webapplication Instance

2006-10-25 Thread Claudio Greuter
Yes this was what I noticed, I was not aware that createing a new tomcat context means that the webapp is deployed again. However I think it has to be possible to link any URL from IIS to an URl on tomcat. I am looking forward to any input :-) Cheers Claudio

Tomcat And IIS: Mapping different Host headers to the same Webapplication Instance

2006-10-25 Thread Claudio Greuter
solve this. Many thanks in advance: Claudio IPH Informatik AG Herr Claudio Greuter Lagerhausstrasse 9 8400 Winterthur Switzerland Tel:+41 (0)52 203 26 72 Fax:+41 (0)52 233 94 71 Email: [EMAIL PRO

RE: Interfaces and cast problems in Tomcat

2006-06-19 Thread Claudio Veas
the errors so I kept using old classes instead of the new ones and thats why the cast exception appear. Thanks again for the help Claudio Veas ---Original Message--- From: GB Developer Date: 06/19/06 18:55:28 To: 'Tomcat Users List' Subject: RE: Interfaces and cast problems

Interfaces and cast problems in Tomcat

2006-06-19 Thread Claudio Veas
Hello my name is Claudio Veas Im very new in tomcat develop and I was trying to use an interface to implement a cache. I make all the objects that I wanted to keep in memory implement "cacheable" interface so I could insert them into a Vector and then minimize the timing when looking fo

Re: JSP with use beans calls do not work

2006-02-25 Thread Claudio Veas
lease post your jsp code?   umesh   On 2/24/06, Claudio Veas <[EMAIL PROTECTED]> wrote: > > Hello list, I m really new to tomcat ,I have the following problem > recently > I tried to resume my practices on JSP on my tomcat server but I seem to > have > a problem and I do not

JSP with use beans calls do not work

2006-02-24 Thread Claudio Veas
Foundation\Tomcat 5.5\common\classes Anyway when they used to work they were in the same place but maybe I have done something wrong that is making the server work wrong or al least not the way I want it to work. Any Ideas will be wellcome thanks for your attention Claudio Veas

Pass objects to an embedded server

2006-01-17 Thread Claudio Sanchez
? Thanks, Claudio.

RE: Embedded intance and server.xml

2006-01-16 Thread Claudio Sanchez
ector in org.apache.catalina.startup.Embedded check there is an engine. So addEngine must be excute before addConnector. Is there something to force digester to do this? If my xml is the following everything works fine: But the following dosn't work:

Embedded intance and server.xml

2006-01-16 Thread Claudio Sanchez
Hi, I want to configure an embedded server using an external configuration file. Is there a way to configure an Embedded server instance using server.xml? Thanks, Claudio

Re: login

2006-01-07 Thread Claudio Veas
thanks for the help ill get to it as soon as possible Claudio Veas ---Original Message--- From: Frank W. Zammetti Date: 01/08/06 00:58:13 To: Tomcat Users List Subject: Re: login What you describe is referred to as container-managed security, or J2EE Security. Here is a link I think

login

2006-01-07 Thread Claudio Veas
information about it. Thanks a lot Claudio Veas

Re: inserting data (A weird problem)

2005-12-14 Thread Claudio Martn Veas
t knowing what is the problem, i dont like the idea of taking something for granted as if it were some kind of magic "Tomcat and beans with properties starting with 'a' dont match" "why not?" "

inserting data (A weird problem)

2005-12-13 Thread Claudio Veas
Hello, Im trying to insert data in my mysql server with a JSP and a Bean with an example I found in the internet, Im very new to all this but this error I get its really strange. I created a table contacto (contact) in the mysql server, create table contacto (numero int,    

I made it

2005-12-11 Thread Claudio Veas
administrator tells me that my mails are spam thats nota a tomcat question but its about the mailing list. Thanks to all who read my mail. Claudio Veas ---Original Message--- From: Martin Gainty Date: 12/11/05 23:36:59 To: [EMAIL PROTECTED] Cc: Tomcat Users List Subject: Re: I got other

I got other problem

2005-12-11 Thread Claudio Veas
advance Claudio Veas

Problems with my first JSP file

2005-12-11 Thread Claudio Veas
ose();}%>   and this is the output I get When I try to see it I have some experience using the JDBC with mysql and i tried to use the ex.getSQLState() function but I got an error. I really hope you can help me Thanks on advance. Claudio Veas  - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Server.xml

2005-10-17 Thread Claudio Veas
/>      type="javax.mail.Session"/>          mail.smtp.host    localhost          Ill send the updated file also Well I hope you can help me anyway Ill try to continue my practices wi

Re: My first Aproach

2005-10-16 Thread Claudio Veas
my only advantage is that Im doing my researches on Mysql so at least i know a little about that which will help me in learning TOMCAT and JSP for what ive heard. So thanks again and by the way PD is what people of Argentina use to say PS jeje Claudio Veas ---Original Message--- From

My first Aproach

2005-10-16 Thread Claudio Veas
Hello my name is Claudio Veas Im from Argentina and I have successfully installed Tomcat 5.0.28 if Im not mistaken. This is the first time with Tomcat so I wanted to ask you people which should be my first step into the world of web applications you know ( JSP, EJB) but ima total newbie in all