I just installed a
ejb application and want to follow bind a web module to this.I followed the steps explained in the following article
http://www.orionserver.com/tutorials/orion-primer/ but I am not able to access the web module.
My directory structure is as follows
Root Directory is C:\project
Calc.class - EJB Remote
CalcHome.class- EJB Home
CalcBean.class- EJB
META-INF/
META-INF/application.xml
META-INF/ejb-jar.xml
app/
app/index.html
app/WEB-INF
app/WEB-INF/web.xml
I want to access the web url
http://localhost/project/app/ Can any body give me the exact syntax of the xml files which does the job.So that I can just compare with my xml to find the bug.