RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-09 Thread Mark A. Claassen
liability or responsibility for the posting. -Original Message- From: Mark Thomas Sent: Friday, July 9, 2021 1:31 PM To: users@tomcat.apache.org Subject: Re: [Possible Spam] Re: HTTP/2 Memory Leak On 09/07/2021 18:23, Mark A. Claassen wrote: > Thank you so much! This is good to k

Re: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-09 Thread Mark Thomas
upon the information contained in the communication or any attachments. -Original Message- From: Mark Thomas Sent: Friday, July 9, 2021 12:59 PM To: users@tomcat.apache.org Subject: Re: [Possible Spam] Re: HTTP/2 Memory Leak Importance: Low On 09/07/2021 16:21, Mark A. Claassen wrote

RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-09 Thread Mark A. Claassen
: Mark Thomas Sent: Friday, July 9, 2021 12:59 PM To: users@tomcat.apache.org Subject: Re: [Possible Spam] Re: HTTP/2 Memory Leak Importance: Low On 09/07/2021 16:21, Mark A. Claassen wrote: > Thanks. I have done more heap analysis and think I have it tracked closer to > the source. >

Re: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-09 Thread Mark Thomas
l liability or responsibility for the posting. -Original Message- From: Rob Sargent Sent: Thursday, July 8, 2021 6:50 PM To: users@tomcat.apache.org Subject: Re: [Possible Spam] Re: HTTP/2 Memory Leak Importance: Low On 7/8/21 3:17 PM, Mark A. Claassen wrote: Ok. That didn’t seem to work. I will

RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-09 Thread Mark A. Claassen
warranty for and assumes no legal liability or responsibility for the posting. -Original Message- From: Rob Sargent Sent: Thursday, July 8, 2021 6:50 PM To: users@tomcat.apache.org Subject: Re: [Possible Spam] Re: HTTP/2 Memory Leak Importance: Low On 7/8/21 3:17 PM, Mark A. Claasse

Re: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-08 Thread Rob Sargent
On 7/8/21 3:17 PM, Mark A. Claassen wrote: Ok. That didn’t seem to work. I will investigate further and try to find a way to send that information. It is not that busy a server, but the memory use increases very quickly. Doing a class_histogram shows MessageBytes growing by the thousands

RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-08 Thread Mark A. Claassen
monitor script in place that does a GC and then prints a class_histogram every half hour to help us pinpoint what is happening.) Thanks, Mark From: Mark A. Claassen Sent: Thursday, July 8, 2021 5:07 PM To: Tomcat Users List Subject: RE: [Possible Spam] Re: HTTP/2 Memory Leak Importance: Low Thanks

RE: [Possible Spam] Re: HTTP/2 Memory Leak

2021-07-08 Thread Mark A. Claassen
: Thursday, July 8, 2021 2:46 PM To: users@tomcat.apache.org Subject: [Possible Spam] Re: HTTP/2 Memory Leak Importance: Low Memory leak, high memory usage or high GC churn? The StreamProcessor shouldn't be a GC root. Either something should be retaining a reference to it or it shou

RE: [Possible Spam] Re: TLSv1.3 Support in Tomcat

2021-06-28 Thread Mark A. Claassen
connect to Tomcat. (I had a thread "Strange connection error" and "[Possible Spam] Re: Strange connection error" starting on June 10 or so.) Good luck, Mark Claassen Senior Software Engineer Donnell Systems, Inc. 130 South Main Street Leighton Plaza Suite 375 South Be

RE: [Possible Spam] Re: CATALINA_OPTS vs JAVA_OPTS

2021-06-16 Thread Mark A. Claassen
ility for the posting. -Original Message- From: Noelette Stout Sent: Wednesday, June 16, 2021 1:47 PM To: Tomcat Users List Subject: [Possible Spam] Re: CATALINA_OPTS vs JAVA_OPTS Importance: Low Thanks! That clears things up a lot. I think my admins got confused and did both because

Re: ***SPAM*** Re: ***SPAM*** maxPostSize syntax

