Re: Possible AbstractProtocol.waitingProcessors leak in Tomcat 9.0.75

2023-07-27 Thread mario
on. Best regards, Mario > Am 27.07.2023 um 12:45 schrieb Mark Thomas : > > I've taken a look at the code and can't see how this might be happening. I > think a reproducible test case is going to be required to investigate this > further. > > Mark > > >

Possible AbstractProtocol.waitingProcessors leak in Tomcat 9.0.75

2023-07-06 Thread mario
ved. Those UpgradeProcessorInternal-s referencing a live socket are matching exactly the number of live WebSocket sessions. What do you think? Env: Tomcat: 9.0.75.0 Spring Boot: 2.7.12 Java: 17.0.7 Best regards, Mario connector :Connector[HTTP/1.1-2888] waitingProcessors: 325 processor#1: UpgradeProcess

Re: sss

2018-11-16 Thread Mario Marius
Ssss Trimis de pe iPhone‑ul meu Pe 6 sept. 2018, la 15:30, minglei yin a scris: > sss - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

AW: [bulk] Re: SSL on Tomcat

2018-10-02 Thread Mario Schmitz
Hey, arbeitet ihr gerade irgendwo? Hier hier gerade alle Anwendungen von außen nicht erreichbar gewesen. Über intern ging ... LG Mario -Ursprüngliche Nachricht- Von: Loai Abdallatif [mailto:loai.abdalla...@gmail.com] Gesendet: Dienstag, 2. Oktober 2018 09:07 An: Tomcat Users List

AW: [eX-Bulk]: Error while sending ajax post request to my tomcat web app

2018-04-25 Thread Mario Schmitz
Hey, seems u have a problem with CORS https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS cheers -Ursprüngliche Nachricht- Von: Zahi Fail [mailto:zahi.f...@gmail.com] Gesendet: Mittwoch, 25. April 2018 12:53 An: Tomcat Users List Betreff: [eX-Bulk]: Error while sending ajax post re

AW: [eX-Bulk]: Problem with catalina.out

2018-04-23 Thread Mario Schmitz
Hey, do you have an example of your log4j-File(s)? An example from one of my webservices: %d %p %c{1.} [%t] %m%n

How to unsubscribe?

2012-07-02 Thread Mario Splivalo
orted out, I'd be more than happy. Thank you again, Mario - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Having different apps (contexts) on different ports

2011-11-15 Thread Mario Splivalo
to protect manager app from 'the world'. But I managed to set up Valve within the manager context that would block access to it (manager) from all but the specified IPs. Thank you both for your inputs, I actually just wanted to make sure I can't do what I initially wanted :) Mario - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Having different apps (contexts) on different ports

2011-11-15 Thread Mario Splivalo
On 11/15/2011 09:01 AM, Mario Splivalo wrote: > Can I have several Tomcat contexts on different ports? > > I need to have manager app listening only on 8080, and all the other > apps on 80. Is something like that possible, within one Tomcat Service? > > Or, if I fire up two se

Having different apps (contexts) on different ports

2011-11-15 Thread Mario Splivalo
app from one service able to manage apps in another? Mario - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tomcat 7 in debian/ubuntu

2010-12-04 Thread Mario Kleinsasser
.) is a little miracle of its own. Do you know if there is a Tomcat group about this topic. I'am interested in joining the discussion. Mario -- http://www.n0r1sk.com On Fri, Dec 3, 2010 at 10:20 PM, Jason Brittain < jason.britt...@mulesource.com> wrote: > Hi Rodrigo. >

Re: Server affinity instead of session affinity

2010-11-23 Thread Mario Kleinsasser
client affinity possible) Maybe this could be used to stick the whole "Client" to one backend by the first request? If there is an entry context to set this cookie, it should be possible to stick the client to the backend for the following contexts - maybe. Mario -- http://www.n0r1sk.com

Re: Tomcat clustering in a server with SSL

2010-11-21 Thread Mario Kleinsasser
> > > > This isn't a good idea. You can run multiple HTTPD and Tomcat > instances on a Windows server. > > Installing linux virtual machines is just adding unnecessary overhead. > > To quote myself: > If you like, you could do it also with windows. The

Re: Tomcat clustering in a server with SSL

