Thanks for the help David.

Is there somewhere I can find a list of the gbeans contained within
each module and their options? I ask because I don't have the gbean
"ServerSystemProperties" anywhere in my config.xml file and I can't
quite seem to make it work.

I have tried what you suggested (in both the rmi-naming and the
j2ee-server modules) but I don't know what other properties I need and
Geronimo errors on startup every time.

- Chris

On 6/7/07, David Jencks <[EMAIL PROTECTED]> wrote:

On Jun 7, 2007, at 7:23 AM, Christopher Gibbs wrote:

> I want to pass a command to Tomcat when Geronimo starts up a specific
> application but don't know how to go about doing it.
>
> I am running Atlassian Confluence 2.5.3 in Geronimo 1.1.1 w/Tomcat and
> need to pass "-Dconfluence.disable.peopledirectory.anonymous=true" to
> Tomcat when Confluence starts up.
> http://confluence.atlassian.com/display/DOC/Hiding+the+People
> +Directory
>
> Can someone point me in the right direction?

If you start geronimo with your own command line (rather than a
script) you can just include the system property in the command
line.  There's probably a way to do this with our scripts, but I am
not familiar with them.

We also have a SystemProperties gbean class.  If I remember correctly
in g. 1.1.1 there's an instance in the rmi-naming or j2ee-server
module.  You can reconfigure it in var/config/config.xml something
like this:


     <gbean name="ServerSystemProperties">
          <attribute name="systemProperties">
               <!--copy the existing properties here, I don't have a
copy of 1.1.1 handy to copy from -->
              confluence.disable.peopledirectory.anonymous=true
          </attribute>
     </gbean>

Hope this helps

thanks
david jencks


>
> Thanks!
>
> - Chris



--
Christopher Gibbs
Email / LDAP Administrator
Web Integration & Programming
Abilene Christian University

Reply via email to