2011-06-06 Thread Mark Thomas
On 06/06/2011 15:09, Christopher Schultz wrote: > David, > > On 6/2/2011 8:12 AM, David kerber wrote: >> I would think overriding Integer.parseInt(), or adding an equivalent >> method to the code section that loads the various configuration files >> would be the most efficient way to do this globa

Re: ***SPAM*** Re: ***SPAM*** maxPostSize syntax

2011-06-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 6/2/2011 8:12 AM, David kerber wrote: > I would think overriding Integer.parseInt(), or adding an equivalent > method to the code section that loads the various configuration files > would be the most efficient way to do this globally. Of c

Re: ***SPAM*** Re: ***SPAM*** maxPostSize syntax

2011-06-02 Thread David kerber
On 6/2/2011 7:52 AM, Mark Thomas wrote: On 02/06/2011 02:37, Olivier Lefevre wrote: You guys have a chip on your shoulder. This is Java. "M", "m", "G" and "g" are accepted as sizes by all the -Xm? options, so why not by Tomcat. M and G are size units, too. Other than dudes with an attitude like

Re: ***SPAM*** Re: ***SPAM*** maxPostSize syntax

2011-06-02 Thread Mark Thomas
On 02/06/2011 02:37, Olivier Lefevre wrote: > You guys have a chip on your shoulder. This is Java. > "M", "m", "G" and "g" are accepted as > sizes by all the -Xm? options, so why not by Tomcat. > M and G are size units, too. > > Other than dudes with an attitude like you, nobody > refers to 64M as

Re: ***SPAM*** maxPostSize syntax

2011-06-01 Thread Olivier Lefevre
You guys have a chip on your shoulder. This is Java. "M", "m", "G" and "g" are accepted as sizes by all the -Xm? options, so why not by Tomcat. M and G are size units, too. Other than dudes with an attitude like you, nobody refers to 64M as 67108864. -- O.L. ---

Re: ***SPAM*** maxPostSize syntax

2011-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 5/28/2011 12:14 PM, ma...@apache.org wrote: > Olivier Lefevre wrote: > >> What is the syntax for the maxPostSize Connector parameter: >> are notations like 1M or 1G recognized? That would be expected, >> even thought the docs: >> http://tom

Re: ***SPAM*** maxPostSize syntax

2011-05-28 Thread markt
Olivier Lefevre wrote: >What is the syntax for the maxPostSize Connector parameter: >are notations like 1M or 1G recognized? That would be expected, >even thought the docs: >http://tomcat.apache.org/tomcat-7.0-doc/config/http.html >are mum about it. > >Thanks, > >-- O.L. > > >

RE: [>Suspected Spam<][Characteristics] Re: why does tomcat6 delete xml files from ../tomcat6/conf/Catalina/localhost directory?

2011-03-10 Thread Robinson, Eric
> > On 10/03/2011 14:33, Robinson, Eric wrote: > > The only filesystem involved is the local ext3 one that > tomcat lives on. > > I can stop and start tomcat as many times as I want and > everything is > > fine. But when I reboot the server, the next time tomcat > comes up the > > XML files g

RE: ****SPAM**** RE: Error Question

2010-11-24 Thread Caldarale, Charles R
> From: Omar A. Barrera [mailto:oma...@southtexascollege.edu] > Subject: RE: ****SPAM RE: Error Question > I am currently at JVM 1.6.0_11 and am using JDK 1.6.20. Not sure how you can be two places at once... > So updating the JVM should resolve the issue? "Might"

RE: ****SPAM**** RE: Error Question

2010-11-24 Thread Omar A. Barrera
AM To: Tomcat Users List Subject: SPAM RE: Error Question > From: Omar A. Barrera [mailto:oma...@southtexascollege.edu] > Subject: Error Question > I am currently using Eclipse Helios and Tomcat 6.0.29 What JVM are you using? There was a known bug in 6u* that threw an erroneo

Re: Spam

