Nachfolgend wird hier beschrieben wie man den apache2 Webserver und den Tomcat 6.0.16 Servletcontainer mit dem mod_jk 1.2.26 verbinden kann. Die Beschreibung bezieht sich auf einen Linux Debian 4.1.X Server mit 2.6.X Kernel, auf dem ein apache2 Webserver, Tomcat 6.0.16 und Java 5.0 installiert und betriebsbereit ist. Der Tomcat liefert standardmaessig seine Applikationen unter demContinue reading “Apache2 + Tomcat 6.0.x + mod_jk 1.2.x”
Category Archives: Java
Archetype: RichFaces 4.0.0.M1 + Spring 3.0.4.RELEASE + Hibernate 3.3.0
This maven2 archetype contains a little sample web application with this Frameworks: Spring 3.0.4.RELEASE Framework Servlet-API 2.5 JSF 2.0 (mojarra 2.0.2) RichFaces 4.0.0.M1 ploinFaces 1.6 ploinMailFactory 1.3.1 Hibernate 3.3.0 TestNG 5.8 Log4J 1.2.15 HSQLDB 1.8.0.7 The configuration is annotation-driven. It is deployed on the PLOIN Repository-Serve http://www.ploin-m2.de/nexus/content/groups/public/ you can create a project from the archetypeContinue reading “Archetype: RichFaces 4.0.0.M1 + Spring 3.0.4.RELEASE + Hibernate 3.3.0”
Archetype: JSF 2.0 + Spring 3.0.4.RELEASE + Hibernate 3.3.0
This maven2 archetype contains a little sample web application with this Frameworks: Spring 3.0.4.RELEASE Framework Servlet-API 2.5 JSF 2.0 (mojarra 2.0.2) ploinFaces 1.6 ploinMailFactory 1.3.1 Hibernate 3.3.0 TestNG 5.8 Log4J 1.2.15 HSQLDB 1.8.0.7 The configuration is annotation-driven. It is deployed on the PLOIN Repository-Server http://www.ploin-m2.de/nexus/content/groups/public/ you can create a project from the archetype with theContinue reading “Archetype: JSF 2.0 + Spring 3.0.4.RELEASE + Hibernate 3.3.0”
Create Archetyp from project
With this command you can create an Archetype from your existing project: mvn archetype:create-from-project
Useful M2 – Repos
Here are some useful Maven2 Repositorys listed. EclipseLink: PLOIN Repository, containing ploinFaces and ploinMailFacotry: JSF 2.0, java.net: Ibiblio, mirror of M2: Codehaus Selenium: Spring-Framework: JBoss:
Maven2 Quickinstall
maven2 kann von http://maven.apache.org/ als zip-Datei heruntergeladen werden. Nach dem enpacken muss die Umgebungsvariable PATH angepasst werden und drei weitere Umgebungsvariablen muessen erstellt werden damit maven2 aus der Kommandozeile aufgerufen werden kann. Die PATH sollte erweitert werden um den Pfad zum maven2 Verzeichnis(das ist das entpackte Verzeichnis) + “/bin”. export PATH=$PATH:pathToMaven2/bin Als naechstes sollte dieContinue reading “Maven2 Quickinstall”