How to get tomcat 4.1.31 to reload a webapp?

S

Scott Phelps

In .27 I put an xml file in the conf directory that looked like such.


<Context path="/aims" docBase="./aims"
debug="1" privileged="true" reloadable="true" >
</Context>

and every time I compiled a class it would reload the servlet.

now when I put the above file in the webapps directory like admin and
manager are, all I get is this when I compile a file.

WebappClassLoader: Resource
'/WEB-INF/classes/org/myStuff/struts/PersistenceMana
er.class' was modified; Date is now: Mon May 16 14:58:34 MDT 2005 Was: Mon
May 1
14:46:48 MDT 2005

but nothing is reloaded. Has something changed?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top