「GERONIMO 導入」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「==GERONIMO 導入== {{include_html banner_html, "!Geronimo"}} [GERONIMO] ver 1.1.1 Fedora Core 3 に導入 ===導入=== *http://geronimo.apache.org/ *[http://cwi…」) |
|||
| 1行目: | 1行目: | ||
==GERONIMO 導入== | ==GERONIMO 導入== | ||
{{include_html banner_html, "!Geronimo"}} | {{include_html banner_html, "!Geronimo"}} | ||
| − | [GERONIMO] | + | [[GERONIMO]] |
ver 1.1.1 | ver 1.1.1 | ||
| 27行目: | 27行目: | ||
geronimo-1.1.1/var/config/config.xml | geronimo-1.1.1/var/config/config.xml | ||
8080 → 8090 | 8080 → 8090 | ||
| − | + | <gbean name="TomcatWebConnector"> | |
| − | + | <attribute name="host">0.0.0.0</attribute><attribute name="port">8090</attribute> | |
| − | + | <attribute name="redirectPort">8443</attribute> | |
| − | + | </gbean> | |
# java -jar server.jar | # java -jar server.jar | ||
2020年2月15日 (土) 08:02時点における版
目次
GERONIMO 導入
テンプレート:Include html banner html, "!Geronimo" GERONIMO
ver 1.1.1 Fedora Core 3 に導入
導入
前提
J2SE SDK
Maven
ダウンロード~解凍
#gzip -d geronimo-tomcat-j2ee-1.1.1.tar.gz #tar xvf geronimo-tomcat-j2ee-1.1.1.tar
起動
# cd geronimo-1.1.1/bin # java -jar server.jar java.net.BindException: Address already in use:8080
おっと、競合してた。
デフォルトポートの変更
geronimo-1.1.1/var/config/config.xml 8080 → 8090
<gbean name="TomcatWebConnector"> <attribute name="host">0.0.0.0</attribute><attribute name="port">8090</attribute> <attribute name="redirectPort">8443</attribute> </gbean>
# java -jar server.jar
Booting Geronimo Kernel (in Java 1.5.0)...
Starting Geronimo Application Server v1.1.1
[**********************] 100% 72s Startup complete
Listening on Ports:
1099 0.0.0.0 RMI Naming
1527 0.0.0.0 Derby Connector
4201 0.0.0.0 ActiveIO Connector EJB
4242 0.0.0.0 Remote Login Listener
8009 0.0.0.0 Tomcat Connector AJP
8090 0.0.0.0 Tomcat Connector HTTP
8443 0.0.0.0 Tomcat Connector HTTPS
9999 0.0.0.0 JMX Remoting Connector
61616 0.0.0.0 ActiveMQ Message Broker Connector
Started Application Modules:
EAR: geronimo/webconsole-tomcat/1.1.1/car
RAR: geronimo/activemq/1.1.1/car
WAR: geronimo/remote-deploy-tomcat/1.1.1/car
WAR: geronimo/welcome-tomcat/1.1.1/car
Web Applications:
http://siva.typea.dip.jp:8090/
http://siva.typea.dip.jp:8090/console
http://siva.typea.dip.jp:8090/console-standard
http://siva.typea.dip.jp:8090/remote-deploy
Geronimo Application Server started
管理ユーザ名の変更
デフォルトは、system/manager
# cd geronimo-1.1.1/var/security/ # vi groups.properties # admin=user1,user2
# vi users.properties # user1=password1 # user2=password2
管理コンソールへログイン
http://192.168.0.3:8090/console/portal/welcome
テンプレート:Ref geronimo ins.jpg テンプレート:Ref geronimo cons.jpg テンプレート:Attach
© 2006 矢木浩人
