Under service manager (services.msc
) there is an executable tomcat6w.exe
Each tomcat instance launched from eclipse IDE
& services.msc
is seen as executable javaw.exe
Despite the tomcat instance is stopped from eclipse as well as under service mgr, tomcat6w.exe
seems to be in running state.
How tomcat6w.exe
different from javaw.exe
from functionality aspect?
J2EE beginner