This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
i hope this is correct forum for my post. i am new to ejb and trying my hands on ejb3. i created a ear file the structure is:
the application.xml is:
in the myStore.war, structure is:
the web.xml is:
the userRegister.html is like:
i m deploying the ear file in jboss5.0.1GA. on clicking the submit button, i get error that MyStore/MyStore/UserRegistration.do not found.
Am i missing something?
Please help!
Is this a Struts app? I'm guessing it's not, despite the URL.
amitabh mehra
Ranch Hand
Joined: Dec 05, 2006
Posts: 98
posted
0
I am sorry for impatience.. but have been trying hard to get this thing up
No its not a struts application. I had posted this in EJB but it got shifted here. I am trying to build a EJB3 application using MVC pattern, but seems to get messed up somewhere while creating ear file. I have provided the details above.
I guess I have made some wrong entry in web.xml or application.xml. Not sure where and what.