Hi,
I've the same problem and still struggling to get the servlets/classes
reloaded. I'm using Tomcat 3.2.3 on solaris and apache 1.3.20 . I placed my
servlets under /ROOT as per standard directory structure..
webapps/ROOT/sqdev/WEB-INF/classes . sqdev is Application name. I tried even
placing the servlets in /lib . But still it doesn't reload. I had this context
entry in my server.xml
<Context path=""
docBase="webapps/ROOT/sqdev"
debug="9"
reloadable="true" >
</Context>
Can we do something in web.xml for each servlet entry to make it reloadable ?
Is there a way to check the options set (like is the reloadable = 'true' ?)
once server is started and running the application for any particular
contextpath.
Can some one please suggest any thing further I can try. I need this badly for
our development environment where we will be making changes frequently. So we
need the reloading.
Thanks in advance,
Sampath
Paul Downs wrote:
> Hi,
> It is kinda experimental 3.2.x but I have had some success with adding
> reloadable="true" to the relevant context in server.xml. They say it leads
> to performance degredation although I have no way of benchmarking by how
> much..
>
> Paul