Introduction - 0 views
Fetching Client IP Address and Header information in JBoss AS7 access log « J... - 0 views
-
Fetching Client IP Address and Header information in JBoss AS7 access log
-
“org.apache.catalina.valves.AccessLogValve”
-
More informations about this Valve can be found in the following link: http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html#Access_Log_Valve
- ...10 more annotations...
How to trace JDBC statements with JBoss AS - jboss datasource - JBoss application serve... - 0 views
-
How to trace JDBC statements with JBoss AS
-
How to trace JDBC statements with JBoss AS
-
How to trace JDBC statements with JBoss AS
- ...3 more annotations...
Around the World in Java: JBoss AS 7: Catching up with Java EE 6 - 1 views
-
JBoss AS 7.0.2 (Full Profile)
-
JBoss AS 7, claiming to be lightning fast
-
Eclipse Integration
- ...28 more annotations...
Admin Guide - JBoss AS 7.0 - Project Documentation Editor - 0 views
-
JDBC Driver Installation
-
recommended way to install a JDBC driver into the application server is to simply deploy it as a regular JAR deployment
jboss-jdf/jboss-as-quickstart · GitHub - 0 views
JPA Reference Guide - JBoss AS 7.1 - Project Documentation Editor - 0 views
-
Replacing the current Hibernate 4.0.x jars with a newer version
How do I migrate my application from AS5 or AS6 to AS7 - JBoss AS 7.0 - Project Documen... - 0 views
-
Configure changes for applications that use Hibernate and JPA
-
Update your Hibernate 3.x application to use Hibernate 4
-
Changes for Hibernate 3.3 applications
- ...16 more annotations...
Data Source Configuration in AS 7 | JBoss AS 7 | JBoss Community - 0 views
-
Data Source Configuration in AS 7
-
Using @DataSourceDefinition to configure a DataSource
-
This annotation requires that a data source implementation class (generally from a JDBC driver JAR) be present on the class path (either by including it in your application, or deploying it as a top-level JAR and referring to it via MANIFEST.MF's Class-Path attribute) and be named explicitly.
- ...21 more annotations...
Java Application Security - PicketBox - Project Documentation Editor - 0 views
-
Choice of Authorization Managers. (Drools based authorization
Getting Started Developing Applications Guide - JBoss AS 7.1 - Project Documentation Ed... - 0 views
-
CDI + JSF + EJB + JTA + Bean Validation + JAX-RS + Arquillian: Kitchensink quickstart
In Relation To... Updated OGM kitchensink example - 0 views
-
jboss-as-maven-plugin to deploy the webapp. Unfortunately, this plugin does not allow me to start and stop the server and it seems redundant to require a local install if the Arquillian tests already download an AS instance (yes, I could run the test against the local instance as well, but think for example continuous integration where I want to manage/control the WHOLE ENVIRONMENT).
-
cargo plugin another go. A lot has happened there and it supports not only JBoss 7.x, but it also offers a so called artifact installer which allows to download the app server as a managed maven dependency.
-
cargo:install in the initialize phase to install the app server into the target directory. This way I can install a custom module (via the gmaven plugin) before the tests get executed and/or before I start the application
JBoss Web Configuration Reference - The WEB subsystem - 1 views
-
mime-mapping That is the mapping of file extension to the Content-Type mime header. Most of the current file extensions are already hard coded in the web subsystem, you only need to add a mime-mapping is you want to overwrite the default mapping for a file extension or add a new file extension to the mapping. See below for more. There could be more than one mime-mapping per configuration.
-
mime-mapping The mime-mapping of configurationWeb SubSystem supports the following attributes: AttributeDescriptionname File extension to map. value Value to use.
Not able to set global mime-mapping | JBoss AS 7 | JBoss Community - 1 views
-
Not able to set global mime-mapping
-
mime-mapping is complex field and not resource. that is why it has its own operation handlers add-mime/remove-mime to handle its value. what are you trying to achive can be done by command:
-
/subsystem=web/configuration=container:add-mime(name=manifest,value="text/cache-manifest")
- ...1 more annotation...