Re: Test valve with tomcat-embed 9?

2021-10-08 Thread Mark Thomas
On 08/10/2021 11:43, Me Self wrote: I would like to test a custom tomcat valve with tomcat-embed and junit. Is that possible? Found a few tomcat-embed samples on the web but most seem to only deal with setting up a webapp - something along the lines: @BeforeAll public static void setup() throws

Re: Test for tomcat native

2019-07-04 Thread Mark Thomas
On 04/07/2019 12:46, Markus Fömpe wrote: > Hello, > > I'm not sure if I'm on the right user mailing list or if my question belongs > more on the dev mailing list. If I am wrong here, please let me know. > > Yesterday I got a notification that there is a new version of Tomcat Native > available.

Re: test email

2018-06-27 Thread Konstantin Kolinko
2018-06-27 23:34 GMT+03:00 kevin ferguson : > Hi Guys > > Please delete if received I send about 6 emails all bounced not sure why. > The only think I can think is, the mailing list does not like photo > atttachements. There rules are specified here: http://tomcat.apache.org/lists.html#tomcat-user

RE: Test Mail, Please Ignore

2014-05-16 Thread Sebastien Tardif
I sent email below yesterday and never saw it in the list: -Original Message- From: Sebastien Tardif Sent: Wednesday, May 14, 2014 12:59 PM To: 'Tomcat Users List' Subject: Slow execution of Tomcat 7.0.52 due to coarse lock in WebappClassLoader.loadClass I'm having some visible performan

Re: Test Mail, Please Ignore

2014-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leon, I think the backlog from the outage is still bring processed. At any rate, your message did in fact make it out. - -chris On 5/9/14, 12:14 PM, Leon Rosenberg wrote: > I am wondering that I don't see any mails for a whole day on the > list,

Re: Test to display an empty form by servlet.

2014-02-13 Thread JB MORLA
I got it to run in Eclipse Juno. I see that the controller servlet does not mind get-ting an empty field: modelBean.setFirstName(request.getParameter("first_name")); I think the manual gets in trouble because it wants to validate fields like email or telephone, then redisplay the same fo

Re: Test to display an empty form by servlet.

2014-02-13 Thread Leo Donahue
On Wed, Feb 12, 2014 at 2:23 PM, JB MORLA wrote: > The purpose of this manual is to demonstrate MVC. In that case, the first > component that runs is the Controller, that is the servlet. > If I display an html form that redirects to the jsp, it's the html form > that has the control. You are miss

Re: Test to display an empty form by servlet.

2014-02-12 Thread JB MORLA
The purpose of this manual is to demonstrate MVC. In that case, the first component that runs is the Controller, that is the servlet. If I display an html form that redirects to the jsp, it's the html form that has the control. On Wed, Feb 12, 2014 at 10:18 PM, JB MORLA wrote: > Here is the cod

Re: Test to display an empty form by servlet.

