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.

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

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

Reply via email to