I recently installed Apache Tomcat 6 for Windows Vista, trying to teach myself Servlets / JSP.
If I try to start Tomcat by double-clicking the icon on my desktop (which displays on " C:\Program Files\Apache Software Foundation\tomcat6\bin\tomcat6.exe "), it opens a command line with many messages, showing that it stuck on a line such as "INFO: server start in 1244 ms." After this, nothing happens, no matter how long I wait.
The only way to start the server is to go to the task manager → Services → manually start Apache Tomcat 6. For each relocation, I have to stop and restart the web server in the same way.
Is this the only way to start / restart apache on Windows?
The first time I installed it, an icon appeared in the system tray, clicking it can start / stop the server. But this icon disappeared after the first use. I uninstalled / reinstalled apache. Again, the icon appeared and disappeared the next time it was accessed.
Is there a way to get the badge back forever, or is there a better way to do this?
source share