Wiki » History » Version 3
chin-yeh, 04/12/2011 05:07 PM
1 | 1 | chin-yeh | {{toc}} |
---|---|---|---|
2 | |||
3 | h1. Intro |
||
4 | |||
5 | The main Wiki for this project. |
||
6 | |||
7 | h2. Account Details |
||
8 | |||
9 | Admin Dashboard |
||
10 | > https://admin.avalara.net/login.aspx |
||
11 | >> Username: cmkwan@cosway.com.my |
||
12 | >> Password: *refer to the owner* |
||
13 | |||
14 | Customer Center |
||
15 | > http://www.avalara.com/Login |
||
16 | >> Username: *refer to cmkwan@cosway.com.my* |
||
17 | |||
18 | SDK a/c |
||
19 | <pre> |
||
20 | User: Kwan, Chooi Mey |
||
21 | Company Owner: Cosway USA |
||
22 | Account Number: 1100050476 |
||
23 | License Key: 2ECEF0F917B161D4 |
||
24 | Company Code: 1100047216 |
||
25 | Web Service URL: https://avatax.avalara.net/ |
||
26 | Admin Username: cmkwan@cosway.com.my |
||
27 | </pre> |
||
28 | 2 | chin-yeh | |
29 | h2. SCM |
||
30 | |||
31 | CVS Repository: |
||
32 | <pre> |
||
33 | Host: cwyrnd2-server [IP address:192.168.2.11] |
||
34 | Repository path: d:/source/usa-mall |
||
35 | module: avatax |
||
36 | </pre> |
||
37 | 3 | chin-yeh | |
38 | h2. Deployment |
||
39 | |||
40 | # import the check-ed out project into eclipse workspace |
||
41 | # execute the Ant build script, *build.xml* with the target: |
||
42 | ** if deploy to production environment, execute the *archive* target |
||
43 | ** if deploy to development environment, execute the *archive-dev* target |
||
44 | # upload the following archived JAR file to the *../WEB-INF/lib* folder: |
||
45 | <pre>../dist/avatax_client.jar</pre> |
||
46 | # if first time deployment, you may need to upload the following libraries to the *../WEB-INF/lib*: |
||
47 | ** .../lib/activation.jar |
||
48 | ** .../lib/avatax4j.jar |
||
49 | ** .../lib/axis-1.2.1.jar |
||
50 | ** .../lib/commons-discovery-0.2.jar |
||
51 | ** .../lib/commons-logging-1.0.4.jar |
||
52 | ** .../lib/jaxrpc.jar |
||
53 | ** .../lib/mailapi.jar |
||
54 | ** .../lib/saaj.jar |
||
55 | ** .../lib/wsdl4j-1.5.1.jar |