2010-11-20 Thread André Warnier
Caldarale, Charles R wrote: From: Brian [mailto:bbprefix-m...@yahoo.com] Subject: Spam Since I enrolled in this list, I started to receive spam. If you've never gotten spam before, you must be nearly unique. Since the mailing list messages are archived in numerous public locations,

Re: Spam

2010-11-20 Thread Antonio Petrelli
2010/11/20 Antonio Petrelli : > the problem might be exactly the mail archive I meant "the Apache mail archive" not mail-archive.com Antonio - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: Spam

2010-11-20 Thread Antonio Petrelli
2010/11/20 Caldarale, Charles R : >> From: Brian [mailto:bbprefix-m...@yahoo.com] >> Subject: Spam > >> Since I enrolled in this list, I started to receive spam. > > If you've never gotten spam before, you must be nearly unique. > > Since the mailing list me

RE: Spam

2010-11-20 Thread Caldarale, Charles R
> From: Brian [mailto:bbprefix-m...@yahoo.com] > Subject: RE: Spam > That's is why forums are better than lists. A matter of opinion. I find forums to be nearly unusable. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus f

RE: Spam

2010-11-20 Thread Brian
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Saturday, November 20, 2010 11:48 AM > To: Tomcat Users List > Subject: RE: Spam > > > From: Brian [mailto:bbprefix-m...@yahoo.com] > > Subject: Spam > >

RE: Spam

2010-11-20 Thread Caldarale, Charles R
> From: Brian [mailto:bbprefix-m...@yahoo.com] > Subject: Spam > Since I enrolled in this list, I started to receive spam. If you've never gotten spam before, you must be nearly unique. Since the mailing list messages are archived in numerous public locations, it's pretty

Spam

2010-11-20 Thread Brian
Since I enrolled in this list, I started to receive spam. The tipical subject of "I have an account in the Nigerian Bank with US$10'000,000 and if you help me to recover it, you will get 30%..". Is there a wa

Re: [OT] re : spam

2010-11-18 Thread M . H . G . Emmerig
"Tomcat Users Subject List" [OT]

Re: [OT] re : spam

2010-11-18 Thread Mark Thomas
On 18/11/2010 11:04, André Warnier wrote: > Guys, > I am starting to receive quite a bit of spam from a guy named "Ed" about > career moves etc.. > Somehow it seems to originate from (or maybe simply mention) the tomcat > users list as a "reply-to". I have

[OT] re : spam

2010-11-18 Thread André Warnier
Guys, I am starting to receive quite a bit of spam from a guy named "Ed" about career moves etc.. Somehow it seems to originate from (or maybe simply mention) the tomcat users list as a "reply-to". I have also seen at least one message like that in the list itself. Anythin

Re: [SPAM] RE: Application stops responding, jk worker in error state

2010-06-19 Thread Rainer Jung
On 19.06.2010 03:46, Neil Aggarwal wrote: Rainer: Hmmm, errno 11 is often EAGAIN. What platform are you using (OS, version)? I am using CentOS 5.5 freshly installed, not an upgrade. I tried that as a fix to this problem. I wiped the server clean and reinstalled everything from scratch. It w

*** SPAM *** Tomcat NIO : CometProcessor

2010-03-31 Thread Christian Pfeiffer
Hello, I just tried to use the tomcat nio and wondered if it is possible to use client and server pushes through the same socket connection? Or if I have to establish to connections for that purpose. In the end the client should be able to receive notification from server (server push) and al

Re: [SPAM] - RE: Tomcat 6 Context, docBase and path - Found word(s) if you received this in error in the Text body

2009-10-27 Thread Nils Weinander
Caldarale, Charles R wrote: From: Nils Weinander [mailto:nils.weinan...@mogul.com] Subject: Tomcat 6 Context, docBase and path Sorry if this is a common question, I didn't find anything like it by Google. Reading the actual Tomcat doc and FAQ is probably more productive. Tried that too...

RE: [***SPAM*** Score/Req: 20.50/05.00] Re: Hot deployment of a new version of war file while users are still working on the old one.

