Re: Testing OpenSSL integration using the FFM API with Tomcat 11 on Windows 10

2023-11-10 Thread Christopher Schultz
Mark, On 11/10/23 10:27, Mark Thomas wrote: On 10/11/2023 14:44, Eduardo Guadalupe wrote: Thanks Mark, I found the issue, I assumed OpenSSL was installed because I had seen in some logs the message “OpenSSL successfully initialized [OpenSSL 3.0.11 19 Sep 2023].” That may be the OpenSSL ver

Re: Testing OpenSSL integration using the FFM API with Tomcat 11 on Windows 10

2023-11-10 Thread Rémy Maucherat
On Fri, Nov 10, 2023 at 4:27 PM Mark Thomas wrote: > > On 10/11/2023 14:44, Eduardo Guadalupe wrote: > > Thanks Mark, > > > > I found the issue, I assumed OpenSSL was installed because I had seen in > > some logs the message “OpenSSL successfully initialized [OpenSSL 3.0.11 19 > > Sep 2023].” > >

Re: Testing OpenSSL integration using the FFM API with Tomcat 11 on Windows 10

2023-11-10 Thread Mark Thomas
On 10/11/2023 14:44, Eduardo Guadalupe wrote: Thanks Mark, I found the issue, I assumed OpenSSL was installed because I had seen in some logs the message “OpenSSL successfully initialized [OpenSSL 3.0.11 19 Sep 2023].” That may be the OpenSSL version that is static linked to the Tomcat Native

Re: Testing OpenSSL integration using the FFM API with Tomcat 11 on Windows 10

2023-11-10 Thread Eduardo Guadalupe
Thanks Mark, I found the issue, I assumed OpenSSL was installed because I had seen in some logs the message “OpenSSL successfully initialized [OpenSSL 3.0.11 19 Sep 2023].” I double checked and OpenSSL exe is not available on the PATH. Is there any recommendations on how to install on Windows? O

Re: Testing OpenSSL integration using the FFM API with Tomcat 11 on Windows 10

2023-11-09 Thread Mark Thomas
On 10/11/2023 00:59, Eduardo Guadalupe wrote: Hi, I wanted to test the OpenSSL integration using the FFM API rather than Tomcat Native in Apache Tomcat 11.0.0-M14. Starting Tomcat is printing an error: Failed to initialize the SSLEngine. java.lang.UnsatisfiedLinkError: no ssl in java.library.

Testing OpenSSL integration using the FFM API with Tomcat 11 on Windows 10

2023-11-09 Thread Eduardo Guadalupe
Hi, I wanted to test the OpenSSL integration using the FFM API rather than Tomcat Native in Apache Tomcat 11.0.0-M14. Starting Tomcat is printing an error: Failed to initialize the SSLEngine. java.lang.UnsatisfiedLinkError: no ssl in java.library.path I am running on Windows 10 with openjdk-2

Re: Testing Tomcat pre-releases

2022-04-29 Thread Christopher Schultz
David, On 4/29/22 15:24, David Cleary wrote: -Original Message- From: Christopher Schultz Sent: Thursday, April 28, 2022 12:16 PM To: Tomcat Users List Subject: Re: Testing Tomcat pre-releases David, (Replying to the Tomcat users@ list) On 4/28/22 08:45, David Cleary wrote: Hi

RE: Testing Tomcat pre-releases

2022-04-29 Thread David Cleary
> -Original Message- > From: Christopher Schultz > Sent: Thursday, April 28, 2022 12:16 PM > To: Tomcat Users List > Subject: Re: Testing Tomcat pre-releases > > David, > > (Replying to the Tomcat users@ list) > > On 4/28/22 08:45, David Cleary wr

Re: Testing Tomcat pre-releases

2022-04-28 Thread Christopher Schultz
David, (Replying to the Tomcat users@ list) On 4/28/22 08:45, David Cleary wrote: Hi Chris. We have spoken over the years at various Apachecons. In one of your presentations, you talked about smoke testing Tomcat pre-releases. We just got bitten by a regression in 9.0.62, and the team that is

Re: Tomcat testing

