1 Reply Latest reply on Mar 11, 2005 3:30 PM by starksm64

    Preventing Execution of Malicious Java Code inside the conta

    arokde

      Hi All
      I know this forum will not be appropriate one for this kind of question but still i will be really interested how jboss handles this kind of thing.

      We have product which is runing inside a servlet container (tomcat/jetty).This product allows the user to attach external java code which defines application logic.

      This java class runs inside same jvm as our server is running.What i would like to prevent is execution of any malicious code ( ex infinite loop) which would bring entire sever down.
      First is it possible to prevent this kind of thing .If so what will be design strategy for this
      Thanks a lot
      Amey