Here is my web.xml file:
<?xml version="1.0"?>
  | <!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>
  |    <display-name>PersonalPC</display-name>
  |    <description>PersonalPC Web Application</description>
  | 
  |    <servlet>
  |       <servlet-name>JDataSourceServlet</servlet-name>
  |       
<servlet-class>com.prodeveloping.servlet.JDataSourceServlet</servlet-class>
  |       <init-param>
  |          <param-name>DATA-SOURCE-URI</param-name>
  |          <param-value>./WEB-INF/database/datasource.xml</param-value>
  |       </init-param>      <load-on-startup>0</load-on-startup>   </servlet>
  | 
  |    <taglib>
  |       <taglib-uri>/mail</taglib-uri>
  |       <taglib-location>/WEB-INF/tlds/mail_taglib.tld</taglib-location>
  |    </taglib>
  | </web-app>
If you remove the line in red the server starts without any problem in 4.0.  
This exact web.xml file worked just fine in 3.2, but with the red line, it 
hangs the 4.0 server.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856358


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to