i am new to
ejb and trying my hands on ejb3.
This is not a struts application... its ejb3 that i am working with.. mvc architecture. 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.
I guess I have made some wrong entry in web.xml or application.xml. Not sure where and what.
Am i missing something?
Please help!