2014-02-12 Thread JB MORLA
Here is the code I found in a manual written at the time of Tomcat 6: The code belongs to a servlet. There is no index.jsp file nor order.html file. String message; /* * Initializing the message to display : If one of the mandatory fields * is not filled, then we display

Re: Test to display an empty form by servlet.

2014-02-12 Thread Leo Donahue
On Wed, Feb 12, 2014 at 1:10 PM, JB MORLA wrote: > If there is a field called "username", in a form with url "registration" , > how can I display the form the first time in Tomcat 7? (When the field is > empty) initialize the username property? --

Re: test session's replication in tomcat cluster ?

2010-02-23 Thread Pid
On 23/02/2010 17:13, André Warnier wrote: Stephane Lorin wrote: Hi, I've just configure a tomcat cluster and i would like to know how could i test that and see the data were replicated on my second node. I am sure that several people on this list are already busy sharpening their knives to

Re: test session's replication in tomcat cluster ?

2010-02-23 Thread André Warnier
Stephane Lorin wrote: Hi, I've just configure a tomcat cluster and i would like to know how could i test that and see the data were replicated on my second node. I am sure that several people on this list are already busy sharpening their knives to send you pointed answers requesting at

Re: test

2009-08-12 Thread Konstantin Kolinko
2009/8/12 support_hockey : > > i will delete this after i test how to create a message  here... > -- > View this message in context: > http://www.nabble.com/test-tp24934739p24934739.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > ---

RE: Test scripts for functional testing of tomcat.

2009-07-07 Thread Sajad Bashir Qadri
>From: Mark Thomas [mailto:ma...@apache.org] >Sent: Tuesday, July 07, 2009 2:47 PM >To: Tomcat Users List >Subject: Re: Test scripts for functional testing of tomcat. > >>Sajad Bashir Qadri wrote: >> Hi, >> >> Is there any test framework/scripts availabl

Re: Test scripts for functional testing of tomcat.

2009-07-07 Thread Mark Thomas
Sajad Bashir Qadri wrote: > Hi, > > Is there any test framework/scripts available which can do automatic > FUNCTIONAL testing of all the tomcat features? Tomcat version? Have you looked at the built in tests? > Actually, I am working on porting of tomcat to my own operating system. > Being done

Re: test all nodes in cluster

2008-04-17 Thread Ronald Klop
We use JMX to check if all sessions are available on all nodes. This is some info to do that from ant: http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html It is also very easy to program it from Java. This has helped us a lot detecting and debugging a session-sync problem a few weeks ago.

Re: test all nodes in cluster

2008-04-17 Thread Rainer Jung
Li Ma wrote: We setup a Tomcat cluster with 3 nodes running behind Apache with mod_jk module. Everytime we deploy something to the cluster, we would like to make sure every single nodes is working. And from time to time, we would like to test each node to make sure they are healthy too. However,

Re: test all nodes in cluster

2008-04-16 Thread Li Ma
Anyone can help on my issue? Li On Tue, Apr 15, 2008 at 5:02 PM, Li Ma <[EMAIL PROTECTED]> wrote: > We setup a Tomcat cluster with 3 nodes running behind Apache with mod_jk > module. > Everytime we deploy something to the cluster, we would like to make sure > every single nodes is working. And f

Re: test from gmail user

2007-06-24 Thread Joe Pemberton
Seems to be working. On 6/24/07, PTS <[EMAIL PROTECTED]> wrote: Having issues getting my email to show on the list. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: Test, ignore

2007-02-26 Thread Gmail User
Well, that is great! And stupid Gmail still eats up my messages that include sample config and log output that illustrate the problem I am trying to solve with clustering. Ed On 2/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: yeah we all now certainly have seen your e-mail so u can post t

Re: Test, ignore

2007-02-24 Thread burrus1
yeah we all now certainly have seen your e-mail so u can post to the whole group all ya want!!! :) - Original Message From: Gmail User <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Saturday, February 24, 2007 10:05:15 AM Subject: Test, ignore Not seeing my posts. Just testing...

Re: Test JSP Page

2006-12-20 Thread Grok Mogger
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Grok, Grok Mogger wrote: I'm setting up Tomcat for the first time. I'm trying to use a simple test just to verify that I have everything set up properly, and I was hoping someone could confirm for me that I understand wh

Re: Test JSP Page

2006-12-20 Thread David Smith
I've been using java.text.SimpleDateFormat for both parsing input and formatting output. --David Steve R Burrus wrote: > Just thinking back to my past limited Java education, I think/believe that there is some kind of a method associated with the Date class that will allow you to both format the

Re: Test JSP Page

2006-12-20 Thread Steve R Burrus
Just thinking back to my past limited Java education, I think/believe that there is some kind of a method associated with the Date class that will allow you to both format the date-time display properly and specify which particular time zone that you want to use. Hope that helps. Christopher S

Re: Test JSP Page

2006-12-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Grok, Grok Mogger wrote: > I'm setting up Tomcat for the first time. I'm trying to use a simple > test just to verify that I have everything set up properly, and I was > hoping someone could confirm for me that I understand what I'm doing. > > I'm s

Re: test

2005-11-14 Thread Mieke Banderas
Anto Paul said: > When does [EMAIL PROTECTED] came into existence ? Recently. What does it say on the website of the list? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: test

2005-11-10 Thread Rick van der Zwet
Mark Thomas schreef: Anto Paul wrote: This mail to [EMAIL PROTECTED] escaped my Gmail filter for tomcat mail lists. At present I have filters for users@tomcat.apache.org and [EMAIL PROTECTED] When does [EMAIL PROTECTED] came into existence ? The way our mailing lists work, [EMAIL PROTECTED]

Re: test

2005-11-10 Thread Mark Thomas
Anto Paul wrote: This mail to [EMAIL PROTECTED] escaped my Gmail filter for tomcat mail lists. At present I have filters for users@tomcat.apache.org and [EMAIL PROTECTED] When does [EMAIL PROTECTED] came into existence ? The way our mailing lists work, [EMAIL PROTECTED] is equivalent to users@

Re: test

2005-11-09 Thread Anto Paul
This mail to [EMAIL PROTECTED] escaped my Gmail filter for tomcat mail lists. At present I have filters for users@tomcat.apache.org and [EMAIL PROTECTED] When does [EMAIL PROTECTED] came into existence ? -- rgds Anto Paul - To un