cache problem

2003-03-07 Thread Manolis Mavrikis
Hi, I asked before but it's really driving me crazy so I 'll ask again. I removed my application and I installed it again, I even deleted files and put them again .. nothing works. I have doubled checked and it's not my browser's cache problem . It has to do with the server ! It is caching j

Re: cache problem

2003-03-07 Thread Manolis Mavrikis
he compiled JSPs are stored. > > > Andoni. > > > - Original Message ----- > From: "Manolis Mavrikis" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Friday, March 07, 2003 11:36 AM > Subject: cache problem &

Re: Newbie: Starting problem

2003-03-07 Thread Manolis Mavrikis
John, from a quick look I think (I am not sure if there are any differences in tomcat versions) it may have to do with your mapping. How do you call the servlet from the jsp ? what url do you use ? > Hi > > I'm new to tomcat. I can see examples etc just fine. I've read all > included docs as fa

Re: Newbie: Starting problem

2003-03-07 Thread Manolis Mavrikis
just in case its more convenient to you ... you don't have to use the package name as the calling patern for your servlet. It can be anything you want as define in the tag On Fri, 7 Mar 2003, John Plate wrote: > Hi > > Thank you for the rapid help. > > > Can you first try by directly acessing

cache problem (cont) really weird!

2003-03-07 Thread Manolis Mavrikis
Now it seems that my £*^%£ server is caching applets as well... There is no logical explanation ! there is nothing under \work ... nothing on the browser (I even access it from newly installed windows) I can't understand how for months now I was able to do (even small) changes in applets and on

Re: How do I start with a servlet?

2003-03-09 Thread Manolis Mavrikis
Jim, Create a SetupServlet in your servlets package and use something similar as the below part of my web.xml you can even pass some parameters with the param-value and if I remebmer right you put the load-on-startup tag and it should start it on startup and initiliase whatever you want