2021-12-08 Thread Christopher Schultz
same tests within our organization? Where can I find out what automatic testing is already performed? Or would I have to develop a test suite from scratch? In addition to the responses you've already received, have a look at this presentation: https://people.apache.org/~schultz/presenta

Re: Tomcat testing

2021-12-08 Thread Martin Grigorov
gt; For sure similar tests are run by the ASF before releasing the software > at all. > > > > Is there a way to run the very same tests within our organization? Where > can I find out what automatic testing is already performed? Or would I have > to develop a test suite from scra

Re: Tomcat testing

2021-12-08 Thread Mark Thomas
the very same tests within our organization? Where can I find out what automatic testing is already performed? Or would I have to develop a test suite from scratch? https://github.com/apache/tomcat/blob/main/BUILDING.txt Section 7. There is also the various CI systems: https

Tomcat testing

2021-12-08 Thread Hiran CHAUDHURI
? Where can I find out what automatic testing is already performed? Or would I have to develop a test suite from scratch? Hiran IMPORTANT - CONFIDENTIALITY NOTICE - This e-mail is intended only for the use of the individual or entity shown above as addressees . It may contain information which

Re: Tomcat JreMemoryLeakPreventionListener Testing scenario

2021-06-02 Thread Christopher Schultz
Abirami, On 6/2/21 03:06, S Abirami wrote: Hi Team, As part of CISCAT Tomcat 9 benchmark, we have added JreMemoryLeakPreventionListener in server.xml. We understood that it prevents memory leak. If you never reload your web application at runtime (i.e. if you always bounce Tomcat entirely

Tomcat JreMemoryLeakPreventionListener Testing scenario

2021-06-02 Thread S Abirami
Hi Team, As part of CISCAT Tomcat 9 benchmark, we have added JreMemoryLeakPreventionListener in server.xml. We understood that it prevents memory leak. Do you any tool (or) testcase to test this functionality is working fine in our product? Please let us know, if any input available. Regards,

Re: JMS Testing

2018-12-17 Thread Guang Chao
On Tue, Dec 18, 2018 at 7:22 AM Rajendra wrote: > Hi, > > How to test JMS on Tomcat without writing client code? Please let me know > if anyone knows the steps or process. > > Hi, I think it would depend on the implementation you are using. > Thanks ! > > Rajendra > > -- Guang

Re: JMS Testing

2018-12-17 Thread Alex O'Ree
JMS is a programming api that is an abstraction for a messaging service. There's a bunch of implementations of the JMS API, such like car's have the same human to car interface (steering wheel, pedals, etc), however there's tons of types and manufacturers. Tomcat serves up web content. Some JMS bro

JMS Testing

2018-12-17 Thread Rajendra
Hi, How to test JMS on Tomcat without writing client code? Please let me know if anyone knows the steps or process. Thanks ! Rajendra

Re: unit testing on tomcat with java

2014-12-11 Thread Jason Ricles
Jason Ricles wrote: >> No no, it goes Website (GUI) > ws server --> external java >> program > > Okay, and your unit test is going to test which interaction? From GUI > to ws server, or from ws server (really a servlet) to the external > Java program? > >

Re: unit testing on tomcat with java

2014-12-11 Thread Christopher Schultz
ly a servlet) to the external Java program? If it were me, I'd be testing whether your servlet can talk to the external Java program properly and not worry about the fact that it's being used by a ws server. You can be reasonably sure that calling a method from Java is going to work... JV

Re: unit testing on tomcat with java

2014-12-11 Thread Jason Ricles
own to a servlet in the end (unless a Filter takes over, first, >> and provides a response). >> >>>>> Would j-unit be able to run test to verify that the >>>>> integration between the webpage and the external java program >>>>> is implemented

Re: unit testing on tomcat with java

2014-12-11 Thread Christopher Schultz
t; down to a servlet in the end (unless a Filter takes over, first, > and provides a response). > >>>> Would j-unit be able to run test to verify that the >>>> integration between the webpage and the external java program >>>> is implemented correctly, or

Re: unit testing on tomcat with java

2014-12-11 Thread Jason Ricles
rrectly, or is j-unit unable to test using a tomcat webserver? > > Tomcat's source package includes hundreds of test cases, written using > junit. > >> If it is unable to run test with the tomcat webserver, what unit >> testing tool is able to that is able to run o

