RE: [EXTERNAL EMAIL] How to access a REST service

2025-08-14 Thread Daniel Schwartz
Robert (and all), I will work on answers your various questions. However, I decided to first explore the comment (by someone) that a servlet can "swallow" an exception, which I take to mean that it can throw an exception without reporting the exception or terminating the program. I have thi

RE: [EXTERNAL EMAIL] How to access a REST service

2025-08-14 Thread Daniel Schwartz
Robert (Turner), Rob (Sargent), Chuck (Caldarale), I think our emails are crossing. You are here replying to some earlier replies from me. I just sent another one today with more details. In any case, I was not aware that a REST webservice had anything to do with servlets, so probably I'm the

Re: [EXTERNAL EMAIL] How to access a REST service

2025-08-14 Thread Robert Turner
(apologies for the top post -- this thread is getting messy) I assume you mean JAX-RS (or similar). As a few poeple have already pointed out, these are Servlets under the covers -- regardless, what you have described still has conflicting statements: - you state it's regular Java program (implies

Re: [EXTERNAL EMAIL] How to access a REST service

2025-08-14 Thread Rob Sargent
Accessing your website doesn’t tell us anything definitive about your implementation. The page which makes the request is waiting for the answer. No user session is required. Oh. At least thats the case in the servlet world. But in your java Main world we are left at a loss as to how you are

Re: [EXTERNAL EMAIL] How to access a REST service

2025-08-14 Thread Chuck Caldarale
> On 2025 Aug 14, at 16:42, Daniel Schwartz wrote: > > Please see the reply is just sent to Chris. I think that this answers your > questions. > > I don't know why people thought I was using servlets. Likely because both Tomcat and GlassFish are servlet containers, and you were asking q

RE: [EXTERNAL EMAIL] How to access a REST service

2025-08-14 Thread Daniel Schwartz
Robert, Please see the reply is just sent to Chris. I think that this answers your questions. I don't know why people thought I was using servlets. It's a REST web service. I thought that this was clear. Dan -Original Message- From: Robert Turner Sent: Thursday, August 14, 2025

RE: [EXTERNAL EMAIL] How to access a REST service

2025-08-14 Thread Daniel Schwartz
Chuck, To avoid repeating myself, please see my reply to Chris, mailed just moments ago. Yes, I’m considering TomEE as a future option. Dan From: Chuck Caldarale Sent: Thursday, August 14, 2025 2:15 AM To: Tomcat Users List Subject: Re: [EXTERNAL EMAIL] How to access a REST service > On 202

RE: [EXTERNAL EMAIL] How to access a REST service

2025-08-14 Thread Daniel Schwartz
Chris, See below. Dan -Original Message- From: Christopher Schultz Sent: Thursday, August 14, 2025 2:47 PM To: users@tomcat.apache.org Subject: Re: [EXTERNAL EMAIL] How to access a REST service Dan, Like Robert, I am confused. Read on for more replies... On 8/14/25 12:55 AM, Daniel

RE: How to access a REST service

2025-08-14 Thread Daniel Schwartz
Hello Chris, Have you actually tried out my website: www,worldholidaysandevents,com [replace commas with periods]. If you see how it works, this might answer many of your questions. More comments below. Dan -Original Message- From: Christopher Schultz Sent: Thursday, August 14, 2025

RE: [EXTERNAL EMAIL] RE: How to access a REST service

2025-08-14 Thread Daniel Schwartz
Chris, Thanks for the detailed response. I'll keep this on file for future reference, but it's a bigger project than what I am prepared to undertake at this time. Dan -Original Message- From: Christopher Schultz Sent: Thursday, August 14, 2025 2:39 PM To: users@tomcat.apache.org Subj

Re: [EXTERNAL EMAIL] How to access a REST service

2025-08-14 Thread Christopher Schultz
Dan, Like Robert, I am confused. Read on for more replies... On 8/14/25 12:55 AM, Daniel Schwartz wrote: From: Chuck Caldarale Sent: Wednesday, August 13, 2025 10:29 PM To: Tomcat Users List Subject: Re: [EXTERNAL EMAIL] How to access a REST service -Original Message- From: Chri

Re: [EXTERNAL EMAIL] RE: How to access a REST service

2025-08-14 Thread Christopher Schultz
Daniel, On 8/13/25 8:59 PM, Daniel Schwartz wrote: Chris, You have given me a lot to think about. Re your comment: "Getting ApacheBench is different depending upon your development environment. If you let me know your OS, etc. I can point you in the right direction." I found the following v

Re: How to access a REST service

2025-08-14 Thread Christopher Schultz
Dan, On 8/12/25 10:52 PM, Daniel Schwartz wrote: If you go to my website, www.worldholidaysandevents.com, and make a request for holiday info for, say, Tallahassee, Florida, USA, 2025, you will see the following actions: 1. The Countries list is filled with a list of countries. This is on