I forgot to mention that I think I identified the cause of this and
filed issue NETBEANS-3332:
https://issues.apache.org/jira/browse/NETBEANS-3332
On Thu, Oct 31, 2019 at 1:43 PM Steven Yi wrote:
>
> Hi All,
>
> I ran into this today when I switched to JDK 11:
>
> [INFO] Compiling 6 source files
Hi All,
Just to follow up on this, the solution I found was to remove
"OpenIDE-Module: x.y.z" entries from my manifest.mf files and just use
the auto-generated values from nbm-maven-plugin. This gets the name
to match the codeNameBase generated from the Maven module when running
the application a
On 11/11/2019 9:33 AM, Emilian Bold wrote:
>> Don't use the distribution's Tomcat. [...] The reason for doing all of this
>> is quite simply, permissions.
>
> This is an interesting remark. Couldn't this be fixed by NetBeans by
> simply copying the whole of Tomcat to an user temp folder?
>
> --e
> Don't use the distribution's Tomcat. [...] The reason for doing all of this
> is quite simply, permissions.
This is an interesting remark. Couldn't this be fixed by NetBeans by
simply copying the whole of Tomcat to an user temp folder?
--emi
On Mon, Nov 11, 2019 at 7:24 PM Mark Eggers
wrote:
On 11/11/2019 8:23 AM, Mark Phillips wrote:
> I am running Apache NetBeans IDE 11.2 with Java: 1.8.0_201 on Debian (Linux
> version 5.0.0-32-generic running on amd64). I have a tomcat 7.09 server
> installed and running. I can deploy war files from the tomcat manager app
> and I can see the tomcat
I am running Apache NetBeans IDE 11.2 with Java: 1.8.0_201 on Debian (Linux
version 5.0.0-32-generic running on amd64). I have a tomcat 7.09 server
installed and running. I can deploy war files from the tomcat manager app
and I can see the tomcat log files in the Netbeans app. However, I cannot
fin