This content has been marked as final.
Show 2 replies
-
1. Re: Struts and EJB Problem
letiemble Aug 7, 2003 2:21 AM (in response to afluegge)Hi,
The real question is : can I build Struts/EJB applications with XDoclet ?
JBoss-IDE offers a full supoprt for XDoclet :
- if you can do it with XDoclet, you can do it with JBoss-IDE (in a cool way)
- if you can't do it with XDoclet, you can't do it with JBoss-IDE.
By the way, have you try to use the merge file to include the Struts fragment in your web.xml ?
Laurent. -
2. Re: Struts and EJB Problem
afluegge Aug 8, 2003 5:41 AM (in response to afluegge)Thank you very much,
the hint to the mergedir option was quite good.
I needed a moment to realize that the servlet-mappings.xml file was the key to my problem.
Andreas.