<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base/common/shared/conf, branch direct-deployment</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/'/>
<entry>
<title>Deploying webapps from shared folder.</title>
<updated>2013-02-06T00:57:38+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-02-06T00:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=8011267258e6d04af15f0b5cdacc939fb11a81f8'/>
<id>8011267258e6d04af15f0b5cdacc939fb11a81f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rearranged context.xml.</title>
<updated>2013-02-05T22:29:01+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2013-02-05T22:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=991577dd40bbb18613893362783d0cd06cbdce79'/>
<id>991577dd40bbb18613893362783d0cd06cbdce79</id>
<content type='text'>
Previously the context.xml files are deployed into META-INF folders
in each webapps. They now have been moved into &lt;instance&gt;/conf/
Catalina/localhost/&lt;subsystem&gt;.xml to allow further clean-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the context.xml files are deployed into META-INF folders
in each webapps. They now have been moved into &lt;instance&gt;/conf/
Catalina/localhost/&lt;subsystem&gt;.xml to allow further clean-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tomcatjss 7.1.0 and fix weird errno=0 exception</title>
<updated>2013-01-07T20:00:46+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2013-01-05T06:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=b61f31bf15e733de5881cc070feb57aa3686c92d'/>
<id>b61f31bf15e733de5881cc070feb57aa3686c92d</id>
<content type='text'>
* TRAC Ticket #469 - Dogtag 10: Fix tomcatjss issue in pki-core.spec and
  dogtag-pki.spec . . .
* TRAC Ticket #468 - pkispawn throws exception
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TRAC Ticket #469 - Dogtag 10: Fix tomcatjss issue in pki-core.spec and
  dogtag-pki.spec . . .
* TRAC Ticket #468 - pkispawn throws exception
</pre>
</div>
</content>
</entry>
<entry>
<title>Hardcode setting of resteasy-lib for instance</title>
<updated>2012-12-19T02:40:24+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-12-18T17:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=0ed987de47410970bdfffb4900f46e3229c79ffb'/>
<id>0ed987de47410970bdfffb4900f46e3229c79ffb</id>
<content type='text'>
Tomcat in f17 expects the file under /etc/sysconfig/foo to be a
set of environment variables being set, and parses it that way.
We recently added some logic to source the global pki.conf file.
This works in f18, but breaks instance startup in f17.

While this works in f18, its an indication that we are using the
tomcat config file incorrectly.  Reverting to hardcoding resteasy lib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tomcat in f17 expects the file under /etc/sysconfig/foo to be a
set of environment variables being set, and parses it that way.
We recently added some logic to source the global pki.conf file.
This works in f18, but breaks instance startup in f17.

While this works in f18, its an indication that we are using the
tomcat config file incorrectly.  Reverting to hardcoding resteasy lib.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parameterizing RESTEasy paths.</title>
<updated>2012-12-07T02:23:11+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-12-06T18:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=9996d71e1a4fb7a8ca6752b83e4f2393dbefa76b'/>
<id>9996d71e1a4fb7a8ca6752b83e4f2393dbefa76b</id>
<content type='text'>
The paths to RESTEasy jar files have been modified such that it can
be configured globally at build time using the spec file to support
different distributions, and at deployment time using a system-wide
configuration in /etc/pki/pki.conf.

Ticket #422, #423.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The paths to RESTEasy jar files have been modified such that it can
be configured globally at build time using the spec file to support
different distributions, and at deployment time using a system-wide
configuration in /etc/pki/pki.conf.

Ticket #422, #423.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed permission problem in TKS.</title>
<updated>2012-11-30T21:03:43+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-29T03:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=083e130dbe6a43152b01bbb0cbd107ec8b69b345'/>
<id>083e130dbe6a43152b01bbb0cbd107ec8b69b345</id>
<content type='text'>
The pki.policy has been modified to grant permission to symkey.jar
which is used by TKS.

Ticket #415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pki.policy has been modified to grant permission to symkey.jar
which is used by TKS.

Ticket #415
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc changes to get rhel 7 build to work</title>
<updated>2012-11-21T15:47:50+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-11-21T15:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=871b4423babc140d984d4b49aa380710cfcaf72a'/>
<id>871b4423babc140d984d4b49aa380710cfcaf72a</id>
<content type='text'>
1. Modified cmake dependency
2. Corrected conditionals in spec file
3. Added paths for resteasy-base
4. Added paths to policy for resteasy-base
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Modified cmake dependency
2. Corrected conditionals in spec file
3. Added paths for resteasy-base
4. Added paths to policy for resteasy-base
</pre>
</div>
</content>
</entry>
<entry>
<title>Enabled Tomcat security manager.</title>
<updated>2012-10-27T04:32:31+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-10-02T16:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=5eab7fedf1c78610b5e030b9e07e93f32633e9ad'/>
<id>5eab7fedf1c78610b5e030b9e07e93f32633e9ad</id>
<content type='text'>
The tomcat.conf and the template deployment configuration have been
modified to enable the security manager. The operations script has
been modified to generate a new catalina.policy from the standard
Tomcat policy, the standard PKI policy and the custom policy every
time the instance is started.

The current catalina.policy has been changed to store a header for
the dynamically generated catalina.policy. A new pki.policy has been
added to store the default PKI security policy. An empty
custom.policy has been added to store policy customization.

Ticket #223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tomcat.conf and the template deployment configuration have been
modified to enable the security manager. The operations script has
been modified to generate a new catalina.policy from the standard
Tomcat policy, the standard PKI policy and the custom policy every
time the instance is started.

The current catalina.policy has been changed to store a header for
the dynamically generated catalina.policy. A new pki.policy has been
added to store the default PKI security policy. An empty
custom.policy has been added to store policy customization.

Ticket #223
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict AJP to localhost only by default</title>
<updated>2012-10-26T02:13:09+00:00</updated>
<author>
<name>Ade Lee</name>
<email>alee@redhat.com</email>
</author>
<published>2012-10-25T14:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=7c105a64f41000737b85de832522738fd9af4200'/>
<id>7c105a64f41000737b85de832522738fd9af4200</id>
<content type='text'>
Ticket 369
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket 369
</pre>
</div>
</content>
</entry>
<entry>
<title>Added proxy realm.</title>
<updated>2012-09-05T15:09:41+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-08-21T22:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=8eb2eac080c2e9595b506f49f25d2c1718453bbc'/>
<id>8eb2eac080c2e9595b506f49f25d2c1718453bbc</id>
<content type='text'>
CMS engine is a singleton and it's used by PKI realm to authenticate
users accessing the subsystem. Since a Tomcat instance may contain
multiple subsystems, each having separate realm, the PKI JAR links
need to be moved into WEB-INF/lib so that they will run inside
separate class loaders.

Tomcat also requires that the authenticator and realm classes be
available in common/lib. To address this a new package pki-tomcat.jar
has been added. The package contains the authenticator and a proxy
realm. When the subsystems start running, they will register their
own realms into the proxy realms such that the authentications will
be forwarded to the appropriate subsystems.

Ticket #89
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMS engine is a singleton and it's used by PKI realm to authenticate
users accessing the subsystem. Since a Tomcat instance may contain
multiple subsystems, each having separate realm, the PKI JAR links
need to be moved into WEB-INF/lib so that they will run inside
separate class loaders.

Tomcat also requires that the authenticator and realm classes be
available in common/lib. To address this a new package pki-tomcat.jar
has been added. The package contains the authenticator and a proxy
realm. When the subsystems start running, they will register their
own realms into the proxy realms such that the authentications will
be forwarded to the appropriate subsystems.

Ticket #89
</pre>
</div>
</content>
</entry>
</feed>
