RE: persistent problem

2003-07-02 Thread Paul Wallace
Hi, I thought I described what I meant..yes, the page was visible regardless of numerous actions, even going to the lengths of physically removing the class! Can you please extrapolate what on 'Webapp mangaer'? Thanks Paul. What do you mean by persisting? Session issue? Or is it the

Re: persistent problem

2003-07-02 Thread Kwok Peng Tuck
I think it is fairly self-explanatory: http://[your ip]:8080/manager/ If you have installed the rpm copy of tomcat then you may need to download another file to get the manager webapp. The windows installer has it by default. The document which describes this is over here :

persistent problem

2003-07-01 Thread Paul Wallace
Hello, Can someone please tell me how to configure (I am assuming it is a configuration issue) TC such that my servlets do not insist on persisting. Even when I clear IE history, delete temporary Internet files, cookies, delete the class its self! I literally removed the servlet class and

Re: persistent problem

2003-07-01 Thread Kwok Peng Tuck
What do you mean by persisting? Session issue? Or is it the case where you changed the code in your servlet and the changes are not showing up ? If it is then just use the webapp manager to reload the context the servlet resides in. Paul Wallace wrote: Hello, Can someone please tell