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
>
>
>
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
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
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
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
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
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
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
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
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
.) 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.
>
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
>
>
>
> 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
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é
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
>
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.
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
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
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
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
>
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
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
>
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
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
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
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
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
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
>
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}
>
>
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).
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
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
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
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
-
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
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
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
>
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
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
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
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
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]
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
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,
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
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]
46 matches
Mail list logo