1 Reply Latest reply on Jan 19, 2008 11:09 AM by jaikiran

    Everything is deleted on shutdown

    apetrov2

      Hi, probably I am not doing something right. I have an application EAR file it is a shopping platform with a catalog. This shopping platform has different payment methods. The user uploads a class file with a payment method and the platform starts using it.

      But the problem is that on shutdown all the tmp directory is deleted and all changes made are deleted to. Where and how to place all the content that needs to be persistent and at the same time to be in my classpath.

      The last time I worked with application server Oracle an Bea Weblogic I think, I remember that the deployment was only once and it is not delted after.

      What should I do?