- JBoss 4.0.5
- JSP
- Struts 1.1
- EJB 2.1
- JSP - Java Server Pages (https://pt.wikipedia.org/wiki/JavaServer_Pages)
- JAR - Java Archive (https://en.wikipedia.org/wiki/JAR_(file_format))
- WAR - Web Application Resource or Web application ARchive (https://en.wikipedia.org/wiki/WAR_(file_format))
- EAR - Enterprise Application aRchive (https://en.wikipedia.org/wiki/EAR_(file_format))
- EJB - Enterprise Java Beans (https://en.wikipedia.org/wiki/Enterprise_JavaBeans)
- JAAS - Java Authentication & Authorization Service
We should add a new "Application Policy" into the jboss/server/default/conf/login-config.xml.
<application-policy name = "app-security-domain">
<authentication>
<login-module code = "com.example.jaas.MyLoginModule" flag = "required">
</login-module>
</authentication>
</application-policy>
- /app-ear/META-INF/application.xml - Java EE Deployment Descriptor
- /app-web/WebRoot/META-INF/MANIFEST.MF
- /app-web/WebRoot/WEB-INF/web.xml
- /app-web/WebRoot/index.jsp
/app-web/WebRoot/WEB-INF/lib/commons-beanutils.jar
/app-web/WebRoot/WEB-INF/lib/commons-collections.jar
/app-web/WebRoot/WEB-INF/lib/commons-digester.jar
/app-web/WebRoot/WEB-INF/lib/commons-fileupload.jar
/app-web/WebRoot/WEB-INF/lib/commons-lang.jar
/app-web/WebRoot/WEB-INF/lib/commons-logging.jar
/app-web/WebRoot/WEB-INF/lib/commons-validator.jar
/app-web/WebRoot/WEB-INF/lib/jakarta-oro.jar
/app-web/WebRoot/WEB-INF/lib/struts.jar
/app-web/WebRoot/WEB-INF/lib/struts-legacy.jar