Re: Debugging web application on Tomcat

2023-03-25 Thread Thomas Kellerer
is that the IDE doesn't support it yet. NetBeans most certainly supports debugging a running Tomcat started with the "jpda" option through the "Debug -> Attach" menu I am doing this on a regular basis with applications that can't be deployed through NetBeans (e.g. Liferay portlets). If you

Re: Debugging web application on Tomcat

2023-03-23 Thread Thomas Kellerer
Greenberg, Gary schrieb am 13.03.2023 um 18:03: > Last year I have developed a Spring-Boot web application. > It was originally developed as a JAR but later converted to a WAR and > deployed to the Tomcat 9 on a production server. > > Last week, a bug was found and I need to fix it. > > Not to

Re: Debugging web application on Tomcat

2023-03-23 Thread Tim de Vries
when i do a Deploy? It makes my jar. I have to Launch manually on the server (in theory), and then headless, or run in gui. Its a WIP. On 13/03/2023 11:03 a.m., Greenberg, Gary wrote: Last year I have developed a Spring-Boot web application. It was originally developed as a JAR but later

Re: Debugging web application on Tomcat

2023-03-23 Thread Tim de Vries
I do Spring and starter=web, on my classpath; -- you'd have to review the tec.xml, but thats not public yet. On 13/03/2023 11:54 a.m., László Kishalmi wrote: How have you installed Tomcat 9 on your System? On Mon, Mar 13, 2023 at 10:04 AM Greenberg, Gary wrote: Last year I have

Re: Debugging web application on Tomcat

2023-03-13 Thread László Kishalmi
How have you installed Tomcat 9 on your System? On Mon, Mar 13, 2023 at 10:04 AM Greenberg, Gary wrote: > Last year I have developed a Spring-Boot web application. > It was originally developed as a JAR but later converted to a WAR and > deployed to the Tomcat 9 on a production server. > > Last

Debugging web application on Tomcat

2023-03-13 Thread Greenberg, Gary
Last year I have developed a Spring-Boot web application. It was originally developed as a JAR but later converted to a WAR and deployed to the Tomcat 9 on a production server. Last week, a bug was found and I need to fix it. Not to change the configuration, I have installed Tomcat 9 on my