Re: unit testing on tomcat with java

2014-12-11 Thread Christopher Schultz
itten using junit. > If it is unable to run test with the tomcat webserver, what unit > testing tool is able to that is able to run on a linux machine? Junit works great. Get Tomcat's source package and look under the /test directory for .java files. There are lots of them. - -chris ---

unit testing on tomcat with java

2014-12-11 Thread Jason Ricles
j-unit unable to test using a tomcat webserver? If it is unable to run test with the tomcat webserver, what unit testing tool is able to that is able to run on a linux machine? - To unsubscribe, e-mail: users-unsubscr

Re: stress testing tomcat applications

2014-09-12 Thread Elias Kopsiaftis
Thanks! I will look into JMEter On Fri, Sep 12, 2014 at 10:55 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Elias, > > On 9/12/14 10:24 AM, Elias Kopsiaftis wrote: > > I apologize for my lack of information, but for an inexp

Re: stress testing tomcat applications

2014-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 9/12/14 10:24 AM, Elias Kopsiaftis wrote: > I apologize for my lack of information, but for an inexperienced > user this can be difficult, Tomcat version and OS are easy enough, > but configuration bits can be difficult, especially since a

Re: stress testing tomcat applications

2014-09-12 Thread Elias Kopsiaftis
Konstantin, I apologize for my lack of information, but for an inexperienced user this can be difficult, Tomcat version and OS are easy enough, but configuration bits can be difficult, especially since a configuration can exist that is causing your problem, that you dont even know it exists. Anyw

Re: stress testing tomcat applications

2014-09-12 Thread Konstantin Kolinko
2014-09-11 17:07 GMT+04:00 Elias Kopsiaftis : > ok Thanks, > > I am using Tomcat7. I dont know much about Tomcat application development, > so I will research these options you gave me before responding again. > > Thanks again As written here: http://tomcat.apache.org/lists.html#tomcat-users Imp

Re: stress testing tomcat applications

2014-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 9/10/14 8:03 PM, Elias Kopsiaftis wrote: > I am working on a stress tester for my application, however, from > within the stress tester, sometimes it loses the sessionid Are you writing your own stress-testing software, or using

Re: stress testing tomcat applications

2014-09-11 Thread Elias Kopsiaftis
ok Thanks, I am using Tomcat7. I dont know much about Tomcat application development, so I will research these options you gave me before responding again. Thanks again On Thu, Sep 11, 2014 at 4:07 AM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > Elias, > > On 11.9.2014 2:03, Eli

Re: stress testing tomcat applications

2014-09-11 Thread Ognjen Blagojevic
Elias, On 11.9.2014 2:03, Elias Kopsiaftis wrote: My best guess is that tomcat doesnt like to accept requests coming for two different logins from the same IP and same program. Is that accurate? Is anything else that could be going wrong here? Tomcat should allow multiple sessions from same IP

stress testing tomcat applications

2014-09-10 Thread Elias Kopsiaftis
Hi, I am working on a stress tester for my application, however, from within the stress tester, sometimes it loses the sessionid An overview of the process is 1. login to application and get sessionid 2. send subsequent requests to server that sessionid 3. Repeat steps 1 and 2 for multiple users

Junit unit test setup for testing an authentication realm

2014-07-29 Thread John Gary Geiglein
Currently working on Tomcat 7.0.53 on 32 bit Windows Server, Testing on same Tomcat on windows 7. Java JDK 1.7.0_60 in both environments. We have been using a custom realm, and had a need to update it. All of the old unit tests fail when trying to lookup the realm configuration from the

Re: Testing session persistence with a php script

2013-08-21 Thread Mark Eggers
On 8/21/2013 12:59 PM, vi...@thepenguin.org wrote: I am trying to figure out if I can run my sessionpersistence script that I run with Apache to see if sessions persist between two tomcat sites on two separate servers. The load balancer has session persistence enabled but Iam unsure how to test i

Re: Testing session persistence with a php script

2013-08-21 Thread Daniel Mikusa
On Aug 21, 2013, at 3:59 PM, vi...@thepenguin.org wrote: > I am trying to figure out if I can run my sessionpersistence script that I > run with Apache to see if sessions persist between two tomcat sites on two > separate servers. The load balancer has session persistence enabled but Iam > unsu

