2 Replies Latest reply on Feb 2, 2009 4:10 AM by jaikiran

    Automatic Servlet start after JNDI name bindings

    garfield168

      Hello,

      how can I configure that my servlet is autostarted after the JNDI name bindings. Now I get "not bound" exceptions because the servelt is autostarted before the JNDI name bindings like (console log):

      .. Bound EJB LocalHome 'Finder' to jndi 'app/myFinder'

      When I start the servlet after the start manually all is fine!

      I try to configure org.jboss.deployment.MainDeployer-xmbean.xml and the EnhancedSuffixOrder but that might be not the right way, it does not work.

      Please help!

      Thanks