| Author |
Apache server
|
jignesh soni
Ranch Hand
Joined: Dec 10, 2007
Posts: 147
|
|
How can I check , whether Apache and Tomcat are installed on the windows server 2003 that I am logging on to ? Is there a console available to check the Apache and tomcat servers ? e.g for IIS, if I run "inetmgr" on RUN, I get IIS Server console from which I can check the directories. Is there anything available for Apache and Tomcat ? thanks
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
If Tomcat was installed using the Windows Installer (and the right options were selected at install time) there will be some menu options under Start -> All Programs -> Apache Tomcat. There may also be a systray icon. If it was not installed with these options then no, there will not be any visual tools available. I don't know about Apache httpd on Windows.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
|
Also, if Tomcat was installed as a service on that machine (either from the windows installer or from the bat file installer) you will see an entry for "Apache Tomcat" in the Window's Services screen.
|
 |
jignesh soni
Ranch Hand
Joined: Dec 10, 2007
Posts: 147
|
|
I am aware that under services screen , I can see Apache-Tomcat. Is there any utility like "inetmgr" to check whether Apache Tomcat is installed or not ? How can I check the configuration file of Apache-Tomcat. I have Apache-Tomcat installed on my win server 2003, but I dont know where to check for configuration files ? By "all Programs", did you mean "Programs" ? Becayse under "start" I see "Programs", where is "All Programs" ? thanks
|
 |
 |
|
|
subject: Apache server
|
|
|