Project

General

Profile

Wiki » History » Version 44

chin-yeh, 11/02/2011 09:52 AM

1 16 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Wiki
4 2 chin-yeh
5 6 chin-yeh
Feel free to contribute any guide or tips.
6
7 43 chin-yeh
All of the server logins can be found in:
8
> [shared drive/src]/server_login.xls
9 6 chin-yeh
10 42 chin-yeh
h2. Development Nodes
11 29 chin-yeh
12 34 chin-yeh
* [[cwyapp1]] (IP: 192.168.2.66)
13 1 chin-yeh
* [[cwydb1]] (IP: 192.168.2.68)
14 34 chin-yeh
* [[cwyrnd3-server]] (IP: 192.168.2.13)
15 29 chin-yeh
16 36 chin-yeh
h2. Backup Strategies
17 1 chin-yeh
18 37 chin-yeh
* *cwyrnd3-server* - [[Backup Strategies on cwyrnd3-server]]
19 36 chin-yeh
20
h2. General Guides
21 26 chin-yeh
22 1 chin-yeh
h3. Windows 7 or Vista FAQ
23
24 35 chin-yeh
* Network Printer - [[configure HP LaserJet 2300 Series PS printer]]
25
* Network Shared Folder - [[map network drive]]
26 1 chin-yeh
27 40 chin-yeh
h3. Eclipse
28
29
* [[Setup Development Environment]]
30
31 21 chin-yeh
h3. Troubleshooting
32
33
* [[How to get Java thread dump in Jboss]]
34
* [[How to get memory pool in Jboss]]
35 33 chin-yeh
* [[Using jmx-console and tomcat status (production)]]
36 21 chin-yeh
37 39 chin-yeh
h3. DB2 Troubleshooting
38 38 chin-yeh
39
* [[View the currently executing SQL statement]]
40 41 chin-yeh
* [[Determine who is holding a lock in the database]]
41 38 chin-yeh
42
43 21 chin-yeh
h3. Redmine
44
45
* [[How to log issue]]
46
47
h3. Maven
48
49 30 chin-yeh
All of the maven artifacts are maintained by an internal maven repository, *Sonatype Nexus OSS*. It contains the internal artifacts (e.g. ecosway connector) and external artifacts (e.g. springframework).
50 21 chin-yeh
51
Guides:
52 31 chin-yeh
* [[Install Maven]] - _Windows only_
53 22 chin-yeh
* [[Search/Browse artifact]]
54 21 chin-yeh
* [[Add Nexus User]]
55 24 chin-yeh
* [[How to connect to Nexus]]
56 21 chin-yeh
* [[How to deploy internal artifact]]
57
* [[How to deploy third-party artifact]]
58 23 chin-yeh
59 25 chin-yeh
Nexus Administrator:
60 23 chin-yeh
<pre>
61
Name: chin-yeh
62 1 chin-yeh
Email: cychoo@cosway.com.my
63
</pre>
64 35 chin-yeh
65
h3. SCM
66
67
* SVN
68
** [[Add SVN user]]
69
** [[Install SVN plugin for Eclipse]]
70
** [[How to connect to SVN through Eclipse]]
71
** [[Change password for your SVN account]]