wf
06-08-2004, 10:08 PM
Hi:
Two questions. First, does anyone know how I can find out where my server is physically located? Based on the local time displayed from the server, it seems like it must be in Europe somewhere. I'm in the western United States. So here's my second question. I'm having a lot of problems developing with the server because when I update a JSP page, the server seems to compile the new page, but browsers keep displaying outdated pages. I've tried everything - restarting Tomcat, browsing with both Explorer and Netscape, clearing browser caches, restarting browsers, plus the following:
<% response.setHeader("Pragma","no-cache");%>
<% response.setHeader("Cache-Control","no-store");%>
<% response.setDateHeader("Expires",-1);%>
I'm wondering that if it's true the server is in Europe, maybe there's some kind of intermediate caching on the internet so the query doesn't have to go all the way across the ocean each time.
Thanks.
Two questions. First, does anyone know how I can find out where my server is physically located? Based on the local time displayed from the server, it seems like it must be in Europe somewhere. I'm in the western United States. So here's my second question. I'm having a lot of problems developing with the server because when I update a JSP page, the server seems to compile the new page, but browsers keep displaying outdated pages. I've tried everything - restarting Tomcat, browsing with both Explorer and Netscape, clearing browser caches, restarting browsers, plus the following:
<% response.setHeader("Pragma","no-cache");%>
<% response.setHeader("Cache-Control","no-store");%>
<% response.setDateHeader("Expires",-1);%>
I'm wondering that if it's true the server is in Europe, maybe there's some kind of intermediate caching on the internet so the query doesn't have to go all the way across the ocean each time.
Thanks.