Testing session persistence with a php script

2013-08-21 Thread vicki
I am trying to figure out if I can run my sessionpersistence script that I run with Apache to see if sessions persist between two tomcat sites on two separate servers. The load balancer has session persistence enabled but Iam unsure how to test it. My thought was that I would just add the follow

Re: [OT] ab and load testing

2013-05-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 5/25/13 1:49 AM, Rainer Jung wrote: > On 24.05.2013 17:54, Christopher Schultz wrote: > >> Top reported that Tomcat was taking somewhere between 550-600% >> CPU. (This is a 4-core hyperthreaded CPU so I have 8 logical >> cores. 'ab' was

[OT] ab and load testing (was: Performance Issue while upgrading from Embedded Tomcat 6 to Tomcat 7)

2013-05-24 Thread Rainer Jung
On 24.05.2013 17:54, Christopher Schultz wrote: > Top reported that Tomcat was taking somewhere between 550-600% CPU. > (This is a 4-core hyperthreaded CPU so I have 8 logical cores. 'ab' > was taking about 100% CPU so I think 600% CPU means it was roughly > pegging 6 of my logical cores. Roughly

testing auto sig

2012-08-29 Thread Jeffrey Janner
sorry, had garbage at end of post. Wondering if it's auto sig or something else. Please ignore Jeff

problem when testing tomcat

2011-09-18 Thread tlm6291
Hello: I am new in learning Tomcat. In turn, I download tomcat source code , build it with Apache-Ant , and test it with JUnit. I use the following commands to build and test Tomcat ant test It seams the test fails as I got the following result: BUILD FAILED

Re: Issue while testing JSF application using Tomcat 6.0.14 and eclipse 3.4 on Windows XP Professional

2011-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kallol, On 6/16/2011 5:05 AM, Mark Thomas wrote: > On 16/06/2011 06:14, Kallol Chaudhuri wrote: >> >> - >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additiona

Re: Issue while testing JSF application using Tomcat 6.0.14 and eclipse 3.4 on Windows XP Professional

2011-06-16 Thread Konstantin Kolinko
2011/6/16 Caldarale, Charles R : >> Subject: Re: Issue while testing JSF application using Tomcat 6.0.14 and >> eclipse 3.4 on Windows XP Professional > > Bit light on content, don't you think? > > No one's going to plow through an attached zip file when the

RE: Issue while testing JSF application using Tomcat 6.0.14 and eclipse 3.4 on Windows XP Professional

2011-06-16 Thread Caldarale, Charles R
> From: Kallol Chaudhuri [mailto:kallol.chaudh...@tcs.com] > Sent: 2011 June 16, Thursday 07:42 > To: users@tomcat.apache.org > Subject: Re: Issue while testing JSF application using Tomcat 6.0.14 and > eclipse 3.4 on Windows XP Professional Bit light on content, don't

Re: Issue while testing JSF application using Tomcat 6.0.14 and eclipse 3.4 on Windows XP Professional

2011-06-16 Thread Mark Thomas
On 16/06/2011 06:14, Kallol Chaudhuri wrote: > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org http://www.catb.org/~esr/faqs/smart-questions.html

RE: Embedded tomcat and unit testing.. Tomcat either stops or my unit tests don't execute? [SEC=UNCLASSIFIED]

2011-06-15 Thread Fraser, James
UNCLASSIFIED Thanks Chris! -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, 16 June 2011 5:01 AM To: Tomcat Users List Subject: Re: Embedded tomcat and unit testing.. Tomcat either stops or my unit tests don't execute? [SEC=UNCLASS

Re: Embedded tomcat and unit testing.. Tomcat either stops or my unit tests don't execute? [SEC=UNCLASSIFIED]

2011-06-15 Thread Christopher Schultz
spect you want to do everything but the "await" in your test setup, and as you discovered, make sure you shut it down in your teardown code. As Chuck points out, Tomcat's internal unit-testing code uses the Tomcat class and can serve as a useful set of examples if you need f

RE: Embedded tomcat and unit testing.. Tomcat either stops or my unit tests don't execute? [SEC=UNCLASSIFIED]

2011-06-14 Thread Fraser, James
cat.stop(); } tomcat.destroy(); } } - James -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, 15 June 2011 11:27 AM To: Tomcat Users List Subject: RE: Embedded tomcat and unit testing.. Tomcat either stops or my unit tests don't

