0

I'm developing an apache sling WCMS Application and using BitKinex 3.2.3 to upload app files to the repository.

I'm struggling with a weird problem, so when I upload new app files to /apps no change will be occurred to the application and the application works without new changes.

I think this could be a cache issue!!??

Any help is appreciated in advance.

Babak Behzadi
  • 1,236
  • 2
  • 16
  • 33
  • You're not saying how you upload files and how you define "no change will be occurred to the application". Unless @notdang's answer solved your problem, you will need to tell us what you did, what you expected and what you see. – Bertrand Delacretaz May 06 '13 at 09:05
  • I used BitKinex 3.2.3 -as I mentioned- to upload (transfer) new jsp files to /apps and I expected new jsp files would be compiled but this didn't happen. I tried @notdang's way and It worked truly. – Babak Behzadi May 06 '13 at 10:28

1 Answers1

0

Go to /var/classes/org/apache/jsp/apps node and delete its content. In this case your jsps will be recompiled.

notdang
  • 500
  • 2
  • 8