<%@ page import="org.apache.geronimo.console.util.PortletManager"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>

This portlet lets you install or create Geronimo plugins. This can be used to install new features into a Geronimo server at runtime.

Install Geronimo Plugins

Choose a remote repository to inspect for available Geronimo plugins. The repository must have a geronimo-plugins.xml file in the root directory listing the available plugins in the repository.

You can also download running configurations from another Geronimo server just as if you're browsing and installing third-party plugins. If you want to point to a remote Geronimo server, enter a URL such as http://geronimo-server:8080/console-standard/maven-repo/ and the enter the administrator username and password in the optional authentication fields.

Repository: <%-- todo: entry field for user-specified list --%>
(">Update Repository List or ">Add Repository) <%----%>
Optional Authentication: User: Password:

Remove Geronimo Plugins

To remove a plugin, use the categories under Applications to locate the plugin module and uninstall it.

Create Geronimo Plugin

Choose a configuration in the current Geronimo server to export as a Geronimo plugin. The configuration will be saved as a CAR file to your local filesystem. Note: at present, you must manually add a META-INF/geronimo-plugin.xml file to the CAR after you export it in order for it to be a valid plugin.