2010-11-21 Thread Mario Kleinsasser
virtualhost config (eg. httpd.conf) JkMount /* lb JkMount / lb Order Deny,Allow Allow from ALL Please notice, this is a brain dump! No claim to completeness!!! Mario -- http://www.n0r1sk.com On Sun, Nov 21, 2010 at 1:10 PM, André

Re: Tomcat clustering in a server with SSL

2010-11-20 Thread Mario Kleinsasser
installed into. Benefits: You have an Apache for SSL offloading and cluster Backend communication. You have one or two separated server for your tomcat. If you like, you could do it also with windows. Through the vitalization, you could quickly move to another hardware box, in case of an HW error. Mario http://www.n0r1sk.com > > --rujin >

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
Christopher Schultz wrote: > Mario, > > On 5/3/2010 8:18 AM, Mario Splivalo wrote: >> André Warnier wrote: >>> Mario Splivalo wrote: >>>> One just have to love Tomcat documentation :) >>>> >>> Specially considering the price you pay for it.

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
Caldarale, Charles R wrote: >> From: Mario Splivalo [mailto:mario.spliv...@megafon.hr] >> Subject: Re: minSpareThreads maxSpareThreads >> >> There really is NO mention whatsoever about minSpareThreads >> and maxSpareThreads in documentation, using executors or no

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
Caldarale, Charles R wrote: >> From: Mario Splivalo [mailto:mario.spliv...@megafon.hr] >> Subject: Re: minSpareThreads maxSpareThreads >> >> So, if I don't use executor I can't set those attributes? > > Correct. The documentation for executors mention j

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
André Warnier wrote: > Mario Splivalo wrote: >> >> One just have to love Tomcat documentation :) >> > Specially considering the price you pay for it. Oh, that is so professional. So, it's cheap therefore it can be unprofessional? It's a joke, I hear you sayi

Re: minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
Pid wrote: > On 03/05/2010 09:29, Mario Splivalo wrote: >> I am migrating application from tomcat 5.5 to tomcat 6.0 and I'm a bit >> confused about Connector configuration attributes. >> >> In 5.5 i had minSpareThreads and maxSpareThreads. Are those still used >

minSpareThreads maxSpareThreads

2010-05-03 Thread Mario Splivalo
I am migrating application from tomcat 5.5 to tomcat 6.0 and I'm a bit confused about Connector configuration attributes. In 5.5 i had minSpareThreads and maxSpareThreads. Are those still used in 6.0? They are not listed in as attributes here: http://tomcat.apache.org/tomcat-6.0-doc/config/http.h

Re: Two contexts of the same webapp

2010-02-19 Thread Mario Splivalo
Caldarale, Charles R wrote: >> Although, the app is fairly simple, so I could just use manager to stop >> all the applications, overwrite the docBase directory with the new >> version, and then start all the apps. > > Or just overwrite the docBase target with the new version, then do a touch on >

Re: Two contexts of the same webapp

2010-02-18 Thread Mario Splivalo
André Warnier wrote: > Mario Splivalo wrote: > ... > >> >> Thnx! Yes, apps need to be separate, it's just that they're the same. >> I have separate configurations, logs, everything set up. >> >> But, now, I'm wondering, since I'll be havi

Re: Two contexts of the same webapp

2010-02-18 Thread Mario Splivalo
Caldarale, Charles R wrote: >> From: Mario Splivalo [mailto:mario.spliv...@megafon.hr] >> Subject: Re: Two contexts of the same webapp >> >> But, now, I'm wondering, since I'll be having dozens of the same >> applications, I'd like to automate deplo

Re: Two contexts of the same webapp

2010-02-18 Thread Mario Splivalo
Caldarale, Charles R wrote: From: Mario Splivalo [mailto:mario.spliv...@megafon.hr] Subject: Two contexts of the same webapp Is it possible for a webbaplication to have two instances within single tomcat? Yes, just keep the location of the .war (or expansion thereof) outside of the appBase

Two contexts of the same webapp

2010-02-18 Thread Mario Splivalo
Is it possible for a webbaplication to have two instances within single tomcat? I was thinking of having two (almost) identical context files which both point to the same docBase. Mike - To unsubscribe, e-mail: users-unsu

Re: 'Parametrizing' context.xml?

2009-12-17 Thread Mario Splivalo
Bill Barker wrote: > "Mario Splivalo" wrote in message > news:4b27994e.5080...@megafon.hr... >> Bill Barker wrote: >>> "Mario Splivalo" wrote in message >>> news:4b266622.5060...@megafon.hr... >>> >>> Tomcat also supports

Re: 'Parametrizing' context.xml?

2009-12-16 Thread Mario Splivalo
Pid wrote: > On 14/12/2009 16:21, Mario Splivalo wrote: >> Is there a way to 'parametrize' context.xml, for instance, in a manner >> one can 'parametrize' build.xml? >> >> For some webapplication in context.xml one puts, for instance, JDBC >

Re: 'Parametrizing' context.xml?

2009-12-15 Thread Mario Splivalo
Bill Barker wrote: > "Mario Splivalo" wrote in message > news:4b266622.5060...@megafon.hr... > > Tomcat also supports ant-style variable replacement, so using that then > Ken's example would look like: > > baseprefix > ${BPVAL} > >

'Parametrizing' context.xml?

2009-12-14 Thread Mario Splivalo
Is there a way to 'parametrize' context.xml, for instance, in a manner one can 'parametrize' build.xml? For some webapplication in context.xml one puts, for instance, JDBC specific stuff. But, several developers can have different 'properties' for the database (different user accounts, and so on).

Question regarding 6.0.14 and NoClassDefFound org/apache/juli/logging/LogFactory

2008-10-22 Thread Mario Felarca
the same results. The interesting thing is, on other machines, the same seteup works fine and does not throw the exception. I cannot seem to find any other options other than the MANIFEST.MF, so any help or even ideas would be greatly appreciated! Thanks much in advance, Mario- Exception

AW: Tomcat will not create session cookie

2008-06-16 Thread Mario Killmer
Hello Christopher, you are right. It was a Firewall problem. Thanks for your help. Mario -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. Juni 2008 18:59 An: Tomcat Users List Betreff: Re: Tomcat will not create session cookie

Tomcat will not create session cookie

2008-06-13 Thread Mario Killmer
e jsessionid to the URL's and teh output of the script above is : Cookies : No cookies What is the problem ? Why can't tomcat create session cookie for www.myprojekt.com ? Thanks, Mario

Re: [OT] webdav client libraries for Java?

2007-11-07 Thread Mario Ivankovits
es jakarta slide which is retired - as you said. If there is another good open-source-ASF-compliant-licensed webdav-client for java out there it can be plugged into VFS then too. Not helpful for your research, though ;-) Ciao, Mario -

Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

2007-08-16 Thread Mario Ivankovits
Hi! > Mario, you are a hero. do women come and worship you in the street? Haha! Oh boy ... you don't want to know ... Glad it helped you! :-) Ciao, Mario - To start a new topic, e-mail: users@tomcat.apache.org To uns

Re: ClassCastException trying to cast MemoryUserDatabase to UserDatabase

2007-08-16 Thread Mario Ivankovits
calizedMessage(), e); } catch (InvocationTargetException e) { log.error(e.getLocalizedMessage(), e); } Ciao, Mario - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTEC

Re: Re: apache22 + mod_jk + tomcat55 on FreeBSD - configuration problem (maybe ?)

2007-03-08 Thread Mario Pavlov
ight be further config bugs after fixing this one :) > >Regards, > >Rainer > >Mario Pavlov wrote: >> Hello guys >> I'm trying to set up apache to redirect requests to tomcat on my >> FreeBSD-6.2-STABLE >> but I can't get this to work >

apache22 + mod_jk + tomcat55 on FreeBSD - configuration problem (maybe ?)

2007-03-08 Thread Mario Pavlov
Hello guys I'm trying to set up apache to redirect requests to tomcat on my FreeBSD-6.2-STABLE but I can't get this to work please help me :) here is what I do: so first I've installed the latest ports apache-2.2.4 mod_jk-ap2-1.2.21,1 tomcat-5.5.20 and I've edited the config files to look like th

Re: Solved Problem with Emailappender of Log4j

2006-08-22 Thread Mario Bittermann
Problem is solved. We used wrong Mail API. With 1.4 everything works fine. Mario Original-Nachricht Datum: Tue, 22 Aug 2006 09:27:22 +0200 Von: "Mario Bittermann" <[EMAIL PROTECTED]> An: "Tomcat Users List" Betreff: Re: Problem with Emailappender of L

Re: Problem with Emailappender of Log4j

2006-08-22 Thread Mario Bittermann
d.java:595) Mario Original-Nachricht Datum: Mon, 21 Aug 2006 12:40:12 -0400 Von: "Martin Gainty" <[EMAIL PROTECTED]> An: "Tomcat Users List" Betreff: Re: Problem with Emailappender of Log4j > Mario- > > can we see the exception handler

Problem with Emailappender of Log4j

2006-08-21 Thread Mario Bittermann
Tomcat 5.5.12 with Sun jdk 1.5_07 no stacktrace is sent! We get a mail with empty body. I did some test with jdk 1.5 and Log4j and emailnotification works fine. But on Tomcat 5.5 we get empty email. Who can help? Any ideas? Thanks Mario -- Der GMX SmartSurfer hilft bis zu 70% Ihrer

Re: getSession() thread-safe? User A can see user B's account

2006-07-21 Thread Mario Ivankovits
res. So it simply takes what it gets from the container. Ciao, Mario - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat Web admin

2006-05-26 Thread Mario Henley Becerril Geldis
Hi, I have installed tomcat 5.5.17 and web administration tool. After to put login and password, I get that error: HTTP Status 403 - Access to the requested resource has been denied type Status report messag

Re: common-compress

2006-02-21 Thread Mario Ivankovits
Hi! > Where I can find the jar of this project? > You have to build it from SVN using maven, or download a snapshot from http://www.ibiblio.org/maven/commons-compress/jars/commons-compress-20050911.jar Currently we have no nightly nor a release build. Ciao,

how to turn off logging

2005-12-22 Thread Mario Ernst
hi, I need to stop all logging actions to start tomcat from a non writable medium (CD). What's the easiest way to do this? Thanks and regards ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: advice on auto logout servlet

2005-11-15 Thread Mario Ivankovits
been logged out" page as the browser window for to the corresponding session is no longer existent. Should I patent this? ;-) --- Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]