2008-10-27 Thread Ronald Klop
e solution also. Other solutions wil be short term and only increase your nightmare on the long term. Maybe you can put your datastructure in a database so you don't need to have it in a session. Ronald. Op maandag, 27 oktober 2008 om 13:44 uur schreef Tomcat Users List : Subject: R

RE: [***SPAM*** Score/Req: 20.50/05.00] Re: Hot deployment of a new version of war file while users are still working on the old one.

2008-10-27 Thread Joost Nachtergaele
Tnx for the quick reply. Reading about clusters I see all session data needs to be Serializable, in our case this is not possible. What we use today is a load-balancer, disconnecting one server for new connections, waiting for all sessions to expire, upgrade, and put the server back on the load-ba

Re: Spam Score

2008-07-26 Thread Mark Thomas
when sending email to this list. Or tell us what anti-spam software is running on mx1.us.apache.org - maybe there is documentation about how to compose emails so they're not scored as spam. Oddly enough we use http://spamassassin.apache.org/ The rules get modified as issues are identified.

Re: Spam Score

2008-07-22 Thread tomcat
At 02:38 PM 7/22/2008, you wrote: What is the tomcat mailing list spam score, and why am I unable to send my email to post a question? Patrick Well, your first message that made it in looked like this: X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=DNS_FROM_RFC_BOGUSMX

RE: Spam Score

2008-07-22 Thread Patrick Markiewicz
Apparently the plain text suggestion worked. Thanks. -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 2:55 PM To: Tomcat Users List Subject: Re: Spam Score If you can't re-post the original email successfully, try: - posting in plain text f

Re: Spam Score

2008-07-22 Thread Len Popp
il to this list. Or tell us what anti-spam software is running on mx1.us.apache.org - maybe there is documentation about how to compose emails so they're not scored as spam. -- Len On Tue, Jul 22, 2008 at 14:46, Patrick Markiewicz <[EMAIL PROTECTED]> wrote: > For some reason, my o

Re: Spam Score

2008-07-22 Thread David Smith
Don't know ... looks like you can send. --David Patrick Markiewicz wrote: What is the tomcat mailing list spam score, and why am I unable to send my email to post a question? Patrick - To start a new topic, e

RE: Spam Score

2008-07-22 Thread Patrick Markiewicz
, contact your system administrator. < XX; host mx1.us.apache.org[140.211.11.136] said:552 spam score (5.6) exceeded threshold (in reply to end of DATA command)> XX is a placeholder for my mailserver's actual address. Are the

Re: Spam Score

2008-07-22 Thread Bill Davidson
Patrick Markiewicz wrote: What is the tomcat mailing list spam score, and why am I unable to send my email to post a question? You just posted a question. I don't know what you mean by spam score. - To start a new

Spam Score

2008-07-22 Thread Patrick Markiewicz
What is the tomcat mailing list spam score, and why am I unable to send my email to post a question? Patrick

Re: *SPAM* Re: How to increase tomcat memory

2008-05-19 Thread David Smith
/etc/init.d/tomcatX is not a file provided by any packages from tomcat.apache.org. I would suspect it's probably the best place for your adjustments when launching tomcat as a service -- especially since it already contained -Xmx128m. Check documentation provided by the packager to get an aut

Re: *SPAM* Re: How to increase tomcat memory

2008-05-19 Thread Tomás Tormo
Sorry, the file i edited was the one in /etc/init.d/tomcatX (where X is the version of Tomcat) too much working.. :D Greetings! Tomás Tormo escribió: Thank you very much for you answer. Because of I was in a hurry, I examined the invocation of tomcat and I found that Tomcat was using

Re: *SPAM* Re: How to increase tomcat memory

2008-05-19 Thread Tomás Tormo
Thank you very much for you answer. Because of I was in a hurry, I examined the invocation of tomcat and I found that Tomcat was using 128mb of memory, so, obviously , the lines I added weren't working at all... Then, I realized that the -Xmx128m argument was after a line "-Djava.awt.headless=t

Re: *SPAM* RE: How to increase memory form Tomcat 5.5

