| Author |
one small doubt
|
Andrew Broussard
Greenhorn
Joined: Mar 10, 2006
Posts: 17
|
|
Hi, If I see that tomcat page on typing localhost:8080 in my browser does that mean that the tomcat server is running.Because I typed it and the process explorer did not show any process by the name of tomcat.And I don't see any startup file in bin for tomcaqt 5.5.Thankyou, regards, Andrew [ March 10, 2006: Message edited by: Andrew Broussard ]
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
|
If you see the tomcat welcome page, it's running.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Andrew Broussard
Greenhorn
Joined: Mar 10, 2006
Posts: 17
|
|
HI Ben, thanks for the reply.But why then I don't see tomcat in process explorer.That also means that my server is always running even if I stop it.Because it just always keeps me showing that page.And I don't see that window that says that server starting in this many seconds.Thanks alot, regards, Andrew
|
 |
subho saha
Ranch Hand
Joined: Jun 15, 2005
Posts: 57
|
|
|
May be you should clear your browsers cookies and temporary files and then type localhosta:8080 and see the effect, after closing tomcat.
|
 |
Masoud Kalali
Author
Ranch Hand
Joined: Jul 08, 2004
Posts: 531
|
|
When you install tomcat it register a service for itself which is auto start . so it means that when you start the windows it goes up in background like other services. Tomcat use java to run not a tomcat.exe ? so you need to check how much java process is in your list.
|
Masoud Kalali
Software Engineer - My Weblog - GlassFish Security
|
 |
 |
|
|
subject: one small doubt
|
|
|