Re: Stopping Tomcat

2020-10-26 Thread HRH
Mark,  Likewise, I always try to installthe binaries and certainly avoid using space in directory names. Vis-a-visTomcat, I started that way, however, the localhost:8080 would not bring up theserver management GUI per documentation. Finally, coerced by frustration, Idecided to wipe out

Re: Stopping Tomcat

2020-10-26 Thread Mark Eggers
HRH, In general I don't recommend running Tomcat as a service on any platform when it's controlled by NetBeans. 1. On Windows I create a directory (called Apache) somewhere where there's no spaces in the directory path. This is no longer strictly necessary, but it's nice to keep all the

Re: Stopping Tomcat

2020-10-26 Thread HRH
Connor,In my case, the Tomcat shutdown port was configured to 8005 by the installer, however, I took your advise and set it to a different port. It's working fine now. The user and password was setup properly by the installer, so I did not have to change anything in the server.xml file. So it

Re: Stopping Tomcat

2020-10-26 Thread Connor Cook
Hi HRH, Below are two things I had to do to get Tomcat to be usable for me, though this is in Netbeans 11.1 so the process may have changed. In order to get Tomcat to be stoppable and restartable by Netbeans, I needed to set the shutdown port in Netbeans (right-click on Tomcat in the 'Services'

Re: Stopping Tomcat

2020-10-24 Thread HRH
There are a few issues that I am experiencing in regards to controlling the Tomcat server from within the IDE:1- The Tomcat Server Log from Services->Servers->Apache Tomcat or TomEE->View Server Logs doesn't show any content from the log file in the output window. 2- The option to start the

Stopping Tomcat

2020-10-24 Thread HRH
Hi, Using the Netbeans 12 on Windows 10. I have added Apache Tomcat 9.0.30 server to the IDE, however, if I try to stop the server from Services->Servers->Apache Tomcat->Stop, it just spins for a very long time, until I close the IDE. Once the IDE starts back up if I try to restart the server,