2008-05-13 Thread Tomás Tormo
I tried what you told me (actually, I put the line *export JAVA_OPTS="-Xms256m -Xmx512m"* in the beginning of the setclasspath.sh file), but it didn't make anychange... (it is still saying 113mb avaliable in the Server Status in the Administration webpage...) Any solution? Thank you very much.

Re: [SPAM] - Re: Tomcat was shutdown by self - Bayesian Filter detected spam

2008-05-07 Thread Roland Brassous (SILOGIC)
Hi without log files, it's difficult to determine the shutdown cause. But search in process defined in the cron(crontab) syntax: crontab -l . Roland Christopher Schultz a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronny, Ronny Sisworo wrote: | No body to do that, but in log file

Re: *SPAM* Re: How to set a maximun log size?

2008-03-18 Thread Tomás Tormo
Mark Thomas escribió: Tomás Tormo wrote: Hello I'm a newbie Tomcat user and my catalina.out log file is getting too big. How could I set a maximun size in order to force Tomcat to build a new one when the maximun size is reached? I've been searching on the internet but nothing matches what

RE: [SPAM:] - IIS and Tomcat Redirector. - Email has different SMTP TO: and MIME TO: fields in the email addresses

2008-02-18 Thread doepain
ent: Wednesday, July 19, 2006 11:47 AM > To: users@tomcat.apache.org > Subject: [SPAM:] - IIS and Tomcat Redirector. - Email has different SMTP > TO: and MIME TO: fields in the email addresses > > Hello, > > I am having troubles setting up the Tomcat Redirector (binary version > 1.2.

Re: [!! SPAM] Re: how to communicate between different tomcat servers

2008-01-22 Thread frank
lot frank 2008-01-22 发件人: Christopher Schultz 发送时间: 2008-01-18 01:51:45 收件人: Tomcat Users List 抄送: 主题: [!! SPAM] Re: how to communicate between different tomcat servers -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, 印华 wrote: | In my design, I | [have divided] the server side into

Re: [!! SPAM] Re: how to communicate between different tomcat servers

2008-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Brown wrote: | Hello, are talking about between TC instances or one or more | applications (dot).war deployed under one or more TC instances? The OP indicated that separate Tomcat instances were involved. - -chris -BEGIN PGP SIGNA

Re: [!! SPAM] Re: how to communicate between different tomcat servers

2008-01-22 Thread David Brown
Hello, are talking about between TC instances or one or more applications (dot).war deployed under one or more TC instances? Christopher Schultz wrote .. > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Frank, > > frank wrote: > | I try to arrange all the services on one webserver, anyway

Re: [!! SPAM] Re: how to communicate between different tomcat servers

2008-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, frank wrote: | I try to arrange all the services on one webserver, anyway if it need | to be devided into several servers, I have to find a way to communicate | between the servers, and I may use JMS or RMI to implement this. How | about the d

Re: [!! SPAM] Re: how to communicate between different tomcat servers

2008-01-21 Thread frank
lot frank 2008-01-22 发件人: Christopher Schultz 发送时间: 2008-01-18 01:51:45 收件人: Tomcat Users List 抄送: 主题: [!! SPAM] Re: how to communicate between different tomcat servers -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, 印华 wrote: | In my design, I | [have divided] the server side into

Re: *SPAM* Re: How to initialize variables when tomcat load a webservice?

2007-11-27 Thread Tomás Tormo
Delian Krustev wrote: On Tue, 27 Nov 2007 13:18:47 +0100 Tomás Tormo wrote: I'm developing a webservice wich has to initialize some variables when it is loaded by tomcat (just because otherwise it is too slow). Can this be done? Has the client to initialize the class by means of the const

Re: *SPAM* Re: How to change the CLASSPATH in tomcat 5.028 for a concrete webservice

2007-09-10 Thread Bill Barker
"Tomás Tormo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi David > > I'm using tomcat 5.028 in Ubuntu 6.10 . I've written a java applicattion > wich uses a wrapper to communicate with an applicattion written in C, wich > is the "core" of my applicattion. Both the wrapper a

RE: *SPAM* Re: How to change the CLASSPATH in tomcat 5.028 for aconcrete webservice

2007-09-10 Thread Caldarale, Charles R
> From: David Smith [mailto:[EMAIL PROTECTED] > Subject: Re: *SPAM* Re: How to change the CLASSPATH in tomcat > 5.028 for aconcrete webservice > > I still think setting CLASSPATH should be an absolutely last resort. Strongly agree, and even trying to do so is likely a complet

Re: *SPAM* Re: How to change the CLASSPATH in tomcat 5.028 for a concrete webservice

2007-09-10 Thread David Smith
Can you post a) the working classpath from the command line and b) the stack trace you get when it's launched as a webservice? One other thought that comes to mind is you might want to check all your environment variables as a user and as a webservice -- see if the installation created somethi

