Hi all, I have an application that includes a Session Bean, an Entity Bean, an HTML page as input and a Servlet as output.
The application tries to count the number of visiting to the server. The Session Bean counts how many people load the HTML page and the Entity Bean receives the number of visiting for those in a Data Base. It is very simple. My problem is the descriptors. I want to build an ear with the application. With the EJBs no problem, I have experience. But I can not build the war file. I guess I have to include the HTML page and the Servlet into the war file but I have no idea how I must to build the web.xml file. I will appreciate any help. Thanking in advance, pepelara View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172130#4172130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172130 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
