[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem deploying witha jar, class not found

PeterJ do-not-reply at jboss.com
Wed Jul 16 18:29:18 EDT 2008


I just now noticed that your web.xmlf has this:

<servlet-class>
  | ca.BookStore.BookStoreServlet18
  | </servlet-class>

Whitespace in xml config files can cause all sorts of problems. Try this instead:

<servlet-class>ca.BookStore.BookStoreServlet18</servlet-class>

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

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



More information about the jboss-user mailing list