[CVS] OpenPKG: openpkg-src/activemq/ activemq.txt

2009-11-14 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   22-Oct-2009 23:18:25
  Branch: HEAD Handle: 200910182400

  Modified files:
openpkg-src/activemqactivemq.txt

  Log:
use /openpkg-activemq/ instead of /activemq/ URL prefix

  Summary:
RevisionChanges Path
1.9 +6  -6  openpkg-src/activemq/activemq.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/activemq/activemq.txt
  
  $ cvs diff -u -r1.8 -r1.9 activemq.txt
  --- openpkg-src/activemq/activemq.txt 21 Oct 2009 17:07:44 -  1.8
  +++ openpkg-src/activemq/activemq.txt 22 Oct 2009 21:18:24 -  1.9
  @@ -121,10 +121,10 @@
   nioConnector host=localhost port=8161/
   /connectors
   handlers
  -webAppContext contextPath=/activemq/admin 
resourceBase=@l_prefix@/share/activemq/admin logUrlOnStart=true/
  -webAppContext contextPath=/activemq/service 
resourceBase=@l_prefix@/share/activemq/service logUrlOnStart=true/
  -!-- webAppContext contextPath=/activemq/demo 
resourceBase=@l_prefix@/share/activemq/demo logUrlOnStart=true/ --
  -!-- webAppContext contextPath=/activemq/fileserver 
resourceBase=@l_prefix@/share/activemq/fileserver logUrlOnStart=true/ --
  +webAppContext contextPath=/openpkg-activemq/admin 
resourceBase=@l_prefix@/share/activemq/admin logUrlOnStart=true/
  +webAppContext contextPath=/openpkg-activemq/service 
resourceBase=@l_prefix@/share/activemq/service logUrlOnStart=true/
  +!-- webAppContext contextPath=/openpkg-activemq/demo 
resourceBase=@l_prefix@/share/activemq/demo logUrlOnStart=true/ --
  +!-- webAppContext contextPath=/openpkg-activemq/fileserver 
resourceBase=@l_prefix@/share/activemq/fileserver logUrlOnStart=true/ --
   /handlers
   /jetty
   /beans
  @@ -231,7 +231,7 @@
   #   global URL integration mapping
   #   (mainly to circumvent cross-browser access control checks
   #   and to allow correct path mapping for JSESSIONID cookie)
  -ProxyPass /activemq/  http://localhost:8161/activemq/
  -ProxyPassReverse  /activemq/  http://localhost:8161/activemq/
  +ProxyPass /openpkg-activemq/  http://localhost:8161/activemq/
  +ProxyPassReverse  /openpkg-activemq/  http://localhost:8161/activemq/
   
   /file
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/activemq/ activemq.txt

2009-11-14 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   22-Oct-2009 23:24:09
  Branch: HEAD Handle: 200910240900

  Modified files:
openpkg-src/activemqactivemq.txt

  Log:
fix URL mapping

  Summary:
RevisionChanges Path
1.10+2  -2  openpkg-src/activemq/activemq.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/activemq/activemq.txt
  
  $ cvs diff -u -r1.9 -r1.10 activemq.txt
  --- openpkg-src/activemq/activemq.txt 22 Oct 2009 21:18:24 -  1.9
  +++ openpkg-src/activemq/activemq.txt 22 Oct 2009 21:24:09 -  1.10
  @@ -231,7 +231,7 @@
   #   global URL integration mapping
   #   (mainly to circumvent cross-browser access control checks
   #   and to allow correct path mapping for JSESSIONID cookie)
  -ProxyPass /openpkg-activemq/  http://localhost:8161/activemq/
  -ProxyPassReverse  /openpkg-activemq/  http://localhost:8161/activemq/
  +ProxyPass /openpkg-activemq/  http://localhost:8161/openpkg-activemq/
  +ProxyPassReverse  /openpkg-activemq/  http://localhost:8161/openpkg-activemq/
   
   /file
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/activemq/ activemq.txt

