EONISLaptopHP: Difference between revisions

From Wiki RB4
Line 40: Line 40:
* create Data Sources with Web-Admin interface
* create Data Sources with Web-Admin interface
* deploy uweheuer.war and enable
* deploy uweheuer.war and enable
* add to standalone.xml for uweheuer application
* add to '''standalone.xml''' for uweheuer application
  <connector name="ajp" protocol="AJP/1.3" scheme="ajp" socket-binding="ajp" enabled="true"/>       
  <connector name="ajp" protocol="AJP/1.3" scheme="ajp" socket-binding="ajp" enabled="true"/>       



Revision as of 21:26, 26 December 2013

Data

Hostname = HP10039146 Windows 7 32-bit

Installations

ant

  • installed to C:\Uwes\Programme\Java
  • set ANT_HOME=C:\Uwes\Programme\Java\apache-ant-1.9.2

Axis2

  • installed to C:\Uwes\java\axis2-1.6.2
  • set AXIS2_HOME=C:\Uwes\java\axis2-1.6.2

Java JRE

  • installed to C:\Uwes\Programme\Java
  • allow uweheuer applet to allow clipboard by adding to C:\Uwes\Programme\Java\jre7\lib\security\.java.policy
permission java.awt.AWTPermission "accessClipboard";
  • allow uweheuer applet to decrypt comments by using sun libs (avoid accessClassInPackage.sun.misc exception)
permission java.security.AllPermission;

Java JDK

  • installed as sub directory to C:\Uwes\Programme\Java\glassfish4
  • set JAVA_HOME=C:\Uwes\Programme\Java\glassfish4\jdk7

Mediawiki

  • 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)
  • add to C:\Uwes\Programme\xampp\htdocs\mediawiki-1.16.0\LocalSettings.php
# Disable reading by anonymous users
$wgGroupPermissions['*']['read'] = false;

JBoss

  • download JBoss Enterprise Application Platform 6 EAP
  • create admin user 'UweHeuer' and 'Halloo0@1' with batch script
  • deploy mysql connector
  • create Data Sources with Web-Admin interface
  • deploy uweheuer.war and enable
  • add to standalone.xml for uweheuer application
<connector name="ajp" protocol="AJP/1.3" scheme="ajp" socket-binding="ajp" enabled="true"/>       


Create Service

Shutdown

C:\Uwes\Programme\Java\JBoss\jboss-eap-6.1.0\jboss-eap-6.1\bin>jboss-cli.bat --connect command=:shutdown

xampp (Apache, MySQL, PHP)

  • 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

  • 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