Project

General

Profile

Wiki » History » Version 47

chin-yeh, 03/21/2012 04:36 PM

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 47 chin-yeh
* [[Database Mirroring on remote location]]
20 36 chin-yeh
21
h2. General Guides
22 26 chin-yeh
23 1 chin-yeh
h3. Windows 7 or Vista FAQ
24
25 35 chin-yeh
* Network Printer - [[configure HP LaserJet 2300 Series PS printer]]
26
* Network Shared Folder - [[map network drive]]
27 1 chin-yeh
28 40 chin-yeh
h3. Eclipse
29
30
* [[Setup Development Environment]]
31
32 21 chin-yeh
h3. Troubleshooting
33
34
* [[How to get Java thread dump in Jboss]]
35
* [[How to get memory pool in Jboss]]
36 33 chin-yeh
* [[Using jmx-console and tomcat status (production)]]
37 21 chin-yeh
38 39 chin-yeh
h3. DB2 Troubleshooting
39 38 chin-yeh
40
* [[View the currently executing SQL statement]]
41 41 chin-yeh
* [[Determine who is holding a lock in the database]]
42 38 chin-yeh
43
44 21 chin-yeh
h3. Redmine
45
46
* [[How to log issue]]
47 45 chin-yeh
* [[How to backup Redmine]]
48
* [[How to restore Redmine backup]]
49 21 chin-yeh
50
h3. Maven
51
52 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).
53 21 chin-yeh
54
Guides:
55 31 chin-yeh
* [[Install Maven]] - _Windows only_
56 22 chin-yeh
* [[Search/Browse artifact]]
57 21 chin-yeh
* [[Add Nexus User]]
58 24 chin-yeh
* [[How to connect to Nexus]]
59 21 chin-yeh
* [[How to deploy internal artifact]]
60
* [[How to deploy third-party artifact]]
61 23 chin-yeh
62 25 chin-yeh
Nexus Administrator:
63 23 chin-yeh
<pre>
64 46 chin-yeh
Name: Chooi-Mey
65
Email: cmkwan@cosway.com.my
66 1 chin-yeh
</pre>
67 35 chin-yeh
68
h3. SCM
69
70
* SVN
71
** [[Add SVN user]]
72
** [[Install SVN plugin for Eclipse]]
73
** [[How to connect to SVN through Eclipse]]
74
** [[Change password for your SVN account]]