2 Replies Latest reply on Nov 28, 2006 11:06 AM by reservator

    Problems starting JBOSS

    reservator

      Hi,
      i have a problem starting JBOSS server 4.0.4.
      The start hangs if i put these lines in web.xml file:

      <?xml version="1.0" encoding="ISO-8859-1"?>
      <!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'>
      <web-app>

      <filter-name>AffiliateFilter</filter-name>
      <filter-class>com.reservator.filter.AffiliateFilter</filter-class>

      <filter-mapping>
      <filter-name>AffiliateFilter</filter-name>
      <servlet-name>ReserBotServlet</servlet-name>
      </filter-mapping>


      (...)

      The server output:
      (...)
      13:06:55,875 INFO [DLQ] Bound to JNDI name: queue/DLQ
      13:06:56,390 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
      13:06:56,578 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
      13:07:03,125 INFO [TomcatDeployer] deploy, ctxPath=/reserves, warUrl=.../tmp/deploy/tmp38523reserves-exp.war/

      and nothing else.

      If I remove the filter and filter-mapping lines it works.. What can i do?

      Thank you in advance.