T320 E-business technologies: foundations and practice



Similar documents
T320 E-business technologies: foundations and practice

Feith Dashboard iq Server Version 8.1 Install Guide

T320 E-business technologies: foundations and practice

XenClient Enterprise Synchronizer Installation Guide

Rational Application Developer v7.0 (RAD7) trial version. Installation guide

Synchronizer Installation

Understanding class paths in Java EE projects with Rational Application Developer Version 8.0

Epidefender Studio Installation notice

How to Install Eclipse. Windows

Crystal Reports for Eclipse

MicroStrategy Intelligence Server Configuration Table of contents

Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811. in Microsoft Windows Operating Environments

BusinessObjects Enterprise XI Release 2

Configuring and Integrating JMX

Lab 5 Using Remote Worklight Server

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1

Install and configure SSH server

POOSL IDE Installation Manual

3. Installation and Configuration. 3.1 Java Development Kit (JDK)

Getting Started using the SQuirreL SQL Client

Configuring VPN Using Windows XP

Sophos Anti-Virus for NetApp Storage Systems startup guide

Virtual Office Remote Installation Guide

Migrating the ASAS Database Administrator s Notes

Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet

ELM Server Exchange Edition Virtual Archive Mailbox version 5.5

ProSystem fx Document

UCit IRC, Software Installation Office, 303 Zimmer, Cincinnati, OH, Phone: (513)

WINDOWS 64-BIT INSTALLATION NOTES ORACLE VIRTUALBOX Micro Planner X-Pert V3.5.1 Digital Download Edition

TAMUS Terminal Server Setup BPP SQL/Alva

Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process

Application Servers - BEA WebLogic. Installing the Application Server

MadCap Software. Upgrading Guide. Pulse

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

bbc Installing Your Development Environment Adobe LiveCycle ES July 2007 Version 8.0

Technical Bulletin. SQL Express Backup Utility

How schedule AccuTRConsole to run every hour

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

User guide. Business

T320 E-business technologies: foundations and practice

Create a Web Service from a Java Bean Test a Web Service using a generated test client and the Web Services Explorer

Lab 05: Deploying Microsoft Office Web Apps Server

HOW TO BURN A CD/DVD IN WINDOWS XP. Data Projects

Troubleshooting Guide. 2.2 Click the Tools menu on Windows Explorer 2.3 Click Folder Options. This will open a dialog box:

Appendix E. Captioning Manager system requirements. Installing the Captioning Manager

TechComplete Test Productivity Pack (TPP) Backup Process and Data Restoration

Symantec Client Firewall Policy Migration Guide

Creating IBM Cognos Controller Databases using Microsoft SQL Server

Practice Fusion API Client Installation Guide for Windows

Launcher Installation Instructions Code No. LIT Software Release 1.5 Issued June 2016

NAS 253 Introduction to Backup Plan

IPRO Viewer. Installation

Snow Active Directory Discovery

Setting up Sudoku example on Android Studio

SPSS. Resolve common problems when installing SPSS. Document Purpose. IT Services.

Managing Contacts in Outlook

Printer Sharing of the PT-9500pc in a Windows Environment

Installing the Android SDK

1. Installing The Monitoring Software

Eclipse installation, configuration and operation

Supplement I.B: Installing and Configuring JDK 1.6

How to Install CS OrthoTrac on a New Server and Copy the Data from the Old Server to the New Version 12 and higher

Host Installation on a Terminal Server

How to setup a VPN on Windows XP in Safari.

IBM Bluemix Tutorial Connecting Eclipse to Bluemix v2.0

Java Software Development Kit (JDK 5.0 Update 14) Installation Step by Step Instructions

AXIS 70U - Using Scan-to-File

Install and configure server

DEPLOYING A VISUAL BASIC.NET APPLICATION

DESKTOP CLIENT CONFIGURATION GUIDE BUSINESS

Using Group Policies to Install AutoCAD. CMMU 5405 Nate Bartley 9/22/2005

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

White Paper DEPLOYING WDK APPLICATIONS ON WEBLOGIC AND APACHE WEBSERVER CLUSTER CONFIGURED FOR HIGH AVAILABILITY AND LOAD BALANCE

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint InfoPath 2013 Web Enabled (Browser) forms

1. Open the License Manager either via the Start Menu or from C:\Keri\DoorsNET directory.

The cloud server setup program installs the cloud server application, Apache Tomcat, Java Runtime Environment, and PostgreSQL.

Download and install dotnetfx1.0.exe first. Then, download and install NDP1.1sp1-KB X86.exe

Network Time Protocol and Meinberg NTP Time Server Monitor ~ Installation Guide. 1. Introduction. 2. NTP Installation

ecopy ShareScan v5 Logging Guide

Distributing SMS v2.0

CODESOFT Installation Scenarios

IBM TCP/IP Network Port Monitor

Option 1 Using the Undelete PushInstall Wizard.

SiI3132 SATARAID5 Quick Installation Guide (Windows version)

SysAid Remote Discovery Tool

