Hi, I realized that the "$G_L/lib/common/globus_java_authz_framework.jar" is not included in "$G_L/lib/webmds/WEB-INF/lib"; so I copied the jar file there and reloaded the servelet and the problem SOLVED.
I've compiled and used the GT4.1.2. In order to solve this issue permanently, it seems that a bit of change in installation script is required. Thanks. Cheers, Shayan 2008/6/30 Shayan Shahand <[EMAIL PROTECTED]>: > I used the instruction in this document: > > http://www.globus.org/toolkit/docs/development/4.1.2/info/webmds/admin/index.html#id3572182 > [in addition to update the container's port number in > $GLOBUS_LOCATION/lib/webmds/conf/indexinfo_nosec > and containerinfo_nosec] > > Thanks > > Cheers, > Shayan > > 2008/6/29 Tom Scavo <[EMAIL PROTECTED]>: > > The descriptor looks okay, I guess. What procedure did you follow to >> deploy to tomcat? >> >> Tom >> >> On Sat, Jun 28, 2008 at 2:36 PM, Shayan Shahand <[EMAIL PROTECTED]> >> wrote: >> > I'm starting the container by this command : >> > >> > globus-start-container-detached -containerDesc >> > ~/global_security_descriptor2.xml -nosec -p 8555 $* >> > >> > and the global_security_descriptor2.xml content is: >> > >> > <?xml version="1.0" encoding="UTF-8"?> >> > <containerSecurityConfig >> > xmlns="http://www.globus.org/security/descriptor/container" >> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >> > xsi:schemaLocation="http://www.globus.org/security/descriptor >> > name_value_type.xsd" xmlns:param=" >> http://www.globus.org/security/descriptor" >> >> >> > <credential> >> > <cert-key-files> >> > <key-file value="/home/shahand/.globus/userkey2.pem"/> >> > <cert-file value="/home/shahand/.globus/usercert.pem"/> >> > </cert-key-files> >> > </credential> >> > <defaultAuthzParam> >> > <interceptor name="gridmap"> >> > <parameter> >> > <param:nameValueParam> >> > <param:parameter name="gridmap-file" >> > >> > value="/etc/grid-security/grid-mapfile"/> >> > </param:nameValueParam> >> > </parameter> >> > </interceptor> >> > </defaultAuthzParam> >> > </containerSecurityConfig> >> > >> > Thanks, >> > Shayan >> > >> > 2008/6/27 Tom Scavo <[EMAIL PROTECTED]>: >> >> >> >> On Fri, Jun 27, 2008 at 3:19 AM, Shayan Shahand <[EMAIL PROTECTED]> >> wrote: >> >> > >> >> > I'd like to add that I start container with my own security >> descriptors. >> >> >> >> Can you post those security descriptors, please? >> >> >> >> Thanks, >> >> Tom >> > >> > >> > >
