I suspect you installed Tomcat as a service.  If so, you should be able to find 
the tomcat monitoring application.  Click on your start icon in Win7 and then, 
in the search box, type "Tomcat".  Hopefully, you will see a "Monitor Tomcat" 
entry.  Right-click over that, and select "Run As Administrator".  Once you get 
the screen up, you should have a set of tabs (General, Log On, Logging, ...).  
On the General tab, you should have buttons along the bottom, "Start", "Stop", 
"Pause", and "Restart".  If the tomcat service is running, click Stop.  Once 
stopped, click Start.

To restart just the web app, you can run the manager application (if you 
installed it).  Open a browser window and enter:

http://localhost:8080/manager/html

If that works, then you installed the manager app, and this will allow you to 
control individual applications.

-----Original Message-----
From: Jinal Dhruv [mailto:dhruv.ji...@yahoo.com] 
Sent: Tuesday, March 29, 2011 2:12 PM
To: Tomcat Users List
Subject: Re: Please Help

Actually, I am using Tomcat from last 15 days only..One thing worked is if I 
restart PC, then it works fine..so it looks like restarting Tomcat works..
The problem on given link is excatly what I am facing..Thanx a ton for this..
but still can U tell me exactly how to restart Tomcat without restarting PC as 
one green signal is not appearing in my taskbar and I am using Windows7 as well 
as what do you mean by restarting webapp?



________________________________
From: Joseph Morgan <joseph.mor...@ignitesales.com>
To: Tomcat Users List <users@tomcat.apache.org>; Jinal Dhruv 
<dhruv.ji...@yahoo.com>
Sent: Wednesday, 30 March 2011 12:36 AM
Subject: Re: Please Help

You can 1) Restart Tomcat or your web app, or 2) read this:

http://stackoverflow.com/questions/415520/how-do-i-make-tomcat-stop-caching-my-servlet-responses


-----Original Message-----
From: Jinal Dhruv [mailto:dhruv.ji...@yahoo.com] 
Sent: Tuesday, March 29, 2011 1:47 PM
To: Tomcat Users List
Subject: Re: Please Help

I am having problem particularly with running Servlets programs..
Though I clear browser history, delete .class file and comile .java file again, 
it shows old results..So from where it come? Is Tomcat is storing it at 
somewhere?



________________________________
From: Joseph Morgan <joseph.mor...@ignitesales.com>
To: Tomcat Users List <users@tomcat.apache.org>; Jinal Dhruv 
<dhruv.ji...@yahoo.com>
Sent: Wednesday, 30 March 2011 12:08 AM
Subject: Re: Please Help

So..... *what* is it not showing?  Is it a JSP?  If so, what is the time on 
your tomcat server compared to the time of the JSP.  We have this sometimes 
when we deploy and find we have to update a JSP within a very short period of 
time, and our Tomcat server in our COLO is 2 time zones off.  The JSP gets the 
local time, and if the server has compiled it, then it thinks the "new" JSP has 
already been compiled.

-----Original Message-----
From: Jinal Dhruv [mailto:dhruv.ji...@yahoo.com] 
Sent: Tuesday, March 29, 2011 1:32 PM
To: Tomcat
Subject: Please Help

One problem I am having Using Tomcat 6.0 is it doesn't reflect the change what 
I made instantaneously..
I mean it keep showing old results though I have disabled option of 
'Remembering History' in browser..
What I feel is it is fetching old results from somewhere and now it's not by 
browser..
So how to configure Tomcat 6.0 so that it never remember anything and do 
process entirely new every time when it comes the execution part..

Regards,Jinal Dhruv


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to