From: plieger <do-...@jb...> - 2005-12-16 13:20:49
|
Removing the WEB-INF/classes did the trick for me, thanks for the tip!!! After looking at the project tree on disk I found that there was no such directory, the classes are in the Tutorial/bin/ejb, Tutorial/bin/interfaces and Tutorial/bin/web directories. This explains why you have to leave it blank, everything is found relative to the class directory Tutorial/bin. Cheers, Roel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913105#3913105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913105 |