I am using tomcat\shared\lib for storing jars of my application. When i put new jars the new changes are not getting loaded . It seems new jars are not getting redeployed. Application is showing old jars functionality.

Thanks, Bhupendra K.

link|improve this question
feedback

2 Answers

When I'm redeploying, I tend to wipeout the contents of the webapps and work directories, in some attempt to clean up old jars.

It might help..

link|improve this answer
feedback

Only jars in /WEB-INF/lib are redeployed. You should not store application jars in /shared/lib .

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.