web.xml ファイルに次の問題があります。
....
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<ejb-local-ref>
<ejb-ref-name>ejb/StampeutentiFacade</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local>it.afbnet.printerconfig.facade.StampeutentiFacade</local>
<ejb-link>StampeutentiFacade</ejb-link>
</ejb-local-ref>
</web-app>
行 it.afbnet.printerconfig.facade.StampeutentiFacade
Eclipse IDE で次のエラーが表示されます。
cvc-complex-type.2.4.a: 要素「local」で始まる無効なコンテンツが見つかりました。「{" http://java.sun.com/xml/ns/j2ee ":local-home}」のいずれかが必要です。
ありがとう