I have an application which is developed under JSP and i need to install that at the clients place. But the client may use my source code (jsp files) and install it at some other place also. So how do i provide security to my source code. Since JSPs are compiled into servlets, is it possible that i install the servlets at the clients place and operate my application. Any solutions... Minaz