It's in a war my web.xml looks like this
<?xml version="1.0" encoding="UTF-8"?> <!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 id="WebApp"> <display-name>LVRProject</display-name> <servlet-name>index</servlet-name> <display-name>index</display-name> <jsp-file>/index.jsp</jsp-file> <servlet-name>database</servlet-name> <display-name>database</display-name> <jsp-file>/database.jsp</jsp-file> </web-app> What's wrong with it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851906#3851906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851906 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