RE: Embedded tomcat and unit testing.. Tomcat either stops or my unit tests don't execute? [SEC=UNCLASSIFIED]

2011-06-14 Thread Caldarale, Charles R
> From: Fraser, James [mailto:james.fra...@dsto.defence.gov.au] > Subject: RE: Embedded tomcat and unit testing.. Tomcat either > stops or my unit tests don't execute? [SEC=UNCLASSIFIED] > I read that Apache use embedded Tomcat for unit testing. Are there any > examples flo

RE: Embedded tomcat and unit testing.. Tomcat either stops or my unit tests don't execute? [SEC=UNCLASSIFIED]

2011-06-14 Thread Fraser, James
UNCLASSIFIED I read that Apache use embedded Tomcat for unit testing. Are there any examples floating around? -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, 15 June 2011 10:01 AM To: Tomcat Users List Subject: RE: Embedded tomcat and

RE: Embedded tomcat and unit testing.. Tomcat either stops or my unit tests don't execute? [SEC=UNCLASSIFIED]

2011-06-14 Thread Caldarale, Charles R
> From: Fraser, James [mailto:james.fra...@dsto.defence.gov.au] > Subject: Embedded tomcat and unit testing.. Tomcat either stops > or my unit tests don't execute? [SEC=UNCLASSIFIED] > tomcat.enableNaming(); > tomcat.start(); > t

Embedded tomcat and unit testing.. Tomcat either stops or my unit tests don't execute? [SEC=UNCLASSIFIED]

2011-06-14 Thread Fraser, James
UNCLASSIFIED Hi, I have the following in my unit test. @BeforeClass public static void setUpClass() throws ServletException, LifecycleException, MalformedURLException { tomcat = new Tomcat(); tomcat.setBaseDir("."); tomcat.setPort(8084); Context ctx = t

Re: Unit testing a CometProcessor Servlet

2010-10-04 Thread homerlex
> No problem. I wish I knew your name, though! Thanks - The name is Homer :-) On Mon, Oct 4, 2010 at 1:15 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > To whom it may concern, > > On 10/4/2010 7:43 AM, Nabble User wrote: > >

Re: Unit testing a CometProcessor Servlet

2010-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 10/4/2010 7:43 AM, Nabble User wrote: > Thank you for taking the time to reply Chris! No problem. I wish I knew your name, though! > Yes, I understand that I could just make direct calls to events. However, > since we are

Re: Unit testing a CometProcessor Servlet

