Re: Upgrading embedded Tomcat instance

2024-10-29 Thread Michael Bien
On 29.10.24 01:49, Tellis, Wyatt wrote: Hi Michael, I agree that the embedded instance isn't usually web-facing, but our info-sec team scans all systems to reduce the feasibility of lateral movement attacks. right - what I thought. As for the dev version, it looks like it addresses the Tom

Re: Netbeans and .gitignore

2024-10-29 Thread Sean Carrick
Sam, Actually, you don't need to leave the IDE to create your .gitignore file. All you need to do is switch to the *Files* tab and create a new *empty * file in your top-level project directory named ".gitignore". To populate the file in the IDE, select those files and directories that you want ig

Re: Run File option not enable in Run Menu

2024-10-29 Thread Sean Carrick
Going by this image you posted on your question in StackOverflow: [image: image.png] The TwoDArray class is not a *main class*. In other words, it may not have a public static void main(String... args) method contained in it. The icon in the *Projects* window has no "run" icon on its lower-right co