You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/01/04 11:38:52 UTC

svn commit: r1227108 - /openejb/site/trunk/content/properties-listing.mdtext

Author: rmannibucau
Date: Wed Jan  4 10:38:52 2012
New Revision: 1227108

URL: http://svn.apache.org/viewvc?rev=1227108&view=rev
Log:
adding tomee.jaxws.subcontext and tomee.jaxws.oldsubcontext proeprties

Modified:
    openejb/site/trunk/content/properties-listing.mdtext

Modified: openejb/site/trunk/content/properties-listing.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/properties-listing.mdtext?rev=1227108&r1=1227107&r2=1227108&view=diff
==============================================================================
--- openejb/site/trunk/content/properties-listing.mdtext (original)
+++ openejb/site/trunk/content/properties-listing.mdtext Wed Jan  4 10:38:52 2012
@@ -77,10 +77,14 @@ Notice:    Licensed to the Apache Softwa
     |openejb.jsessionid-support | bool | remove URL from session tracking modes for this context (see javax.servlet.SessionTrackingMode)|
     |openejb.myfaces.disable-default-values | bool | by default TomEE will initialize myfaces with some its default values to avoid useless logging|
     |openejb.web.xml.major | int | major version of web.xml. Can be useful to force tomcat to scan servlet 3 annotatino when deploying with a servlet 2.x web.xml|
+    |tomee.jaxws.subcontext | string | sub context used to bind jaxws web services, default is
+webservices|
+    |tomee.jaxws.oldsubcontext| bool | wether or not activate old way to bind jaxws webservices directly
+on root context|
     
     # TomEE Arquillian adaptor
     |Name | Value | Description|
     ----------------------------
     |tomee.ejbcontainer.http.port | int | tomee port, -1 means random. When using a random port you can retreive it getting this property too.|
     |tomee.arquillian.http | int | http port used by the embedded arquillian adaptor|
-    |tomee.arquillian.stop | int | shutdown port used by the embedded arquillian adaptor|
\ No newline at end of file
+    |tomee.arquillian.stop | int | shutdown port used by the embedded arquillian adaptor|