Dear Team,
Any solution regarding this issue in Tomcat Cluster to avoid Session
invalidate after one Tomcat node shutdown.
Note that session invalidate has been called BEFORE the call of the
session destroyed event of each session listener.
How can this be solved since the session st
Hi,
More information about tomcat shutdown and object swapping probably belongs
in the development list. It is quite a bit of work to extend DBCP and write
extensions to tomcat, and at the end of the day most of those problems I
would consider as bugs. DBCP specifically cannot be easily extended, w
mg>good work
> From: e...@sustainlane.com
> To: users@tomcat.apache.org
>
> Hi,
> I did not follow this thread form the beginning, but I can provide a
> few tips about using connection pools in tomcat.
> 1. DBCP has quite a few problems in the area of scalability. We have
> our own modified vers
"Christopher Schultz" wrote in message
news:4ae5cabb.7070...@christopherschultz.net...
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Konstantin,
>
>> Those are NOT comments. The JSP comments are <%-- --%>.
>>
>> I think that if you switch to XML syntax for JSP pages (using jspx
>> files
Hi,
I did not follow this thread form the beginning, but I can provide a
few tips about using connection pools in tomcat.
1. DBCP has quite a few problems in the area of scalability. We have
our own modified version of the source that makes it more concurrent,
and I believe some of those changes we
I read about timeouts but I still have following questions:
1. From 1.2.28 onwards, if I don't set the ping_mode then the request
will still be sent to the BE node from workers.list even if that node
is down?
2. Does socket_timeout mean how long the socket connection will be
kept open? So it actua
Jeffrey Janner wrote:
I suppose the correct answer to the OPs question that Peter should have
supplied would go something like this:
Yes, Tomcat should run the same on a 64-bit Windows installation so long
as the JVM used, and optionally the Windows service executable and
native-library dll, are
Jeffrey Janner wrote:
> Chuck -
> Read on this list last week that the 5.5.28 installer will install the
> 64-bit exe's if the OS is 64-bit. Was that an incorrect post? Does it
> check the JVM architecture instead?
It should but it doesn't. It checks the platform architecture. Patches
welcome.
I suppose the correct answer to the OPs question that Peter should have
supplied would go something like this:
Yes, Tomcat should run the same on a 64-bit Windows installation so long
as the JVM used, and optionally the Windows service executable and
native-library dll, are all of the same archite
Chuck -
Read on this list last week that the 5.5.28 installer will install the
64-bit exe's if the OS is 64-bit. Was that an incorrect post? Does it
check the JVM architecture instead?
Jeff
p.s. Suppose "architecture" is the more technically accurate word,
instead of bitness. Just had a brain fa
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Subject: RE: Tomcat 6.0 x64
>
> I've heard that the Tomcat 5.5.28 installer for Windows can distinguish
> the bitness of the OS and install appropriately.
Careful; it's not the "bitness" of the OS that's important, it's the "bitness"
Well one can always set the auto-responder to not send them out to certain
users (depending on mail client/server, of course.)
You could self-filter with your client. But then again, it would be nice if
the list operator could filter for all of us.
-Original Message-
From: Martin Gainty
And if you you want to run with the native-mode libraries, you need the
64-bit APR/native dll.
I've heard that the Tomcat 5.5.28 installer for Windows can distinguish
the bitness of the OS and install appropriately. Does anyone know which
Tomcat 6 installer does the same?
-Original Message
Andre -
My point was I had a specific install case where Tomcat was not listening on
*all* port 8080's. If you'll review my "Windows x64 Installer" thread, you'll
see the problem I was having and the resolution. I was quite able to connect
to "localhost" all day, but not from anywhere else. I
Bill Davidson wrote:
> Christopher Schultz wrote:
>>When you've played with it for a bit, tell us how things turned out.
>
> It's looking like optimal is caching about 40 PreparedStatement objects.
> However, I should qualify that noting that it's with our application and
> specifically with our l
2009/10/26 Rob Ogilvie :
> On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R
> wrote:
>> If any webapp requires a specific CLASSPATH setting, the webapp is
>> ill-engineered at best.
>>
>> The CLASSPATH environment variable should *never* be used with Tomcat (or
>> any other Java program, for
This is Tomcat 5.5.26 under Windows XP, Java version as follows:
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)
Pid wrote:
Which dispatcher?
Which dispatcher... can you help me out here? According to
Christopher Schultz wrote:
>When you've played with it for a bit, tell us how things turned out.
It's looking like optimal is caching about 40 PreparedStatement objects.
However, I should qualify that noting that it's with our application and
specifically with our little pummeling benchmark, whic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tsirkin,
On 10/25/2009 8:10 AM, Tsirkin Evgeny wrote:
> However even if some
> session got _ not _ to be replicated after a restart - this is far
> less a problem then a case of _ all _ session not to be restored
> after a restart.
Yeah, it's simple:
thanks I'll read that and let you know if I have any questions.
On Mon, Oct 26, 2009 at 9:21 AM, Rainer Jung wrote:
> On 26.10.2009 16:19, Christopher Schultz wrote:
>> On 10/25/2009 12:12 PM, Mohit Anchlia wrote:
>>> I also trying to understand cpong, prepost and all other timeouts. But
>>> it's
Yeah, the browser was caching the xml file.
Thanks for your reply. I figured out this problem.
On Mon, Oct 26, 2009 at 11:32 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Ramzi,
>
> On 10/23/2009 10:07 AM, ramzi khlil wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joesph,
On 10/26/2009 1:02 PM, Joseph Morgan wrote:
> I checked my customTags.jar and discovered I had not added the
> "META-INF/customTags.tld". So, I put it in, removed all references
> to tags from BOTH web.xml files, and everything works!
Great!
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
To follow-up, the code below can be used to fetch the
currently-available ciphers for SSL and will show whether or not they
are enabled in your particular JVM. Note that none of this is
Tomcat-specific:
import java.util.Iterator;
import java.uti
Christopher Schultz-2 wrote:
>
> You're right in that @import appears to serialize CSS fetching in many
> browsers, and that's bad. On the other hand, why not use Steve's
> suggestion and use the LINK LINK technique?
>
> Presumably you have separate stylesheets for a reason. Why not keep them
>
OK... interesting results. Your "muck-it-up" idea came to me while waiting for
a response. I changed the taglib location for JSTL to /KingKong and /GodZilla,
and it still worked... and then removed the references to JSTL completely...
and it still worked!!! ...suggesting for a moment we were b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 10/26/2009 12:44 PM, Mark Thomas wrote:
> Christopher Schultz wrote:
>> It's clear to me that the list of available ciphers is different than
>> the list of enabled ciphers.
>>
>> Is there a way to get this list programmatically? I have a sma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 10/24/2009 10:44 PM, Caldarale, Charles R wrote:
> Hmmm... I tried this simple JSP file under 6.0.20 with no problems:
>
>
> <%@ page session="false" import="java.util.*"%>
> <%!
> LinkedHashMap menuItems = new LinkedHashMap();
> public vo
Christopher Schultz wrote:
> Mark,
>
> On 10/23/2009 7:53 AM, Mark Thomas wrote:
>> http://java.sun.com/javase/6/docs/
>> "Security" leads to
>> http://java.sun.com/javase/6/docs/technotes/guides/security/index.html
>> "Standard Algorithm Names" leads to
>> http://java.sun.com/javase/6/docs/techno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rob,
On 10/26/2009 12:21 PM, Rob Ogilvie wrote:
> Unfortunately, IBM disagrees and our webapp relies on this API:
>
> http://publib.boulder.ibm.com/infocenter/forms/v3r0m0/index.jsp?topic=/com.ibm.help.forms.doc/API_Install_Guide/i_wfsa_g_unix_settin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joseph,
On 10/26/2009 12:15 PM, Joseph Morgan wrote:
> Well, I'm trying to contain common tag libraries in a single, common,
> easily deployable space so I only have to deploy them once for all
> apps, and not into every app in existence (though there
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 10/26/2009 11:52 AM, André Warnier wrote:
> Assuming there is a single (and default) Host, like this :
>
>
>
>
> and multiple requests comes in with a header
> Host: somealias.company.com
>
> then indeed the fact of having this Alias,
Kai Behncke wrote:
...
I created now a directory
C:\Programme\Apache Software Foundation\Tomcat 6.0\webapps\little_test
but when I call "http://localhost:8080/little_test/"; I only get HTTP Status
404:
"..
message /little_test/
description The requested resource (/little_test/) is not a
On 26.10.2009 16:19, Christopher Schultz wrote:
> On 10/25/2009 12:12 PM, Mohit Anchlia wrote:
>> I also trying to understand cpong, prepost and all other timeouts. But
>> it's confusing in terms of which one should be used and which ones can
>> be left alone. We currently have following values, do
On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R
wrote:
> If any webapp requires a specific CLASSPATH setting, the webapp is
> ill-engineered at best.
>
> The CLASSPATH environment variable should *never* be used with Tomcat (or any
> other Java program, for that matter).
I agree. Unfortuna
Well, I'm trying to contain common tag libraries in a single, common, easily
deployable space so I only have to deploy them once for all apps, and not into
every app in existence (though there are arguments to be made for each app
having its own independent stuff, even if it is the exact same st
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Konstantin,
> Those are NOT comments. The JSP comments are <%-- --%>.
>
> I think that if you switch to XML syntax for JSP pages (using jspx
> files instead of jsp), those will be treated as XML comments and
> properly ignored.
Apologies for not thi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jan,
On 10/24/2009 5:58 AM, Pfeifer Jan wrote:
> String decoded = new String(param.getBytes("iso-8859-1"),"UTF-8");
(I'm all out of breath from replacing those " escapes with "
symbols... I need to get more exercise).
The above line of code is only
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: How can I prevent Quartz multiple execution after
> tomcatrestart
>
> Assuming there is a single (and default) Host, like this :
>
>
>
>
> and multiple requests comes in with a header
> Host: somealias.company.com
>
> then indee
> From: Rob Ogilvie [mailto:r...@axpr.net]
> Subject: Tomcat5 CLASSPATH Issues
>
> I have an application I am attempting to deploy under Tomcat5 (5.5.23
> from CentOS 5.4) that requires a specific CLASSPATH and
> LD_LIBRARY_PATH be set.
If any webapp requires a specific CLASSPATH setting, the web
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 10/23/2009 7:53 AM, Mark Thomas wrote:
> http://java.sun.com/javase/6/docs/
> "Security" leads to
> http://java.sun.com/javase/6/docs/technotes/guides/security/index.html
> "Standard Algorithm Names" leads to
> http://java.sun.com/javase/6/do
Konstantin Kolinko wrote:
This looks like a bug in the code that reads the JSP: comments ought to
be tolerated and ignored. Would you be willing to:
Those are NOT comments. The JSP comments are <%-- --%>.
I think that if you switch to XML syntax for JSP pages (using jspx
files instead
> From: Kai Behncke [mailto:kai-behn...@gmx.de]
> Subject: Newbie-question: Adding directory to localhost-tomcat
>
> I have installed it successfully on windows at
> C:\Programme\Apache Software Foundation\Tomcat 6.0\webapps
Actually, Tomcat is installed at
C:\Programme\Apache Software Foundation
Christopher,
thanks for the masterful analysis.
I'll pick out just one aspect :
Christopher Schultz wrote:
...
If it happened to be (2), then one could argue that adding an
matching the real "Host:" of the calls, is actually slightly faster than
not doing so.
My point exactly.
...
One
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Micheal,
On 10/23/2009 6:49 AM, Michael wrote:
> I am currently experiencing some strange behavior with log4j. Sometimes when
> I restart Tomcat the day's log files are emptied, i.e. starts with the
> messages coming from the restart. That happens jus
Christopher Schultz wrote:
This does work:
This looks like a bug in the code that reads the JSP: comments ought to
be tolerated and ignored. Would you be willing to:
1. Log a bug against Tomcat in bugzilla
2. produce a short test case (th
Good Morning,
I have an application I am attempting to deploy under Tomcat5 (5.5.23
from CentOS 5.4) that requires a specific CLASSPATH and
LD_LIBRARY_PATH be set. I don't seem to be having any problems setting
the LD_LIBRARY_PATH (just added a line to tomcat5.conf), but am having
a heck of a time
2009/10/26 Christopher Schultz :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Pete,
>
> On 10/24/2009 4:20 PM, Pete McNeil wrote:
>> This doesn't work / causes the error:
>>
>>
>>
>>
>>
>>
>>
>> This does work:
>>
>>
>
2009/10/26 Wagenaar, R.J.T. (Ronald) :
> Is Tomcat 6.0 supported on a x64 bit system, by example Windows Server 2003
> Enterprise x64?
As it is open source, it is not "supported" in the sense that you can
file a bug report and expect a fix - but neither is the 32-bit version
:-). Tomcat runs wel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rainer,
On 10/22/2009 7:45 PM, Rainer Jung wrote:
> On 22.10.2009 22:53, 1world1love wrote:
>> Interestingly, if I access the page via IP:8080 (bypassing the rewrite), the
>> auth works fine. No errors.
>
> H
Perhaps the OP is using multipl
Hi,
Is Tomcat 6.0 supported on a x64 bit system, by example Windows Server 2003
Enterprise x64?
Or is the best practises a x32 bit system?
Kind Regards,
Ronald Wagenaar
Reaal IT
Infra Engineering
St Laurensstraat 7
1811 KM Alkmaar
Telefoon +31 (0) 72 548 7614
Telefax +31 (0) 72 548 4931
E-mai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joseph,
On 10/23/2009 8:02 AM, Joseph Morgan wrote:
> ../../../lib/tld/customTagLibs.tld
Yikes! Why not use a context-relative path like:
/lib/tld/customTagLibs.tld
This assumes that "/lib" is in the root of your webapp. Perhaps all the
".."s are g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ramzi,
On 10/23/2009 10:07 AM, ramzi khlil wrote:
> Here is more information I got.
> My flash file is reading an xml file. when I update the xml file the flash
> doesn't load the updated version.
> So, if I display the xml file in the browser (http:/
Dear users,
I`m quite a newbie to tomcat.
I have installed it successfully on windows at
C:\Programme\Apache Software Foundation\Tomcat 6.0\webapps
If I start
http://localhost:8080 eveything is fine.
I created now a directory
C:\Programme\Apache Software Foundation\Tomcat 6.0\webapps\little_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pete,
On 10/24/2009 4:20 PM, Pete McNeil wrote:
> This doesn't work / causes the error:
>
>
>
>
>
>
>
> This does work:
>
>
>
>
>
>
Thi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mohit,
On 10/25/2009 12:12 PM, Mohit Anchlia wrote:
> I also trying to understand cpong, prepost and all other timeouts. But
> it's confusing in terms of which one should be used and which ones can
> be left alone. We currently have following values,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 10/23/2009 5:36 PM, André Warnier wrote:
> Sorry Mark, I did just now, and figure that it must be happening
> somewhere around line 600 of that piece of art, but my Java knowledge is
> too limited to figure out what exactly it is doing.
It'
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nick,
On 10/26/2009 9:21 AM, rowlando wrote:
> I suggest you read the links I posted if you're interested in the why.
Ouch. Maybe /you/ should read your own links:
"
[Comment from reader "Murray":]
I’ve also heard that when using @import, browsers m
Hi
Try Load on startup in web.xml configuration for Quartz .
I have done the same and have good results
The configuration is as PER QUARTZ API
QuartzInitializer
Quartz Initializer Servlet
org.quartz.ee.se
I suggest you read the links I posted if you're interested in the why.
Curtis Garman wrote:
>
> What does it matter if you are allowing your css to cache in the user's
> browser?
>
> On Fri, Oct 23, 2009 at 3:19 PM, rowlando wrote:
>>
>> I'm a front-end developer rather than a back-end dev so
What does it matter if you are allowing your css to cache in the user's browser?
On Fri, Oct 23, 2009 at 3:19 PM, rowlando wrote:
>
> I'm a front-end developer rather than a back-end dev so this might explain my
> silly questions. "80% of the end-user response time is spent on the
> front-end", s
Confirmed. The docs are not in sync with what the installer does. We'll
get this fixed in a future release.
In future, please report possible security issues privately rather than
publicly.
-Tim
David Norheim wrote:
Hi,
I would like someone's opinion on the following issue that we have
di
anyone know how to filter off these annoying "my employer is paying me to not
do any work messages"
?
Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vo
Hi,
I would like someone's opinion on the following issue that we have
discovered using the windows distribution of Tomcat 6. (tested for
Tomcat 6.0.14, 6.0.16 and 6.0.20 downloaded from [1] )
The documentation for Tomcat 6 states
It would be quite unsafe to ship Tomcat with default settin
Peter Crowther escribió:
2009/10/26 Miguel Torres Fernández :
At firts say hello, this is my first message to the list.
Welcome!
I'm a system admin and i have a problem with applications thats set system
variables like proxy of the system (system.setProperties). It's a big
problem
André Warnier escribió:
Miguel Torres Fernández wrote:
Good Morning.
At firts say hello, this is my first message to the list.
I'm a system admin and i have a problem with applications thats set
system variables like proxy of the system (system.setProperties).
It's a big problem for us, i ha
2009/10/26 Miguel Torres Fernández :
> At firts say hello, this is my first message to the list.
Welcome!
> I'm a system admin and i have a problem with applications thats set system
> variables like proxy of the system (system.setProperties). It's a big
> problem for us, i have an instance of to
Miguel Torres Fernández wrote:
Good Morning.
At firts say hello, this is my first message to the list.
I'm a system admin and i have a problem with applications thats set
system variables like proxy of the system (system.setProperties). It's a
big problem for us, i have an instance of tomcat
André Warnier wrote:
Potri Raaja wrote:
I need to restart tomcat at the specified time using crontab.
Please let
me know how to do that.
Only if you tell us at least under which platform, and the version of
Tomcat this applies to.
Potri,
First, you must know the shell command to restart
Good Morning.
At firts say hello, this is my first message to the list.
I'm a system admin and i have a problem with applications thats set
system variables like proxy of the system (system.setProperties). It's a
big problem for us, i have an instance of tomcat with more than ten
applications
I will be out of the office starting 10/26/2009 and will not return until
11/02/2009.
I will be out of the office on Vacation until November 2nd. For WebSphere
issues please email WebSphere-Admin. Thanks- Tyson Beffa
This message and any files transmitted with it are the property of
Sigma-Aldri
Potri Raaja wrote:
Hi,
I need to restart tomcat at the specified time using crontab. Please let
me know how to do that.
Only if you tell us at least under which platform, and the version of
Tomcat this applies to.
By the way, how would you do that for any other running daemon ? That
may gi
Hi,
I need to restart tomcat at the specified time using crontab. Please let
me know how to do that.
Regards,
Potri Raaja.M.
--
View this message in context:
http://www.nabble.com/Restarting-Tomcat-6-tp26055994p26055994.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
72 matches
Mail list logo