|
-
Nov 10th, 2001, 01:22 PM
#1
Thread Starter
Member
Stop Tomcat from caching pages?
Every time I edit one of my JSP pages, I have to stop Tomcat, delete the "work" directory (its cache), and restart Tomcat to get the updated page.
My site is the "rhhshn", so in "apps-rhhshn.xml" I have this:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<webapps>
<!-- Setting special properties for /rhhshn
( as an example of overriding the defaults )
-->
<Context path="/rhhshn"
docBase="/rhhshn"
debug="0"
reloadable="true" >
<LogSetter name="rhhshn_tc.log" path="logs/rhhshn.log" />
<LogSetter name="rhhshn_servlet_log"
path="logs/servlet_rhhshn.log"
servletLogger="true"/>
</Context>
</webapps>
How can I change this to stop caching?
-
Nov 13th, 2001, 10:12 AM
#2
-
Nov 27th, 2001, 05:45 PM
#3
Addicted Member
Can't help you either but jetty (GPLd) also lets you change your jsp on the fly. For some reason servlets are a different matter--you do have to cycle jetty after recompiling a servlet.
Cudabean
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|