Information Technology Services

Web Editing Tutorial. Copyright Esri All rights reserved.

Table of Contents. Welcome Login Password Assistance Self Registration Secure Mail Compose Drafts...

Sage 300 ERP Sage CRM 7.1 Integration Guide

SMART Vantage. Installation guide

Internet Setup Manual for Windows 95/98

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical

Installation Instruction STATISTICA Enterprise Small Business

Getting Started with Android Development

What is Aconex Local Copy? Controlling Access to a Datastore Hardware Requirements Software Requirements Installing Aconex Local Copy Troubleshooting

MY WORLD GIS. Installation Instructions

BIRT Application and BIRT Report Deployment Functional Specification

Transcription:

T320 E-business technologies: foundations and practice Configuring an Application Server in Eclipse Prepared for the course team by Neil Simpkins Introduction 1 Viewing the configured servers 2 Configuring an application server 3 Introduction To perform certain operations, such as deploying and testing a web service or Java application, Eclipse requires that an application server is configured for its use. A wide range of application servers can be used with Eclipse, such as IBM WebSphere, JBoss and BEA's WebLogic server. Here, however, I shall focus on the use of Apache Tomcat because this is a popular, commercially used but open source (free) application server. Before configuring Eclipse to use an application server, you must install the server in question onto your machine. You should already have installed Tomcat as part of the Eclipse installation in Block 2, but if not you can do so by running the software installation wizard on DVD 2. To configure the Tomcat application server you must know where in the file system it has been installed. The T320 software installation should have created a shortcut on your desktop called 'T320 configuration'. If you double-click on this it will open a file containing the installation paths of Tomcat and the Java Development Kit, which are required for setting up Eclipse. These should be similar to the following: C:\Program Files\Apache Software Foundation\Tomcat 5.5 C:\Program Files\Java\jdk1.5.0_14 You will need the path to Tomcat later. Copyright 2008 The Open University This document is made available under the Creative Commons Attribution - No Derivative Works 3.0 Unported Licence (http://creativecommons.org/licenses/by-nd/3.0/) WEB 00713 4 1.1

Viewing the configured servers Eclipse can be configured to access several application servers. When you create certain types of project or perform some operation that uses an application server, you may then select the appropriate server from the list of those available. Eclipse will manage the server, starting it and displaying its status for you. To view the servers that have been set up within Eclipse, open Eclipse by doubleclicking on the 'Eclipse for Block 3' shortcut. If this is the first time you have used this shortcut you will see the Welcome screen; either click on the 'Workbench' button or close the tab in the top left-hand corner. Once the workbench is showing, select Window > Show view > Servers, (Figure 1). Figure 1 Selecting the Servers view The Servers view will open at the bottom of Eclipse. It may be empty or it may list one or more configured servers. In Figure 2 the list is empty but in Figure 3 a single Tomcat 5.5 server is shown. You need to have at least one such server configured to run applications on. Figure 2 Eclipse Servers view without any application server configured Configuring an Application Server in Eclipse 2

Figure 3 Single Tomcat 5.5 server listed in Servers view Configuring an application server A wizard is used to configure a new server. Select File > New > Other, then open the 'Server' folder and select 'Server' (Figure 4). Click 'Next'. Figure 4 Selecting the New Server wizard You will then see a dialogue box that allows you to select from the types of server that you have available (Figure 5). Select the Tomcat 5.5 server under the Apache folder, unless you have installed another server that you prefer to use, and click 'Next'. Configuring an Application Server in Eclipse 3

Figure 5 Choosing the type of server to create In the next dialogue box (Figure 6) you are required to specify the path to the installed server and to select a Java Runtime Environment (JRE). Set the server path to point to your installed Tomcat (see the 'T320 configuration' shortcut). If you have used DVD 2 to install Eclipse and Java then you may leave the selected JRE to be the 'Workbench default JRE' option, as shown in Figure 6. If you have an installation of Java outside the Eclipse installation then this should appear in the dropdown list; if this is not the case but you have installed Java then you can add your installation to the list by clicking the 'Installed JREs ' button and browsing to the location. When you are ready, click 'Next'. Configuring an Application Server in Eclipse 4

Figure 6 Specifying the server installation path The next dialogue box allows you to add any projects to the server (Figure 7). This will mean that the project code is run on the specified server. If you have yet to create a project that you want to run on the server then this can be done later when you create or start to run the project. Add whatever projects you require to the server (Figure 8) and click 'Finish'. The server you have specified should now appear in the Servers view (Figure 9). A server can be started or stopped by right-clicking on the server in the Servers view, but Eclipse will itself offer to start the server when this is required. Now that a server has been configured, it can be used to host web pages, applications and web services. Configuring an Application Server in Eclipse 5

Figure 7 Adding projects to a server Configuring an Application Server in Eclipse 6

Figure 8 Selected projects added to the server Configuring an Application Server in Eclipse 7

Figure 9 New server listed in Servers view Configuring an Application Server in Eclipse 8