2006-11-17 10:15:48 +07:00
|
|
|
<html>
|
|
|
|
<head>
|
2010-06-14 06:39:45 +07:00
|
|
|
<title>Adempiere Web Store Custimize</title>
|
2006-11-17 10:15:48 +07:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2010-06-14 06:39:45 +07:00
|
|
|
<h1>Custimize your Web Store</h1>
|
|
|
|
<p><font size="1">$Id: customize.html,v 1.1 2006/04/21 18:07:56 jjanke Exp $
|
2006-11-17 10:15:48 +07:00
|
|
|
|
|
|
|
</font></p>
|
|
|
|
<p>This application creates the web store for AD_Client_ID=11 (GardenWorld)
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<p>For your own application, you need to
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>Log in as Client Administrator
|
|
|
|
<ul>
|
|
|
|
<li>In window Client, change the web directory, e.g. to xxx</li>
|
|
|
|
<li>Click on the right bottom corner of the window to get your AD_Client_ID, e.g. 1000000
|
|
|
|
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li> Unjar adempiereWebStore.war
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li> In the WEB_INF directory
|
|
|
|
<ul>
|
|
|
|
<li> Edit web.xml to and change the AD_Client_ID parameter value to your AD_Client_ID, e.g. 1000000</li>
|
|
|
|
<li> Edit jboss-web.xml and set the context to your web directory, e.g. xxx
|
|
|
|
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li>Change the UI of the *.html and *.jsp files as required</li>
|
|
|
|
<li> Repackage it under another name, e.g. myStore.war before copying it to
|
2012-06-06 21:13:34 +07:00
|
|
|
$IDEMPIERE_HOME/jboss/server/adempiere/deploy
|
2006-11-17 10:15:48 +07:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<p> </p>
|
|
|
|
<p> </p>
|
|
|
|
</body>
|
|
|
|
</html>
|