![]() ![]() ![]() |
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Installing and Configuring the J2EE Reference Implementationby
Help |
API Docs |
Short Course|
Exercises
This exercise steps you through the process of downloading and installing Sun's JavaTM 2 Enterprise Edition Reference Implementation (J2EERI) application server on your machine. This exercise is specific to the J2EETM RI--if you wish do use a different application server for the remainder of these exercises then you should ensure it is EJB 1.1 compliant and install it now. PrerequisitesNone
Tasks
Check your system requirements to make sure you have an adequate hardware and software platform for installing and running J2EE RI.
Ensure you have the Java 2 SDK version 1.2.2 or higher installed on your machine.
Download the J2EE RI server and documentation from Sun's J2EE download site. The software distribution and the documentation site include installation instructions.
Run the installer for both the J2EE RIand the documentation.
Set the
Put
Start the Cloudscape database using the command-line command
Start the J2EE RI using the command-line command
J2EE is now installed and running. Explore the J2EE Reference Implementation documentation within the documentation site to familiarize yourself more with J2EE. Where help exists, the task numbers above are linked to the step-by-step help page. Solution Source
There is no solution to this exercise. When the tasks in this exercise have been completed, the J2EE RI will be installed, running, and available for the subsequent exercises. Demonstration
When the tasks in this exercise have been completed, the J2EE RI will be installed, running, and available for the subsequent exercises. Running the J2EE RI using the command-line command myhost> j2ee -verbose Naming service started: :1050 Published the configuration object ... Binding DataSource, name = jdbc/Cloudscape, url = jdbc:cloudscape:rmi: CloudscapeDB;create=true Configuring web service using "default" Web service started: :9191 Web service started: :7000 Configuring web service using "default" Configuring web service using "file:/D:/j2sdkee1.2/public_html /WEB-INF/web.xml" Web service started: :8000 Endpoint [SSL: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0, localport=7000]] shutdown due to exception: javax.net.ssl.SSLException: No available certificate corresponds to the SSL cipher suites which are enabled. endpoint down: :7000 J2EE server startup complete. The Next ExerciseExercisesShort CourseCopyright 1996-2000 jGuru.com. All Rights Reserved. |