2010-10-04 Thread Nabble User
t may concern, > > (FYI: It's usually polite to identify yourself) > > On 9/27/2010 3:59 PM, Nabble User wrote: > > Does anyone have tips for unit testing a servlet that implements > > CometProcessor? > > Can't you synthesize all the events you need? It sho

Re: Unit testing a CometProcessor Servlet

2010-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, (FYI: It's usually polite to identify yourself) On 9/27/2010 3:59 PM, Nabble User wrote: > Does anyone have tips for unit testing a servlet that implements > CometProcessor? Can't you synthesize all the eve

Re: Unit testing a CometProcessor Servlet

2010-10-01 Thread Pid
On 01/10/2010 12:41, Nabble User wrote: >>> Anyone? >> I think you may be asking the wrong type of question. > Why is this the wrong type of question? Well, there's a few possible reasons for you not getting an answer: 1. No-one knows anything about unit-testing Co

Re: Unit testing a CometProcessor Servlet

2010-10-01 Thread Nabble User
Why is this the wrong type of question? On Wed, Sep 29, 2010 at 2:44 PM, Pid * wrote: > On 29 Sep 2010, at 12:19, Nabble User wrote: > > > Anyone? > > I think you may be asking the wrong type of question. > > > p > > - > To uns

Re: Unit testing a CometProcessor Servlet

2010-09-29 Thread Pid *
On 29 Sep 2010, at 12:19, Nabble User wrote: > Anyone? I think you may be asking the wrong type of question. p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.a

Re: Unit testing a CometProcessor Servlet

2010-09-29 Thread Nabble User
Anyone?

Unit testing a CometProcessor Servlet

2010-09-27 Thread Nabble User
Does anyone have tips for unit testing a servlet that implements CometProcessor? I have a servlet similar in structure to the the Chat Servlet example here: http://tomcat.apache.org/tomcat-6.0-doc/aio.html So, examples for testing that servlet code would be beneficial. Thanks in advance.

testing

2010-06-22 Thread MShah
http://moshah-linux.corp.walmart.com/ip/2668255 test -- View this message in context: http://old.nabble.com/testing-tp28962091p28962091.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Testing tomcat 6

2010-06-14 Thread Ken Bowen
ConcurrentHashMap is defined by Java, so I think you want to look for Java test suites. On Jun 14, 2010, at 10:36 AM, Ohad Shacham wrote: ConcurrentHashMap - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: Testing tomcat 6

2010-06-14 Thread Ohad Shacham
other servlet containers, then you > need to use the same application and apply the same test suite. > > -Jorge > > On Mon, Jun 14, 2010 at 9:52 AM, Ohad Shacham >wrote: > > > Hi, > > > > I would like to run tomcat for testing, I am looking for test cases with >

Re: Testing tomcat 6

2010-06-14 Thread David kerber
On 6/14/2010 9:52 AM, Ohad Shacham wrote: Hi, I would like to run tomcat for testing, I am looking for test cases with aggressive workload. Could you please let me know whether there exists a testing/benchmarking suite for tomcat that I can use? Thanks, Best Regards, Ohad I use the Eclipse

Re: Testing tomcat 6

2010-06-14 Thread Jorge Medina
same application and apply the same test suite. -Jorge On Mon, Jun 14, 2010 at 9:52 AM, Ohad Shacham wrote: > Hi, > > I would like to run tomcat for testing, I am looking for test cases with > aggressive workload. > Could you please let me know whether there exists a testing/bench

Testing tomcat 6

2010-06-14 Thread Ohad Shacham
Hi, I would like to run tomcat for testing, I am looking for test cases with aggressive workload. Could you please let me know whether there exists a testing/benchmarking suite for tomcat that I can use? Thanks, Best Regards, Ohad

Re: Deploying a simple webservice for testing on tomcat gives HTTP 404

2010-03-27 Thread Arunkumar Janarthanan
Have you checked the URL path from the Tomcat manager page is correct ? On Fri, Mar 26, 2010 at 6:59 PM, SM wrote: > Hi all, I developed a simple web service and deployed it on Tomcat 6.0.24 > and when I debug on server it gives me http 404. There are no errors in the > tomcat log. > HTTP Statu

Deploying a simple webservice for testing on tomcat gives HTTP 404

2010-03-26 Thread SM
Hi all, I developed a simple web service and deployed it on Tomcat 6.0.24 and when I debug on server it gives me http 404.  There are no errors in the tomcat log.   HTTP Status 404 - /Axis2WSTest/ type Status report message /Axis2WSTest/ description The requested resource (/Axis2WSTest/) is not

Re: Recommendations for Automating Deployments and then dev, qa, uat, prod testing

2010-01-25 Thread Christopher Schultz
idea to smoke-test a release, even if it's been pre-tested, because something stupid like the dev db password being used in production can really ruin your day if you're not paying attention. > So questions about the things maven seems to address: > testing: unit, integration

Re: Recommendations for Automating Deployments and then dev, qa, uat, prod testing

2010-01-24 Thread Ziggy
gt; > weekly from a set of dozens in a less than great 4am-6am window on > Wednesdays. > ..snip.. > > So questions about the things maven seems to address: > > testing: unit, integration testing - article mentions selenium? > > sensitive data: database passwords (can these

Re: Recommendations for Automating Deployments and then dev, qa, uat, prod testing

2010-01-24 Thread Fletcher Cocquyt
> So questions about the things maven seems to address: > testing: unit, integration testing - article mentions selenium? > sensitive data: database passwords (can these be securely handled in maven?) > > Additional, medium-long term goals: > Standardize the development environm

Re: Recommendations for Automating Deployments and then dev, qa, uat, prod testing

2010-01-23 Thread anthonyvierra
u-53/361-maven-build-system/1555-deploy-to-tomcat-6-using-maven.html >> >> Ideally, the entire release to production process would be such a well >> defined, >> quick and pre-tested event, than ops would only be notified if the 4am >> deployment failed and the automated

Re: Recommendations for Automating Deployments and then dev, qa, uat, prod testing

2010-01-23 Thread Pierre Goupil
loyment failed and the automated rollback also failed. > > So questions about the things maven seems to address: > testing: unit, integration testing - article mentions selenium? > sensitive data: database passwords (can these be securely handled in > maven?) > > Additional, med

Recommendations for Automating Deployments and then dev, qa, uat, prod testing

2010-01-23 Thread Fletcher Cocquyt
, the entire release to production process would be such a well defined, quick and pre-tested event, than ops would only be notified if the 4am deployment failed and the automated rollback also failed. So questions about the things maven seems to address: testing: unit, integration testing - ar

RE: Testing Tomcat with Virtual Hosts

2009-11-17 Thread Caldarale, Charles R
> From: Marty Pitt NZ [mailto:martyp...@me.com] > Subject: Testing Tomcat with Virtual Hosts > I've edited my hosts file to look as follows: > 127.0.0.1 localhost > ::1 localhost > 127.0.0.1 test1.localhost > localhost test2.localhost The

Testing Tomcat with Virtual Hosts

2009-11-17 Thread Marty Pitt NZ
alhost:8080/myWebApp works fine. I can ping test1.localhost fine. What have I missed? -- View this message in context: http://old.nabble.com/Testing-Tomcat-with-Virtual-Hosts-tp26387899p26387899.html Sent from the Tomcat - User mailing list a

Testing Web Services Without a Client ?

2009-10-20 Thread caho
://www.nabble.com/Testing-Web-Services-Without-a-Client---tp25980342p25980342.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: Testing apache

2009-09-02 Thread Given Shirinda
Thanks man,I worked up. Given - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Testing apache

2009-09-02 Thread Tim Funk
jvmRoute needs to be unique across all the tomcat instances. server1: server2: To test - tail the access logs on each tomcat and see what appears. -Tim given.shiri...@sita.co.za wrote: Hi Guyz. I got two linux servers machine running,in both of them,I have tomcat 5 running i.e server

Testing apache

2009-09-02 Thread given . shirinda
Hi Guyz. I got two linux servers machine running,in both of them,I have tomcat 5 running i.e server1:/opt/tomcat1 server2:/opt/tomcat1 I want to have the load balancing using mod_jk and apache2 to delegates the request for both servers. I want the server1 to be the controller node or

Re: tomcat install/testing help.

2009-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom, Looks like your post may have slipped through the cracks. You didn't provide a ton of information, though. For instance: what version of NetBeans? What version of Tomcat? On 7/17/2009 8:51 PM, Burton, Tom (DOR sponsored) wrote: > I have been abl

Re: tomcat install/testing help.

2009-07-18 Thread Mark Eggers
appropriate access to %CATALINA_HOME% (where Tomcat is installed), and its subdirectories. I hope that helps. /mde/ --- On Fri, 7/17/09, Burton, Tom (DOR sponsored) wrote: > From: Burton, Tom (DOR sponsored) > Subject: tomcat install/testing help. > To: users@tomcat.apache.org > Date: Fri

tomcat install/testing help.

2009-07-17 Thread Burton, Tom (DOR sponsored)
I've been trying to get tomcat and netbeans to work properly on my new computer. I'm running a windows XP computer. I have been able to get tomcat and netbeans to install successfully. However I've been unable to get them to work together correctly. I've tried installing from the executable and

Re: load testing

2009-07-07 Thread Pid
On 6/7/09 21:27, Logan, James S wrote: We have been involved with load testing several sites that deploy a Tomcat server. When running a Load session, for some reason, each HTTP request will generate a login, when monitoring the server. The server is being monitored from the server-side and

Re: load testing

2009-07-07 Thread Pid
On 6/7/09 21:27, Logan, James S wrote: We have been involved with load testing several sites that deploy a Tomcat server. I replied to your previous post on the 2nd. I said: OS/version? Tomcat/version? Which Tomcat monitoring tool? Your description of the behaviour isn't very clear

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

Test scripts for functional testing of tomcat.

2009-07-06 Thread Sajad Bashir Qadri
Hi, Is there any test framework/scripts available which can do automatic FUNCTIONAL testing of all the tomcat features? Actually, I am working on porting of tomcat to my own operating system. Being done with the porting, I need to ensure that all the standard tomcat FUNCTIONALITY is properly

load testing

2009-07-06 Thread Logan, James S
We have been involved with load testing several sites that deploy a Tomcat server. When running a Load session, for some reason, each HTTP request will generate a login, when monitoring the server. The server is being monitored from the server-side and each request to the server will display a

Re: Sample program for testing http DELETE or PUT method in tomcat

2009-06-24 Thread Christopher Schultz
r the fix is working or not. So, > I am looking for a sample testing program to test the DELETE and PUT > methods. Is there anyone know where I can find those programs? How about good old telnet? HTTP is a very readable protocol. Note that PUT and DELETE are disabled by default in a standard

RE: Sample program for testing http DELETE or PUT method in tomcat

2009-06-19 Thread Martin Gainty
est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri,

Re: Sample program for testing http DELETE or PUT method in tomcat

2009-06-19 Thread Mark Thomas
cleegt wrote: > Dear All, > > Because of the security reason imposed by my company, I disabled http > DELETE, PUT methods from the tomcat based on some suggested method mentioned > on the internet. Now, I need to test whether the fix is working or not. So, > I am looking fo

Re: Sample program for testing http DELETE or PUT method in tomcat

2009-06-18 Thread André Warnier
cleegt wrote: Dear All, Because of the security reason imposed by my company, I disabled http DELETE, PUT methods from the tomcat based on some suggested method mentioned on the internet. Now, I need to test whether the fix is working or not. So, I am looking for a sample testing program to

Sample program for testing http DELETE or PUT method in tomcat

2009-06-18 Thread cleegt
Dear All, Because of the security reason imposed by my company, I disabled http DELETE, PUT methods from the tomcat based on some suggested method mentioned on the internet. Now, I need to test whether the fix is working or not. So, I am looking for a sample testing program to test the DELETE

Testing DB before creating Connection Pools

2009-03-21 Thread Mighty Tornado
Hi, I am encountering a problem when trying to test JDBC connection to my database before I hand it over to the container. I get the No suitable driver exception wen trying to run the test main class in Eclipse, even though I added the mysql connector jar to the build path in the project. Thanks,

Apache Tomcat Connectors snapshot 1.2.28-dev-752124 available for testing.

2009-03-10 Thread Rainer Jung
Hi all, version 1.2.28 of mod_jk is approaching its release. A code snapshot (revision 752124) is available at: http://tomcat.apache.org/dev/dist/tomcat-connectors/jk/source/jk-1.2.28-dev/ Please join us in ensuring the quality of the forthcoming release by testing this snapshot. The source

Re: [ANN] Apache Tomcat Connectors 1.2.27-dev-704800 available for testing.

2008-10-16 Thread Rainer Jung
%20Connectors Notice: Please do not use this version for production. It is ment to be used for testing purposes only! Thank you, -- The Apache Tomcat Team - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

RE: [ANN] Apache Tomcat Connectors 1.2.27-dev-704800 available for testing.

2008-10-16 Thread Martin Gainty
nder does not necessarily endorse content contained within this transmission. > Date: Thu, 16 Oct 2008 15:47:20 +0800 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: [ANN] Apache Tomcat Connectors 1.2.27-dev-704800 available for > testing. > > Hi Mlad

Re: [ANN] Apache Tomcat Connectors 1.2.27-dev-704800 available for testing.

2008-10-16 Thread Mladen Turk
James Wang wrote: Hi Mladen, We have been having a problem with the AJP connector for a while, sometimes Please do not hijack threads ;) It's not related the subject, so just post a question on a new thread, with explanatory title and giving as much data as you can. Regards -- ^(TM) -

  1   2   >