Posts

Posts mit dem Label "Apache" werden angezeigt.

Cool: Installing JBossAS from inside the IDE

Bild
I've installed the JBoss IDE with JBoss Central into the Spring STS 2.9.1 based on Eclipse: To start with a Java EE 6 Web Profile Project, the IDE for itself downloads and configures the JBossAS 7.1 JEE Application Server. This is really cool and very nice to have. Downloading and installing JBossAS 7.1 from the IDE Coexistence: JBoss IDE and Spring STS Coexistence:  JBossAS 7.1 and VMware vFabric tc Server Project Setup based upon Maven3 The Project is a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss AS 7 or EAP 6.  This project is setup to allow you to create a compliant Java EE 6 application  using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0. It includes a persistence unit and some sample persistence and transaction code to help  you get your feet wet with database access in enterprise Java. 

macports Update 2.1.0

Yesterday, Tuesday, May 17th 2012 macports.org rolled out the Update to 2.1.0 which I received via the sudo port selfupdate command. There was an Issue with Trac, Python26 and the AJP-WSGI Module for the Apache HTTP Server. Solution was to uninstall python and the AJP-WSGI module via the Force Option: sudo port -f uninstall python26 sudo port -f uninstall ajp-wsgi sudo port install python26 sudo port install ajp-wsgi +python26 References: How to use Trac with ajp-wsgi and Apache https://trac.macports.org/wiki/howto/SetupTracAjpWsgi Getting Apache, MySQL, and PHP Running under MacPorts https://trac.macports.org/wiki/howto/MAMP Getting Subversion under MacPorts https://trac.macports.org/wiki/howto/Subversion often used during testing the new configuration: sudo /opt/local/apache2/bin/apachectl -k restart