2009-09-11 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   11-Sep-2009 21:49:26
  Branch: HEAD Handle: 2009091120492500

  Modified files:
openpkg-src/activemqactivemq.txt

  Log:
switch back to plain Ajax servlet

  Summary:
RevisionChanges Path
1.7 +3  -3  openpkg-src/activemq/activemq.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/activemq/activemq.txt
  
  $ cvs diff -u -r1.6 -r1.7 activemq.txt
  --- openpkg-src/activemq/activemq.txt 11 Sep 2009 19:27:12 -  1.6
  +++ openpkg-src/activemq/activemq.txt 11 Sep 2009 19:49:25 -  1.7
  @@ -189,8 +189,8 @@
   /init-param
   /servlet
   servlet
  -servlet-nameMessageServlet4Ajax/servlet-name
  -servlet-classorg.apache.activemq.web.MessageServlet/servlet-class
  +servlet-nameAjaxServlet/servlet-name
  +servlet-classorg.apache.activemq.web.AjaxServlet/servlet-class
   load-on-startup1/load-on-startup
   /servlet
   servlet
  @@ -204,7 +204,7 @@
   url-pattern/rest/*/url-pattern
   /servlet-mapping
   servlet-mapping
  -servlet-nameMessageServlet4Ajax/servlet-name
  +servlet-nameAjaxServlet/servlet-name
   url-pattern/ajax/*/url-pattern
   /servlet-mapping
   servlet-mapping
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/activemq/ activemq.txt

2009-06-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   03-Jun-2009 12:43:16
  Branch: HEAD Handle: 2009060311431600

  Modified files:
openpkg-src/activemqactivemq.txt

  Log:
slight config adjustment

  Summary:
RevisionChanges Path
1.3 +4  -3  openpkg-src/activemq/activemq.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/activemq/activemq.txt
  
  $ cvs diff -u -r1.2 -r1.3 activemq.txt
  --- openpkg-src/activemq/activemq.txt 3 Jun 2009 08:55:09 -   1.2
  +++ openpkg-src/activemq/activemq.txt 3 Jun 2009 10:43:16 -   1.3
  @@ -29,13 +29,14 @@
   destinationPolicy
   policyMap
   policyEntries
  -policyEntry queue= memoryLimit=5mb/
  -policyEntry topic= memoryLimit=5mb
  +policyEntry queue= memoryLimit=4mb
  +/policyEntry
  +policyEntry topic= memoryLimit=4mb
   dispatchPolicy
   strictOrderDispatchPolicy/
   /dispatchPolicy
   subscriptionRecoveryPolicy
  -lastImageSubscriptionRecoveryPolicy/
  +timedSubscriptionRecoveryPolicy 
recoverDuration=3600/
   /subscriptionRecoveryPolicy
   /policyEntry
   /policyEntries
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/activemq/ activemq.txt

2009-06-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   03-Jun-2009 12:46:14
  Branch: HEAD Handle: 2009060311461400

  Modified files:
openpkg-src/activemqactivemq.txt

  Log:
slight config adjustment

  Summary:
RevisionChanges Path
1.4 +4  -1  openpkg-src/activemq/activemq.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/activemq/activemq.txt
  
  $ cvs diff -u -r1.3 -r1.4 activemq.txt
  --- openpkg-src/activemq/activemq.txt 3 Jun 2009 10:43:16 -   1.3
  +++ openpkg-src/activemq/activemq.txt 3 Jun 2009 10:46:14 -   1.4
  @@ -36,8 +36,11 @@
   strictOrderDispatchPolicy/
   /dispatchPolicy
   subscriptionRecoveryPolicy
  -timedSubscriptionRecoveryPolicy 
recoverDuration=3600/
  +timedSubscriptionRecoveryPolicy 
recoverDuration=6/
   /subscriptionRecoveryPolicy
  +pendingMessageLimitStrategy
  +constantPendingMessageLimitStrategy limit=10/
  +/pendingMessageLimitStrategy
   /policyEntry
   /policyEntries
   /policyMap
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org