[jboss-user] [JBoss jBPM] - Re: java.lang.OutOfMemoryError

tinico do-not-reply at jboss.com
Fri Sep 7 08:49:49 EDT 2007


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



More information about the jboss-user mailing list