Re: [OT] Can't get project to work with tomcat7

2022-01-09 Thread Mark Eggers
og4j 2.17.1 (or any log4j2, actually), you'll need to initialize it differently in Java EE 6 versus Java EE 5 and below. I hope that gets you started. Mark /mde/ On 1/9/2022 2:00 PM, Mark Phillips wrote: -- Forwarded message ----- From: Mark Phillips Date: Sun, Jan 9, 2022 at 2:

Re: Fwd: Can't get project to work with tomcat7

2022-01-09 Thread Mark Phillips
EE 5 > and below. > > I hope that gets you started. > > Mark > /mde/ > > On 1/9/2022 2:00 PM, Mark Phillips wrote: > > -- Forwarded message - > > From: Mark Phillips > > Date: Sun, Jan 9, 2022 at 2:58 PM > > Subject: Re: Can't get p

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mark Eggers
Mark, I sent you a direct mail message. Hope that gets you started. . . . just my two cents /mde/ On 1/9/2022 1:58 PM, Mark Phillips wrote: On Sun, Jan 9, 2022 at 1:27 PM Mark Eggers wrote: Mark, All the applications that we run work fine on Tomcat 7 - Tomcat 9 (after we modify context.xml

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mark Phillips
On Sun, Jan 9, 2022 at 1:27 PM Mark Eggers wrote: > Mark, > > All the applications that we run work fine on Tomcat 7 - Tomcat 9 (after > we modify context.xml). Most of our apps are pretty simple, but we do > have a few with either complex calculations or complex REST APIs. Your > challenges with

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mithat Karaoglu
Mark, I am using the latest versions on my new projects. However I still have old projects to maintain. For these old ones, I am using NetBeans 11 / Java 8 or 11 / Java EE 6 / Tomcat 7 or TomEE 7 without any issue. = Mithat Karaoglu Email: mithat.karao...@gmail.com On Sun, Jan 9, 2022 a

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mark Eggers
Mark, All the applications that we run work fine on Tomcat 7 - Tomcat 9 (after we modify context.xml). Most of our apps are pretty simple, but we do have a few with either complex calculations or complex REST APIs. Your challenges with Tomcat 9 should probably be taken up on the Tomcat mailin

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mark Phillips
Mark, My project is old, and is running on tomcat7 in production. It seems mysql was updated on the production server, and now I cannot add data to mysql/the application because of this error message: Generated keys not requested. You need to specify Statement.RETURN_GENERATED_KEYS to Statement.e

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mark Eggers
Mark, What servlet specification is your project? Tomcat 7 (which is EOL BTW) will handle up to servlet specification 3.0 (J2EE 6 Web). Anything later will require a later version of Tomcat. Tomcat 9 is probably the best choice until you're ready to switch to the Jakarta namespace. . . . jus

Re: Can't get project to work with tomcat7

2022-01-09 Thread Mark Phillips
Mark, I tried that. The problem is the server list in the project run properties isn't populated with my tomcat installation. There is nothing in the list to select. Mark On Fri, Jan 7, 2022 at 3:48 PM Mark Eggers wrote: > Mark, > > On 1/7/2022 2:28 PM, Mark Phillips wrote: > > I have the late

Re: Can't get project to work with tomcat7

2022-01-07 Thread Mark Eggers
Mark, On 1/7/2022 2:28 PM, Mark Phillips wrote: I have the latest netbeans on Ubuntu (at least it says it is up to date). I open an old project, and it says the tomcat server is missing. I click on Resolve Missing Server, go through the steps to let netbeans know where my tomcat 7 server is loca

Can't get project to work with tomcat7

2022-01-07 Thread Mark Phillips
I have the latest netbeans on Ubuntu (at least it says it is up to date). I open an old project, and it says the tomcat server is missing. I click on Resolve Missing Server, go through the steps to let netbeans know where my tomcat 7 server is located, and click finish. I end up back at the same pl