Re: [ANNOUNCE] Welcome Jay McHugh as Geronimo's latest committer

2007-06-25 Thread Vamsavardhana Reddy

Congratulations Jay!

Vamsi

On 6/23/07, Matt Hogstrom <[EMAIL PROTECTED]> wrote:

I think everyone knows Jay and I have the honor of announcing that he
recently accepted an invitation to join the Apache Geronimo project.
Jay has been working with Geronimo for several months now and is one
of those folks that brings a great perspective of someone who not
only works on the server but uses it as well.  It will be great to
see the contributions Jay brings to the project.

Matt



Struts 2/Geronimo Security Realm best practices

2007-06-25 Thread Java_James

Hi all,

I'm new to the world of struts 2 and geronimo.  I was wondering if there
were any best practices when it came to setting up your web application to
use Geronimo's security realm.

I'm hoping to be able to call the security realm through an action (or some
sort of wrapped object doing the authentication).  There seems to be very
little documentation on using the two technologies together.

Any help would be appreciated.

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Struts-2-Geronimo-Security-Realm-best-practices-tf3978596s134.html#a11294301
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: Don't find a place to set the class path

2007-06-25 Thread Jerry Luo

Thank you very much. I really appreciate your quick reply.

Jerry


djencks wrote:
> 
> 
> On Jun 22, 2007, at 1:49 PM, Jerry Luo wrote:
> 
>>
>> I am trying to deploy a application on geronimo 1.1.1. And the  
>> application
>> needs to visit some resource files, and the resource files are in a  
>> path.
>> But I didn't find any place to set the path into the class path. In  
>> JBOSS,
>> WEBLOGIC, I can add the path to class path by modifying its start  
>> up script.
>> But I don't know how to add it into Geronimo start up script. I  
>> tried to add
>> 'CLASSPATH' to geronimo.bat, but it didn't work.
> 
> There are two recommended ways to do this in geronimo:
> 
> 1. If your resources can be relocated and are in a jar file, install  
> the jar file at an appropriate location in the geronimo repository  
> and include a dependency on the jar file in your geronimo deployment  
> plan.  For instance your plan might start something like this:
> 
> http://geronimo.apache.org/xml/ns/j2ee/web-1.1";>
>  http://geronimo.apache.org/xml/ns/ 
> deployment-1.1">
>  
>  org.mycompany
>  myproject
>  $1.0
>  car
>  
>  
>  
>  org.mycompany
>  myresourcesjar
>  jar
>  
>  
>  
> .
> 
> 
> 2. If you can't move the resources into the geronimo repo or they  
> aren't in a jar file, add a SharedLib gbean to your geronimo  
> deployment plan, and point it to where you want to put the files.   
> For instance the configuration might look like:
> 
>   class="org.apache.geronimo.system.sharedlib.SharedLib">
>  /absolute/path/to/the/ 
> resources
>  
>  ServerInfo
>  
>  
> 
> 
> Both of these methods get the resources into the classloader of your  
> app without forcing them into every application running in geronimo.
> 
> hope this helps
> david jencks
> 
>> -- 
>> View this message in context: http://www.nabble.com/Don%27t-find-a- 
>> place-to-set-the-class-path-tf3966076s134.html#a11257037
>> Sent from the Apache Geronimo - Users mailing list archive at  
>> Nabble.com.
>>
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Don%27t-find-a-place-to-set-the-class-path-tf3966076s134.html#a11290367
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.