Re: *SPAM* Re: How to change the CLASSPATH in tomcat 5.028 for a concrete webservice

2007-09-10 Thread Tomás Tormo
Hi David I'm using tomcat 5.028 in Ubuntu 6.10 . I've written a java applicattion wich uses a wrapper to communicate with an applicattion written in C, wich is the "core" of my applicattion. Both the wrapper and the core are third party applicattions, and because of that i don't have the so

Re: [OT] Avoiding spam

2007-06-06 Thread Roger Roger
Jacob, Take a gmail address as I did. You can fetch all mail using pop and send using gmail-smtp, and spam filtering is excellent. If it becomes too much to handle, you can always delete this account and create a new one. Another option would be to create a special popbox for this purpose, and

RE: [OT] Avoiding spam

2007-06-06 Thread Peter Crowther
> From: Jacob Rhoden [mailto:[EMAIL PROTECTED] > Slightly off topic, I notice when I post, my email address ends up on > hundreds of websites on google. How do people get around this? Fake > email addresses? Good spam filtering. "Security by obscurity" of not publishing

[OT] Avoiding spam

2007-06-06 Thread Jacob Rhoden
Hi Guys, Slightly off topic, I notice when I post, my email address ends up on hundreds of websites on google. How do people get around this? Fake email addresses? Best Regards, Jacob _ Jacobs Blog -- http://www.jacobrhoden.com/ -

RE: [SPAM]Re: Tomcat 4.1 Issue - Strange

2006-11-29 Thread Bruno Vilardo
Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 29 de novembro de 2006 21:15 To: Tomcat Users List Subject: [SPAM]Re: Tomcat 4.1 Issue - Strange This bug was fixed in all VMs under JVM - J2SE 5 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4946706 You can also

RE: ***SPAM 6.3*** Enabling CGI's in Tomcat

2006-10-20 Thread Caldarale, Charles R
> From: Rob Truxler [mailto:[EMAIL PROTECTED] > Subject: Re: ***SPAM 6.3*** Enabling CGI's in Tomcat > > There are multiple WEB-INF folders, so if you're using a > theoretical servlet "helloworld," you would place your cgi > script in "/helloworld/WEB-I

Re: ***SPAM 6.3*** Enabling CGI's in Tomcat

2006-10-20 Thread Rob Truxler
Hi Kevin, It sounds like Chuck already pointed to the most valuable resources. Keep in mind that cgi is supported by tomcat but may not necessarily be the best option for future development. If you're using legacy code, that's a different story and so sometimes its the only option. I've fo

Re: [***Probable Spam***] RE: Tomcat using MS SQL2000 Named Instance

2006-10-12 Thread johnny
Dan: Try this: http://support.microsoft.com/kb/313225 Good luck, Johnny "Dan Decker" <[EMAIL PROTECTED]> 10/12/2006 12:57 PM Please respond to "Tomcat Users List" To "'Tomcat Users List'" cc <[EMAIL PROTECTED]> Subject [***Probable

RE: [SPAM:] - Re: IIS 6.0 working with Tomcat (via isapi)? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-08-28 Thread Leo Donahue - PLANDEVX
, August 28, 2006 3:35 PM To: Tomcat Users List Subject: RE: [SPAM:] - Re: IIS 6.0 working with Tomcat (via isapi)? - Email has different SMTP TO: and MIME TO: fields in the email addresses Try this support article. May not be what you're looking for, but it does setup Tomcat and IIS using

RE: [SPAM:] - Re: IIS 6.0 working with Tomcat (via isapi)? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-08-28 Thread Leo Donahue - PLANDEVX
Try this support article. May not be what you're looking for, but it does setup Tomcat and IIS using a mod_jk you download. Leo D -Original Message- From: Timothy Collett [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 11:19 AM To: Tomcat Users List Subject: [SPAM:] - Re

[SPAM ?]Re: [SPAM ?][SPAM ?]Re: [SPAM ?]Error in dependencyCheck when using Connection pooling

2006-08-15 Thread Tom Bednarz
ems that the driver needs to be in the common/lib directory of the container to make connection pooling work. Unfortunately I get now the above error. Any help with this would be greatly apreciated, since I am stuck with this problem.

Re: [SPAM ?]Error in dependencyCheck when using Connection pooling

2006-08-14 Thread Mark Eggers
> If the JDBC driver is deployed with my web-app in > WEB-INF\lib I get an > error that the JDBC driver cannot be loaded. It > seems that the driver > needs to be in the common/lib directory of the > container to make > connection pooling work. > > Unfortunately I get

[SPAM ?]Error in dependencyCheck when using Connection pooling

2006-08-14 Thread Tom Bednarz
I get a very strange error when starting my web-app: --- 14.08.2006 18:38:25 org.apache.catalina.core.StandardContext start SCHWERWIEGEND: Error in dependencyCheck java.io.IOException: invalid header field at java.util.jar.Attributes.read(Attributes.java:393) at java.util.jar.Ma

Re: [SPAM:] - tomcat , wondoze , Unable to find a javac compiler; - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-07-28 Thread Raju Balugu
From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 11:19 AM To: users@tomcat.apache.org Subject: [SPAM:] - tomcat , wondoze , Unable to find a javac compiler; - Email has different SMTP TO: and MIME TO: fields in the email addresses unfortuntaly i have to setup tomcat on windoze. i

RE: [SPAM:] - tomcat , wondoze , Unable to find a javac compiler; - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-07-27 Thread Leo Donahue - PLANDEVX
on my windoze box didn't work and I ultimately copied the tools.jar file, which worked. Now I just have to remember I did that in the future. Leo D -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 11:19 AM To: users@tomcat.apache.

RE: [SPAM:] - IIS and Tomcat Redirector. - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-07-19 Thread Leo Donahue - PLANDEVX
Did you create a Web Service Extension in IIS, mapped to the location of the isapi redirector dll, and set it to "allowed"? Leo D -Original Message- From: sbell [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 11:47 AM To: users@tomcat.apache.org Subject: [SPAM:]

RE: [SPAM] RE: Best Practice for properties files

2006-06-27 Thread Richard Mixon
Mendelson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 9:47 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: [SPAM] RE: Best Practice for properties files Richard, Thanks for the suggestion. I appreciate the elegance of your ant targets to create war files targeted for ea

RE: [SPAM] RE: Best Practice for properties files

2006-06-27 Thread Paul Mendelson
ne 24, 2006 9:44 PM To: 'Tomcat Users List' Subject: [SPAM] RE: Best Practice for properties files Paul, are you using the deployer application to deploy your app (e.g. apache-tomcat-5.5.17-deployer)? If so, then it is very easy to modify the build.xml to customize the log4j.properties, app

Re: [SPAM:] - RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-08 Thread Mark Thomas
Dan Toomey wrote: > How do I get this tomcat email to stop? I have sent messages to unsubscribe > to no avail. You e-mail [EMAIL PROTECTED] I have removed you from the list. Mark - To start a new topic, e-mail: users@tomcat.ap

RE: [SPAM:] - RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-08 Thread Dan Toomey
How do I get this tomcat email to stop? I have sent messages to unsubscribe to no avail. -Original Message- From: Leo Donahue - PLANDEVX [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 2:13 PM To: Tomcat Users List Subject: RE: [SPAM:] - RE: Restricting access to localhost for

RE: [SPAM:] - RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-08 Thread Leo Donahue - PLANDEVX
In your server.xml you will add an address element and specify it as: 127.0.0.1 Leo From: Mark Claassen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 10:51 AM To: 'Tomcat Users List' Subject: [SPAM:] - RE: Restricting

Re: [***Probable Spam***] Allowing Users to change their passwords

2006-05-17 Thread johnny
} catch (NoSuchAlgorithmException e) { } return signature; } } The hexDigit converts the bytes into a hex string, and I just call the generateSignature wherever I need a key. Hope this helps. Thanks, Johnny "Khawaja Shams&quo

RE: [SPAM] - Problems with extracting beans from a JavaServer Page - Bayesian Filter detected spam

2006-03-02 Thread Day, Ron
- From: Mark Whitby [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 1:47 PM To: Tomcat Users List Subject: [SPAM] - Problems with extracting beans from a JavaServer Page - Bayesian Filter detected spam Hey all, This may seem like a really dense question so apologies if it is but I have the

RE: [May Be Spam] Re: [May Be Spam] Re: Can anyone tell me what causes this?

2006-02-21 Thread Earnie Dyke
Duh! Earnie! -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 11:05 AM To: Tomcat Users List Subject: [May Be Spam] Re: [May Be Spam] Re: Can anyone tell me what causes this? Earnie Dyke wrote: > On which end? IIS or JBoss/Tom

Re: [May Be Spam] Re: Can anyone tell me what causes this?

2006-02-21 Thread Mladen Turk
Earnie Dyke wrote: On which end? IIS or JBoss/Tomcat? Well, it's the isapi_redirect error, so it's in the IIS obviously :) Regards, Mladen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [May Be Spam] Re: Can anyone tell me what causes this?

2006-02-21 Thread Earnie Dyke
On which end? IIS or JBoss/Tomcat? Earnie! -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 10:56 AM To: Tomcat Users List Subject: [May Be Spam] Re: Can anyone tell me what causes this? Earnie Dyke wrote: > [Tue Feb 21 10:36:39 2

RE: [May Be Spam] Re: Rolling mod_jk logs

2006-02-17 Thread Earnie Dyke
Thanks for the info. Earnie! -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 2:45 PM To: Tomcat Users List Subject: Re: [May Be Spam] Re: Rolling mod_jk logs Earnie Dyke wrote: > This would probably work had I not failed to mention that

Re: [May Be Spam] Re: Rolling mod_jk logs

2006-02-17 Thread Mladen Turk
Earnie Dyke wrote: This would probably work had I not failed to mention that we use IIS instead of Apache. :-( Guess I got "rolled" after all!! :-) Right, I'm afraid isapi_redirect does not support log rotation. Regards, Mladen. -

RE: [May Be Spam] Re: Rolling mod_jk logs

2006-02-17 Thread Earnie Dyke
This would probably work had I not failed to mention that we use IIS instead of Apache. :-( Guess I got "rolled" after all!! :-) Earnie! -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 2:16 PM To: Tomcat Users List Subject: [M

RE: [SPAM] - Re: Avoid duplication of database settings - Number of numbers in MIME From exceeds maximum threshold

2006-01-10 Thread Fredrik Rubensson
>>> I have an application consisting of a web application and some stand >>> alone java clients. Both the web application and the java clients use >>> a database. The problem is that the database configuration >>> is duplicated. > >> If you are doing it the ant way I recommend using filtering. >

RE: [SPAM] - Avoid duplication of database settings - Number of numbers in MIME From exceeds maximum threshold

2006-01-09 Thread Fredrik Rubensson
Hi, > I have an application consisting of a web application and some stand alone java > clients. Both the web application and the java clients use a database. The > problem is that the database configuration is duplicated. > > When I change the database settings, I have to reconfigure both the w