EONISLaptopHP: Difference between revisions
| (46 intermediate revisions by 3 users not shown) | |||
| Line 4: | Line 4: | ||
==Installations== | ==Installations== | ||
===ant=== | ===ant=== | ||
* installed to C:\Uwes\Programme\Java | * installed to C:\Uwes\Programme\Java | ||
* set ANT_HOME=C:\Uwes\Programme\Java\apache-ant-1.9.2 | * set ANT_HOME=C:\Uwes\Programme\Java\apache-ant-1.9.2 | ||
* extend environment variable PATH=%ANT_HOME%\bin | |||
===Axis2=== | ===Axis2=== | ||
* installed to C:\Uwes\java\axis2-1.6.2 | * installed to C:\Uwes\java\axis2-1.6.2 | ||
* set AXIS2_HOME=C:\Uwes\java\axis2-1.6.2 | * set AXIS2_HOME=C:\Uwes\java\axis2-1.6.2 | ||
===Eclipse=== | |||
* install eclipse Kepler (Eclipse 4.3) | |||
* Help -> Install New Software -> http://download.jboss.org/jbosstools/updates/stable/kepler/ for JBoss Tools | |||
* Right click your project folder of 'uweheuer_new', select Properties at the bottom of the context menu. | |||
* Select "Java Build Path" | |||
* Click Libraries" tab | |||
* Click "Add Library..." button on right (about halfway down) | |||
* Select "Server Runtime" click "Next" | |||
* Select JBoss 7.1 | |||
* add Android plugin (see [[#Android_SDK|above]]) | |||
===Java JDK=== | |||
* installed as sub directory to C:\Uwes\Programme\Java\glassfish4 | |||
* set JAVA_HOME=C:\Uwes\Programme\Java\glassfish4\jdk7 | |||
===Java JRE=== | ===Java JRE=== | ||
* installed to C:\Uwes\Programme\Java | * installed to C:\Uwes\Programme\Java | ||
* allow uweheuer applet to allow clipboard by adding to C:\ | * allow uweheuer applet to allow clipboard by adding to C:\Program Files\Java\jre7\lib\security\'''java.policy'''. A copy with the changes recommended below is located C:\Uwes\java\'''Myjava.policy'''. Copy by WindowsMenu -> Zubehör -> CMD Shell -> Right Click -> Run as Administrator. | ||
permission java.awt.AWTPermission "accessClipboard"; | permission java.awt.AWTPermission "accessClipboard"; | ||
* allow uweheuer applet to decrypt comments by using sun libs (avoid accessClassInPackage.sun.misc exception) | * allow uweheuer applet to decrypt comments by using sun libs (avoid accessClassInPackage.sun.misc exception) | ||
permission java.security.AllPermission; | permission java.security.AllPermission; | ||
=== | ===JBoss=== | ||
* | see [[JBoss#HP_EBS_Laptop|here]] | ||
* set | |||
===Magnolia=== | |||
* see [[Magnolia#installation|magnolia installation]] | |||
===Maven=== | |||
* download and unzip C:\Uwes\Programme\Java\apache-maven-3.1.1 | |||
* set environment variable M2_HOME=C:\Uwes\Programme\Java\apache-maven-3.1.1 | |||
* extend environment variable PATH to %M2_HOME%\bin | |||
===Mediawiki=== | ===Mediawiki=== | ||
| Line 31: | Line 55: | ||
* create user 'uweswiki' with pwd 'uweswiki' and host 'localhost' with phpAdmin (see mediawiki LocalSettings.php) | * create user 'uweswiki' with pwd 'uweswiki' and host 'localhost' with phpAdmin (see mediawiki LocalSettings.php) | ||
===Nmap=== | |||
* installation C:\Uwes\Programme\Nmap | |||
nmap -v 192.168.178.202 -p 5900 | |||
=== | ===JBPM=== | ||
* | * Installation see [[jBPM]] | ||
===xampp (Apache, MySQL, PHP)=== | ===xampp (Apache, MySQL, PHP)=== | ||
* 1.8.3 by installer version to C:\Uwes\Programme\xampp and installed mysql and apache services | * 1.8.3 by installer version to C:\Uwes\Programme\xampp and installed mysql and apache services | ||
* add to C:\Uwes\Programme\xampp\apache\conf\extra\httpd-ajp.conf for uweheuer application | * add to C:\Uwes\Programme\xampp\apache\conf\extra\'''httpd-ajp.conf''' for uweheuer application | ||
ProxyPass /uweheuer ajp://localhost:8009/uweheuer | ProxyPass /uweheuer ajp://localhost:8009/uweheuer | ||
ProxyPassReverse /uweheuer ajp://localhost:8009/uweheuer | ProxyPassReverse /uweheuer ajp://localhost:8009/uweheuer | ||
Latest revision as of 07:04, 21 April 2015
Data[edit]
Hostname = HP10039146 Windows 7 32-bit
Installations[edit]
ant[edit]
- installed to C:\Uwes\Programme\Java
- set ANT_HOME=C:\Uwes\Programme\Java\apache-ant-1.9.2
- extend environment variable PATH=%ANT_HOME%\bin
Axis2[edit]
- installed to C:\Uwes\java\axis2-1.6.2
- set AXIS2_HOME=C:\Uwes\java\axis2-1.6.2
Eclipse[edit]
- install eclipse Kepler (Eclipse 4.3)
- Help -> Install New Software -> http://download.jboss.org/jbosstools/updates/stable/kepler/ for JBoss Tools
- Right click your project folder of 'uweheuer_new', select Properties at the bottom of the context menu.
- Select "Java Build Path"
- Click Libraries" tab
- Click "Add Library..." button on right (about halfway down)
- Select "Server Runtime" click "Next"
- Select JBoss 7.1
- add Android plugin (see above)
Java JDK[edit]
- installed as sub directory to C:\Uwes\Programme\Java\glassfish4
- set JAVA_HOME=C:\Uwes\Programme\Java\glassfish4\jdk7
Java JRE[edit]
- installed to C:\Uwes\Programme\Java
- allow uweheuer applet to allow clipboard by adding to C:\Program Files\Java\jre7\lib\security\java.policy. A copy with the changes recommended below is located C:\Uwes\java\Myjava.policy. Copy by WindowsMenu -> Zubehör -> CMD Shell -> Right Click -> Run as Administrator.
permission java.awt.AWTPermission "accessClipboard";
- allow uweheuer applet to decrypt comments by using sun libs (avoid accessClassInPackage.sun.misc exception)
permission java.security.AllPermission;
JBoss[edit]
see here
Magnolia[edit]
Maven[edit]
- download and unzip C:\Uwes\Programme\Java\apache-maven-3.1.1
- set environment variable M2_HOME=C:\Uwes\Programme\Java\apache-maven-3.1.1
- extend environment variable PATH to %M2_HOME%\bin
Mediawiki[edit]
- create DB 'mediawiki' by phpAdmin
- export old DB 'mediawiki' by phpAdmin as sql file
- login by 'mysql' to new server
- type 'use mediawiki'
- type 'source <path2exportfile>
- create user 'uweswiki' with pwd 'uweswiki' and host 'localhost' with phpAdmin (see mediawiki LocalSettings.php)
Nmap[edit]
- installation C:\Uwes\Programme\Nmap
nmap -v 192.168.178.202 -p 5900
JBPM[edit]
- Installation see jBPM
xampp (Apache, MySQL, PHP)[edit]
- 1.8.3 by installer version to C:\Uwes\Programme\xampp and installed mysql and apache services
- add to C:\Uwes\Programme\xampp\apache\conf\extra\httpd-ajp.conf for uweheuer application
ProxyPass /uweheuer ajp://localhost:8009/uweheuer ProxyPassReverse /uweheuer ajp://localhost:8009/uweheuer
Visual Paradigm[edit]
- installed community edition C:\Uwes\Programme\Visual Paradigm for UML CE 10.2
- started->Tools->IDE Integration->eclipse->select Kepler installation creates integration in eclipse