Difference between pages "Creating WebUI Workspace using Eclipse Webtool" and "Sales Management (CRM):"

From ADempiere
(Difference between pages)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m (wikify)
 
(Created page with '== Status == == Contributors == == Overview == == Purpose == == References == == Design Considerations == === Assumptions=== === Dependencies=== === Constraints===')
 
Line 1: Line 1:
== Overview ==
+
== Status  ==
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
 
[[image: Project Facets.jpg]]
 
  
* Web Project Settings
+
== Contributors ==
[[image: Web Project Settings.jpg]]
+
 
 +
 
 +
== Overview ==
 +
 
 +
==  Purpose ==
  
== Install Tomcat Runtimes ==
+
== References ==
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.
+
  
[[image: Installed Runtimes.jpg]]
 
  
== Define a New Server ==
+
== Design Considerations ==
* At the server view, right click to open the context menu and select New->Server
+
[[image: New Server.jpg]]
+
* Select the right server type and the server runtime you have setup earlier.
+
[[image: Define a New Server.jpg]]
+
* Add your project to the server instance to be created
+
[[image: Add Project.jpg]]
+
* The created server instance is now ready for use
+
[[image: 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:
 
  
[[image: Tomcat Run Profile.jpg]]
+
=== Assumptions===
  
[[User:Hengsin|Hengsin]] 01:11, 4 August 2008 (EDT)
+
===  Dependencies===
  
[[Category:Projects and Tools]]
+
=== Constraints===

Revision as of 01:37, 4 June 2013

Status

Contributors

Overview

Purpose

References

Design Considerations

Assumptions

Dependencies

Constraints