Hi all,
i'm writing cause i'm not able to find any good resources about this topic.
I'm programming on tomcat and i have my browser open to see changes i made.
The problem is that i'd like to see changes immediatly,
is there a way to do this, but using start-stop-reload from tomcato manager
admin?
I tried to add this to server.xml
<Context path="/info" docBase="info" debug="0" reloadable="tru e">
</Context>
the webapp servlet seems to reload only after 10-15 seconds. or it doesn't
reload at all.
Of course i set browser to no cache.
what can i do?
Thnx to all.
i'm writing cause i'm not able to find any good resources about this topic.
I'm programming on tomcat and i have my browser open to see changes i made.
The problem is that i'd like to see changes immediatly,
is there a way to do this, but using start-stop-reload from tomcato manager
admin?
I tried to add this to server.xml
<Context path="/info" docBase="info" debug="0" reloadable="tru e">
</Context>
the webapp servlet seems to reload only after 10-15 seconds. or it doesn't
reload at all.
Of course i set browser to no cache.
what can i do?
Thnx to all.
Comment