0 Replies Latest reply on Aug 9, 2005 7:12 PM by redmaze

    Client loading classes from server

    redmaze

      I would like to be able to place a jar in the server/lib directory and have access to its classes from the client without having to place the jar on the client. This way, if I need to make changes to the class, I don't have to make the same changes on all the clients... Just the application server. Is there an interface to tell the client to get all the classes it cannot find on the local system from the jboss application server?