Geronimo is an open-source, certified J2EE server. The installation is really quite simple. The first thing we did was to make sure we had the latest Sun JDK from here and got rid of our included GCC Java:
# rpm -e java-1.4.2-gcj-compat-1.4.2.0-27jpp
# rpm -e gcc-java-3.4.3-22.1
[root@srv-1 java]# ls
jdk-1_5_0_05-linux-i586-rpm.bin jre-1_5_0_04-linux-i586.rpm
jre-1_5_0_04-linux-i586-rpm.bin
[root@srv-1 java]# chmod 700 jdk-1_5_0_05-linux-i586-rpm.bin
[root@srv-1 java]# ./jdk-1_5_0_05-linux-i586-rpm.bin
Sun Microsystems, Inc. Binary Code License Agreement
.
.
.
Do you agree to the above license terms? [yes or no]
yes
Unpacking...
Checksumming...
0
0
Extracting...
UnZipSFX 5.42 of 14 January 2001, by Info-ZIP (Zip-Bugs@lists.wku.edu).
inflating: jdk-1_5_0_05-linux-i586.rpm
Preparing... ########################################### [100%]
1:jdk ########################################### [100%]
Done.
[root@srv-1 java]#
The next step is to grab the Geronimo package and extract it:
[root@srv-1 bin]#
[root@srv-1 ger]# tar -xzf geronimo-1.0-M5.tar.gz
[root@srv-1 ger]# ls
geronimo-1.0-M4 geronimo-1.0-M5
geronimo-1.0-M4.tar.gz geronimo-1.0-M5.tar.gz
[root@srv-1 ger]# cd geronimo-1.0-M5
[root@srv-1 geronimo-1.0-M5]#
Version M5 has a nice administration console here:
http://localhost:8080/console/
The default is Username=system, Password=manager.
Here is what the console looks like when logged on:
People:
Places:
Things:
Times:
Please read our Terms of Use and our Privacy Policy
Microsoft, Windows, Windows XP, Windows 2003, Windows 2000, and NT are either trademarks or registered trademarks of Microsoft Corporation. NetAdminTools.com is not affiliated with Microsoft Corporation. Linux is a registered trademark of Linus Torvalds, and refers to the Linux kernel. The operating system of most distributions that contain the Linux kernel is GNU/Linux. All logos and trademarks in this site are property of their respective owner. Copyright 1997-2010 NetAdminTools.com