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
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
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
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
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
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
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
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