RFWA reloads servlet webapp after each file change
7 views
Skip to first unread message
agrohe21
unread,
Dec 10, 2010, 4:10:23 PM12/10/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino-for-webapps
Is there a way to only reload the file that changed or just the just
the RFWA servlet after a change? The webapp that I am working with
leaks memory during a restart. After 2-3 restarts, the Tomcat servlet
container has to be restarted.
or is there a way to only load the JS file when a request comes on.
Maybe cache the JS in PROD and load each time in DEV?