Is it possible to turn page-caching off?

2001-08-02 Thread Joar Vatnaland
Page caching can be a real pain in the butt when you are debugging and Tomcat picks up old copies of your files from its work directory. Can I config Tomcat to not do this? Joar

RE: Welcome File : index.html

2001-04-10 Thread Joar Vatnaland
How did you change the welcome-file, did you just append an sample.html after the other entries? My guess is that it goes through the list and starts with the first file it finds. So if an index.jsp or index.html still exists in your directory, then that will still be the starting file. Either

IIS and Apache side by side

2001-04-09 Thread Joar Vatnaland
I installed Apache on my Win2000 machine, which also has Internet Information Server 5.0 running. Both are for developing purposes. After I installed Apache, my IIS pages have stopped working. They are not accessible anymore, because Apache now has the starting point of http://localhost/ Does a