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

2022-01-09 Thread Mark Eggers
Mark, Glad to hear you're up and running. While I use Python from time to time, I remain (mostly) a Java person. [insert standard language rant here] Use the tool you're comfortable with, and one that's suited for the job. . . . just my two cents /mde/ On 1/9/2022 4:16 PM, Mark Phillips wrot

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

2022-01-09 Thread Mark Phillips
Mark, That helps a lot. I was able to manually start tomcat7, clean and build the site, and manually deploy the war file, trap the exception, change one line of code (add 33 characters), and the site works on my development machine. I now need to get a large bottle of bourbon, drink 1/2 of it fo

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

[no subject]

2022-01-09 Thread Mauro Chi
H have a Ant web project created with nb 12.5. When i try to open the same project i go to file/ open project. I select the project But Next not appair- into projects panel. Is very strange. Netbeans after 8.2 version become all new version very strange.

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