Creating WebUI Workspace using Eclipse Webtool

From ADempiere
Revision as of 22:11, 3 August 2008 by Hengsin (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Overview

Eclipse Webtool support is added at revision 5969 in branches/stable and 5967 in branches/adempiere341 for the single ADempiere project setup workspace. This additions allows you to run or debug the Zk web client using Eclipse webtool (Europa JEE and above ) and Apache Tomcat. You can verify that everything is in place by checking the project properties:

  • Project Facets

Project Facets.jpg

  • Web Project Settings

Web Project Settings.jpg

Install Tomcat Runtimes

First, you need to install a Tomcat runtime for the deploying and running of the Zk Web Client. You can use Tomcat 5.5+ To install a new Tomcat runtime, open the preferences dialog ( window->preferences ) and select the Server->Installed Runtimes node. Use the Search button to locate your tomcat installation home.

Installed Runtimes.jpg

Define a New Server

  • At the server view, right click to open the context menu and select New->Server

New Server.jpg

  • Select the right server type and the server runtime you have setup earlier.

Define a New Server.jpg

  • Add your project to the server instance to be created

Add Project.jpg

  • The created server instance is now ready for use

Start Server.jpg

Define location of ADempiere property file and ADempiere home

You can define the location of your ADempiere property file and ADempiere home as system parameter for your Tomcat Instance. To do so, select Run->Open Run Dialog... and select the server instance you have created ( Note that the entries for your server instance in the Run dialog will only be created after you have start it for at least one time ). Select the arguments tab and append your property file and home parameter at the end of VM arguments, this is highlighted in the pictures below:

Tomcat Run Profile.jpg

Hengsin 01:11, 4 August 2008 (EDT)