Re: Configure Tomcat development using NetBeans IDE

2022-02-25 Thread John Barrow
Mark, Just as a follow up to the two rogue test files tomcat\test\org\apache\coyote\http2\TestStream.java tomcat\test\util\TestCookieFilter.java I copied the util and trailers folders into the java folder and that didn't make any difference. Also I noticed that, for the TestStream.java source

Re: [OT] Configure Tomcat development using NetBeans IDE

2022-02-24 Thread Christopher Schultz
John, On 2/23/22 05:08, John Barrow wrote: I fall into that historic stereotypical old-school developer type labelled 'lazy' You're in good company. Awww.. the threevirtues dot com website has been hijacked by some stupid advertising company. This is why we can't have nice things. Google

Re: Configure Tomcat development using NetBeans IDE

2022-02-24 Thread John Barrow
Mark, I have now got grep working (following a post from another member indicating that built into git bash!) > ant download-test-compile This is useful to know as I didn't run the tests script until later. > ant download-validate This didn't report Checkstyle missing - probably as not needed

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread Mark Thomas
On 22/02/2022 17:59, John Barrow wrote: John, Thanks for separating this out into a new thread. As a life-long supporter of Subversion, this was my first foray into the world of git, but I believe, after a quick crash course, I have managed to have forked and cloned Tomcat onto my laptop!

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread John Barrow
Hi Greg, > You should not need to reload tomcat for code unless NetBeans cannot handle > hot reload. I don't believe that there is a problem with NetBeans, it updates the active code files in the WEB_APP/classes perfectly, but then as previously discussed in the other thread, there is no file

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread Greg Huber
There have been lots of emails on this, sorry if I have missed something.. Although I don't use net beans, I use Eclipse with the venerable Sysdeo Tomcat Plugin (modified), and from my experience set reloadable = "false".  I would stop and restart tomcat for method signature changes, new

Configure Tomcat development using NetBeans IDE

2022-02-22 Thread John Barrow
Hi, Firstly, this is actually a continuation of a previous thread (specifically the email from Make Thomas, dated 21/02/2022 08:10) discussing the specification for enhancing the reloading of webapps after changes to the deployed files. This thread is titled ‘ is too quick to respond’ and remains