0 Replies Latest reply on Mar 30, 2004 4:42 PM by sudhirsrinivasan

    jboss nukes with jetty

    sudhirsrinivasan

      hi, I was trying to use the nukes-1.0.0-mysql distribution with jboss-jetty. I had to add the commons-collections, upload,logging, beansutils seperately to lib directory after i came across problems during deployment and which using it. My question is do i have to make any more changes?. Will nukes be supported for jboss-jetty. thanks in advance and your product looks good otherwise. -sudhir
      ps
      also the prepare.ddl didnt seem to work for me. the insert statement and grant statement are 2 different ways of granting access. I got mine to work after doing something like
      GRANT ALL ON nukes.* TO 'nukes'@'%' WITH GRANT OPTION;