{"id":14988360,"url":"https://github.com/apache/geronimo","last_synced_at":"2025-10-19T13:31:30.752Z","repository":{"id":604032,"uuid":"240468","full_name":"apache/geronimo","owner":"apache","description":"Mirror of Apache Geronimo","archived":true,"fork":false,"pushed_at":"2023-07-25T17:23:50.000Z","size":167877,"stargazers_count":37,"open_issues_count":21,"forks_count":22,"subscribers_count":10,"default_branch":"trunk","last_synced_at":"2024-12-17T13:16:03.876Z","etag":null,"topics":["geronimo","http","java","javaee","network-server","web-framework"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2009-07-01T08:09:43.000Z","updated_at":"2024-12-04T13:00:07.000Z","dependencies_parsed_at":"2023-07-06T17:32:26.507Z","dependency_job_id":"f4d83885-7688-46ca-b205-9d7348391488","html_url":"https://github.com/apache/geronimo","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgeronimo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgeronimo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgeronimo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fgeronimo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/geronimo/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237133546,"owners_count":19260498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geronimo","http","java","javaee","network-server","web-framework"],"created_at":"2024-09-24T14:16:35.856Z","updated_at":"2025-10-19T13:31:22.800Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"======================================================\nApache Geronimo v3.0-M1\n\nhttp://geronimo.apache.org/\n------------------------------------------------------\n\n\n______________________\nRelease Notes\n======================\n\n Please read the RELEASE_NOTES-3.0-M1.txt for a complete list of new features \n available in this release. \n \n  \n______________________\nDocumentation\n======================\n \n This README serves as quick introduction to Geronimo. More complete documentation \n can be found here:\n \n   -  http://cwiki.apache.org/GMOxDOC30/documentation.html\n   OR\n   -  http://cwiki.apache.org/GMOxDOC21/documentation.html\n   (Geronimo 2.2 documentation until Geronimo 3.0-M1 documentation is created)\n\n\n______________________\nInstalling Geronimo\n======================\n\n To install Geronimo, simply unpack the .zip (Windows) or tar.gz (Unix) file containing\n Geronimo.\n\n Note for Windows platforms:\n The maximum path length for a directory path is 255 characters. Installing\n Geronimo into a long directory path may cause the installation or server start up to fail. \n It is recommended that you use a short directory name, such as \"c:\\g\\\".\n\n\n______________________\nStarting Geronimo \n======================\n\n To start Geronimo in foreground type (assuming the current directory is \u003cgeronimo_home\u003e):\n\n   ./bin/geronimo run\n\n To start Geronimo in background type (assuming the current directory is \u003cgeronimo_home\u003e):\n\n   ./bin/geronimo start\n\nAdditional information on command environments can be found below.\n\n\n______________________\nApplication Deployment\n======================\n\n Applications can be deployed to a Geronimo server in several ways:\n\n 1. Administrative command scripts -- \"./bin/deploy deploy MyApp.war MyDeploymentPlan.xml\"\n 2. Administrative console -- login to the admin console and click \"Deploy New\" under Applications\n 3. Hot deploy -- copy your archive(s) into the \"\u003cgeronimo-home\u003e/deploy\" directory. The\n    hot deploy service will automatically deploy these artifacts.\n 4. Maven -- applications can be installed as part of a maven build\n\n When you deploy an application using an administrative command, you will need\n to supply an administrator's username/password. If you do not specify the username\n and password, you will be prompted for them.\n\n\n______________________\nConfiguration\n======================\n\n Commonly modified configuration parameters, such as port numbers, can be set by \n editing the file:\n\n \u003cgeronimo_home\u003e/var/config/config-substitutions.properties\n \n Additional configuration attributes can be updated in the file:\n\n \u003cgeronimo_home\u003e/var/config/config.xml\n\n Note: The server must not be running when these files are modified.\n\n Once the server has started, you can access the Geronimo Administration Console\n at http://localhost:8080/console/ . The default user name is \"system\" and the\n default password is \"manager\".\n\n \n______________________\nSecurity Configuration\n======================\n\n The default administration user/password for the Geronimo Administration Console\n and command line deployment tool is system/manager.  You can change these defaults\n directly from the Geronimo Administration Console by accessing Security -\u003e Users \n and Groups and change the user name and password from the Console Realm Users portlet.\n\n As an alternative, you can make the same changes by editing the\n \u003cgeronimo_home\u003e/var/security/users.properties and\n \u003cgeronimo_home\u003e/var/security/groups.properties files.\n\n Access to the var/security directory should be appropriately secured on systems where\n you install Geronimo.\n\n Passwords in users.properties are encrypted by the server. Passwords can be changed \n using the Geronimo Administration Console. They can also be changed using a text\n editor. While the server is stopped, simply edit the users.properties file. The \n password(s) will be encrypted the next time the server is started. \n\n To prevent potential security exposures, we strongly recommend you update the \n default user names and passwords on your system.\n\n______________________\nScript\n======================\n\n Geronimo provides a number of shell or batch scripts that can be used to administer Geronimo\n servers. To use most of these scripts, you must first set either the JAVA_HOME \n or JRE_HOME environment variable:\n\n   export JAVA_HOME=\u003cpath-to-JDK\u003e\n  or\n   export JRE_HOME=\u003cpath-to-JRE\u003e\n\n Unix scripts provided by Geronimo (there are .bat equivalents):\n\n   geronimo -- used to start and stop servers; either as a foreground or background process.\n   startup -- start a Geronimo server running as a background process\n   shutdown -- stop a running Geronimo server\n   client -- start a Geronimo application client\n   deploy -- deploy, list, and undeploy plugins and applications\n\n For example, \"./bin/deploy list-modules\"\n\n The 'geronimo' and 'shutdown' scripts have multiple sub-commands. Executing the scripts without\n any arguments will generate usage information. Executing \"help \u003csub-command\u003e\" will generate\n usage information for that particular command.\n\n\n______________________\nSupport\n======================\n \n Any problems with this release can be reported to the Geronimo user mailing list \n or Jira issue tracker.\n\n Mailing list archive:\n http://mail-archives.apache.org/mod_mbox/geronimo-user/\n\n User mailing list:\n user@geronimo.apache.org\n\n User mailing list subscription:\n user-subscribe@geronimo.apache.org\n\n Jira:\n https://issues.apache.org/jira/browse/GERONIMO\n\n Information concerning security issues and reporting security concerns: \n http://geronimo.apache.org/security-reports.html\n\n _______________________________________\n Notice Regarding Cryptographic Software\n =======================================\n This distribution includes cryptographic software.  The country in \n which you currently reside may have restrictions on the import, \n possession, use, and/or re-export to another country, of \n encryption software.  BEFORE using any encryption software, please \n check your country's laws, regulations and policies concerning the\n import, possession, or use, and re-export of encryption software, to \n see if this is permitted.  See \u003chttp://www.wassenaar.org/\u003e for more\n information.\n\n The U.S. Government Department of Commerce, Bureau of Industry and\n Security (BIS), has classified this software as Export Commodity \n Control Number (ECCN) 5D002.C.1, which includes information security\n software using or performing cryptographic functions with asymmetric\n algorithms.  The form and manner of this Apache Software Foundation\n distribution makes it eligible for export under the License Exception\n ENC Technology Software Unrestricted (TSU) exception (see the BIS \n Export Administration Regulations, Section 740.13) for both object \n code and source code.\n\n The following provides more details on the included cryptographic\n software:\n   \n   Software related to cryptographic functionality is located in \n   an artifcact referred to as geronimo-util.  The source code for\n   this functionality can be reviewed at:\n   \n   http://svn.apache.org/repos/asf/geronimo/server/\n   \n   The URL above is a reference to the Apache Geronimo Server source\n   tree for all development (and released) source trees.\n","funding_links":[],"categories":["网络编程"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fgeronimo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fgeronimo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fgeronimo/lists"}