Ok, 

When I remove the jobExecutor Servlet declaration from the web.xml file :

  
        <servlet-name>JobExecutorServlet</servlet-name>
        <servlet-class>org.jbpm.job.executor.JobExecutorServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
  

  <servlet-mapping>
      <servlet-name>JobExecutorServlet</servlet-name>
      <url-pattern>/jobs</url-pattern>
  </servlet-mapping>

It work fine, thanks... But now, does the jobExecutor work ?? How can I make to 
run jobExecutor without servlet ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082132#4082132

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082132
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to