Administer Mail, URLs, and other Java EE resources
This page provides a starting point for finding information about resources used by applications that are deployed on a Java Enterprise Edition (Java EE)-compliant application server. They include:
- JavaMail support for applications to send Internet mail
- URLs, for describing logical locations
- Resource environment entries, for mapping logical names to physical names
- Java DataBase Connectivity (JDBC) resources and other technology for data access (discussed elsewhere)
- Java Message Service (JMS) resources and other messaging system support (discussed elsewhere)
Subtopics
- Configure mail providers and sessions
Configure our own mail providers and sessions to customize how mail is handled in the application server. A mail provider encapsulates a collection of protocol providers, like SMTP, IMAP and POP3, and others. Mail sessions authenticate users and control access to messaging systems.
- Administer URLs
- Administer resource environment entries
Related information:
End-to-end paths for Mail, URLs, and other Java EE resources
Mail, URLs, and other Java EE resources
Scripting for Mail, URLs, and other Java EE resources
Secure Mail, URLs, and other Java EE resources
Develop Mail, URLs, and other Java EE resources