Re: [Dspace-tech] help please

2011-10-04 Thread Peter Dietz
Hi,

Hilton Gibson has a pretty good write-up on this:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu#Step_5.2.1:_Setup_Tomcat_ports

If you read through that guide several times, you should have a pretty good
handle on how to do things.


Peter Dietz



On Tue, Oct 4, 2011 at 2:10 PM, Akeredolu Joshua wrote:

> Please how can I make my dspace to be cited through a customised doman
> name, that is some thing like http://myworld.edu/xmlui or
> http://myworld.edu/jspui instead of http://localhost:8080/xmlui or
> http://IP_address:8080? I dont even want the 8080 to appear even. And
> how can i make my dspace accessable from other computer in a local
> network like an intranet from the computer in which my dspace is
> installed? I have tried various means by editing the dspace.cfg but  I
> dont seem to get it right please explain to me how I can make other
> users access the dspace as an intranet. I am using
> windows 7, dspace 1.7.2 and apache tomcat 7.0. Also I tried editing the
> tomcat server but it did not share my dspace in the local network
>
>
> --
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
Ok, I have a new clue to the problem.  I changed cosignConfig to have:





UMICH.EDU

/cgi/deposit*
/



NOTICE the /, so when I go to the "/" page I'm asked to 
cosign in and all goes well - I login and I'm back at the "/" page,  but as 
soon as I hit a link from there, say "/community-list", I get 

HTTP Status 503 - Cosign filter defined to pickup URL but no service defined.


It almost seems like you have to say something like 

"*" do cosign?  

Any ideas?

Thank you!
Jose
-Original Message-
From: Blanco, Jose 
Sent: Tuesday, October 04, 2011 3:44 PM
To: Blanco, Jose; Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] adding cosing to manakin

Robin,  I think I have something wrong in my consignConfig.xml file.  Could you 
send me yours.

Thanks!
Jose

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 3:00 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Ok,  I see the problem with this.  Since I'm using CosignIII I needed to pass 
in another parameter.  I'm past this error, but now I'm getting:

2011-10-04 14:56:30,989 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ Cosign filter defined to 
pickup URL but no service defined.
2011-10-04 14:56:30,989 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ Cosign filter defined to 
pickup URL but no service defined.
javax.servlet.ServletException: Cosign filter defined to pickup URL but no 
service defined.
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.doFilter(CosignAuthenticationFilterIII.java:355)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
  at org.apache.catalina.core.ApplicationFilterC

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 2:34 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Robin,  I'm getting the following error when I try to go to the web site.

2011-10-04 14:25:37,293 INFO  
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ 
CosignAuthenticationFilter: validateFilter called
2011-10-04 14:25:37,293 INFO  
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ 
CosignAuthenticationFilter: Filter configuration file: 
/l1/dspace/repository/dev/config/cosignConfigBlancoj.xml
2011-10-04 14:25:37,293 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ AuthorizationFilter 
failed to initialize.
javax.servlet.ServletException: AuthorizationFilter failed to initialize.
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.validateFilter(CosignAuthenticationFilterIII.java:151)
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.doFilter(CosignAuthenticationFilterIII.java:281)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)

This is what I have in cosignCofigBlancoj.xml






UMICH.EDU

/cgi/deposit*
/webiso-login




I think protected, should say cocoon.  Right?



-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 1:34 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

I see now it's from:

dspace-xmlui/dspace-xmlui-webapp/src/main/webapp

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 1:18 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Robin,  Is this the sitemap that goes in:

dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/EPerson

-Original Message-
From: Robin Taylor [mailto:robin.tay...@ed.ac.uk] 
Sent: Tuesday, October 04, 2011 11:40 AM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] adding cosing to manakin

Hi Jose,

See attached. The web.xml is where you configure Cosign as a filter. The 
Sitemap is where you configure your Action to look for the credentials that 
should have been added to the request by Cosign. Please excuse any dodgy 
debugging code left in the source.

Please ask if you have any questions.

Cheers, Robin.




On Tue, 2011-10-04 at 16:10 +0100, Blanco, Jose wrote:
> Robin,
> 
> When you get a chance could you send me the Action code and the sitemap you 
> used to get cosign running in the xmlui environment.  I'd like to give it a 
> try.
> 
> Thank you!
> Jose
> 
> -Original Message-

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
Robin,  I think I have something wrong in my consignConfig.xml file.  Could you 
send me yours.

Thanks!
Jose

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 3:00 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Ok,  I see the problem with this.  Since I'm using CosignIII I needed to pass 
in another parameter.  I'm past this error, but now I'm getting:

2011-10-04 14:56:30,989 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ Cosign filter defined to 
pickup URL but no service defined.
2011-10-04 14:56:30,989 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ Cosign filter defined to 
pickup URL but no service defined.
javax.servlet.ServletException: Cosign filter defined to pickup URL but no 
service defined.
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.doFilter(CosignAuthenticationFilterIII.java:355)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
  at org.apache.catalina.core.ApplicationFilterC

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 2:34 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Robin,  I'm getting the following error when I try to go to the web site.

2011-10-04 14:25:37,293 INFO  
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ 
CosignAuthenticationFilter: validateFilter called
2011-10-04 14:25:37,293 INFO  
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ 
CosignAuthenticationFilter: Filter configuration file: 
/l1/dspace/repository/dev/config/cosignConfigBlancoj.xml
2011-10-04 14:25:37,293 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ AuthorizationFilter 
failed to initialize.
javax.servlet.ServletException: AuthorizationFilter failed to initialize.
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.validateFilter(CosignAuthenticationFilterIII.java:151)
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.doFilter(CosignAuthenticationFilterIII.java:281)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)

This is what I have in cosignCofigBlancoj.xml






UMICH.EDU

/cgi/deposit*
/webiso-login




I think protected, should say cocoon.  Right?



-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 1:34 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

I see now it's from:

dspace-xmlui/dspace-xmlui-webapp/src/main/webapp

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 1:18 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Robin,  Is this the sitemap that goes in:

dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/EPerson

-Original Message-
From: Robin Taylor [mailto:robin.tay...@ed.ac.uk] 
Sent: Tuesday, October 04, 2011 11:40 AM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] adding cosing to manakin

Hi Jose,

See attached. The web.xml is where you configure Cosign as a filter. The 
Sitemap is where you configure your Action to look for the credentials that 
should have been added to the request by Cosign. Please excuse any dodgy 
debugging code left in the source.

Please ask if you have any questions.

Cheers, Robin.




On Tue, 2011-10-04 at 16:10 +0100, Blanco, Jose wrote:
> Robin,
> 
> When you get a chance could you send me the Action code and the sitemap you 
> used to get cosign running in the xmlui environment.  I'd like to give it a 
> try.
> 
> Thank you!
> Jose
> 
> -Original Message-
> From: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk]
> Sent: Saturday, July 16, 2011 4:42 AM
> To: Mark Diggory
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: RE: [Dspace-tech] adding cosing to manakin
> 
> Will do. Unfortunately I'm on holiday for the next two weeks and don't have 
> access to the source code so there will be a delay.
> 
> Cheers.
> 
> 
> From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark 
> Diggory [mdigg...@atmire.com]
> Sent: 15 July 2011 18:48
> To: TAYLOR Robin
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] adding cosing to manakin
> 
> Robin,
> 
> Can you post the Action code and the sitemap you used here? I think 
> Jose needs to see this in a complete context.  Likewise, maybe its 
> something we can write a cosine authenticator addon for future 

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
Ok,  I see the problem with this.  Since I'm using CosignIII I needed to pass 
in another parameter.  I'm past this error, but now I'm getting:

2011-10-04 14:56:30,989 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ Cosign filter defined to 
pickup URL but no service defined.
2011-10-04 14:56:30,989 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ Cosign filter defined to 
pickup URL but no service defined.
javax.servlet.ServletException: Cosign filter defined to pickup URL but no 
service defined.
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.doFilter(CosignAuthenticationFilterIII.java:355)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
  at org.apache.catalina.core.ApplicationFilterC

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 2:34 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Robin,  I'm getting the following error when I try to go to the web site.

2011-10-04 14:25:37,293 INFO  
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ 
CosignAuthenticationFilter: validateFilter called
2011-10-04 14:25:37,293 INFO  
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ 
CosignAuthenticationFilter: Filter configuration file: 
/l1/dspace/repository/dev/config/cosignConfigBlancoj.xml
2011-10-04 14:25:37,293 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ AuthorizationFilter 
failed to initialize.
javax.servlet.ServletException: AuthorizationFilter failed to initialize.
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.validateFilter(CosignAuthenticationFilterIII.java:151)
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.doFilter(CosignAuthenticationFilterIII.java:281)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)

This is what I have in cosignCofigBlancoj.xml






UMICH.EDU

/cgi/deposit*
/webiso-login




I think protected, should say cocoon.  Right?



-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 1:34 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

I see now it's from:

dspace-xmlui/dspace-xmlui-webapp/src/main/webapp

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 1:18 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Robin,  Is this the sitemap that goes in:

dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/EPerson

-Original Message-
From: Robin Taylor [mailto:robin.tay...@ed.ac.uk] 
Sent: Tuesday, October 04, 2011 11:40 AM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] adding cosing to manakin

Hi Jose,

See attached. The web.xml is where you configure Cosign as a filter. The 
Sitemap is where you configure your Action to look for the credentials that 
should have been added to the request by Cosign. Please excuse any dodgy 
debugging code left in the source.

Please ask if you have any questions.

Cheers, Robin.




On Tue, 2011-10-04 at 16:10 +0100, Blanco, Jose wrote:
> Robin,
> 
> When you get a chance could you send me the Action code and the sitemap you 
> used to get cosign running in the xmlui environment.  I'd like to give it a 
> try.
> 
> Thank you!
> Jose
> 
> -Original Message-
> From: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk]
> Sent: Saturday, July 16, 2011 4:42 AM
> To: Mark Diggory
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: RE: [Dspace-tech] adding cosing to manakin
> 
> Will do. Unfortunately I'm on holiday for the next two weeks and don't have 
> access to the source code so there will be a delay.
> 
> Cheers.
> 
> 
> From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark 
> Diggory [mdigg...@atmire.com]
> Sent: 15 July 2011 18:48
> To: TAYLOR Robin
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] adding cosing to manakin
> 
> Robin,
> 
> Can you post the Action code and the sitemap you used here? I think 
> Jose needs to see this in a complete context.  Likewise, maybe its 
> something we can write a cosine authenticator addon for future dspace 
> releases.
> 
> Mark
> 
> On Tue, Jul 12, 2011 at 8:22 AM, Robin Taylor  wrote:
> > Hi Jose,
> >
> > Not sure if I am understanding the problem correctly but I have had 
> > Cosign working with the XMLUI before so here is what we did...
> >
> > 1. Add the Cosign Filter to the web.xml. That should cause you to 
> > get redi

[Dspace-tech] add code on xmlui

2011-10-04 Thread Lewatle Phaladi
Good Day



Below is code from message.xml, from line 251 I have just copied that
lines as I want to put facebook code down after them, the thing is my
code is in HTML format and it doesn't change anything from the interface
after I have pasted it, I need help from anyone who can do changes to
xmlui interface. Any question also will be suffice.





Line 251

Line 252Browse

Line 253All of
DSpace

Line 254Commu
nities & Collections

Line 255Titles

Line 256Authors

Subjects

By Issue
Date

By Submit
Date

This
Collection

This
Community



Regards,

Lewatle


This communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary.
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
Robin,  I'm getting the following error when I try to go to the web site.

2011-10-04 14:25:37,293 INFO  
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ 
CosignAuthenticationFilter: validateFilter called
2011-10-04 14:25:37,293 INFO  
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ 
CosignAuthenticationFilter: Filter configuration file: 
/l1/dspace/repository/dev/config/cosignConfigBlancoj.xml
2011-10-04 14:25:37,293 ERROR 
edu.umich.auth.cosign.CosignAuthenticationFilterIII @ AuthorizationFilter 
failed to initialize.
javax.servlet.ServletException: AuthorizationFilter failed to initialize.
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.validateFilter(CosignAuthenticationFilterIII.java:151)
  at 
edu.umich.auth.cosign.CosignAuthenticationFilterIII.doFilter(CosignAuthenticationFilterIII.java:281)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)

This is what I have in cosignCofigBlancoj.xml






UMICH.EDU

/cgi/deposit*
/webiso-login




I think protected, should say cocoon.  Right?



-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 1:34 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

I see now it's from:

dspace-xmlui/dspace-xmlui-webapp/src/main/webapp

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 1:18 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Robin,  Is this the sitemap that goes in:

dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/EPerson

-Original Message-
From: Robin Taylor [mailto:robin.tay...@ed.ac.uk] 
Sent: Tuesday, October 04, 2011 11:40 AM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] adding cosing to manakin

Hi Jose,

See attached. The web.xml is where you configure Cosign as a filter. The 
Sitemap is where you configure your Action to look for the credentials that 
should have been added to the request by Cosign. Please excuse any dodgy 
debugging code left in the source.

Please ask if you have any questions.

Cheers, Robin.




On Tue, 2011-10-04 at 16:10 +0100, Blanco, Jose wrote:
> Robin,
> 
> When you get a chance could you send me the Action code and the sitemap you 
> used to get cosign running in the xmlui environment.  I'd like to give it a 
> try.
> 
> Thank you!
> Jose
> 
> -Original Message-
> From: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk]
> Sent: Saturday, July 16, 2011 4:42 AM
> To: Mark Diggory
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: RE: [Dspace-tech] adding cosing to manakin
> 
> Will do. Unfortunately I'm on holiday for the next two weeks and don't have 
> access to the source code so there will be a delay.
> 
> Cheers.
> 
> 
> From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark 
> Diggory [mdigg...@atmire.com]
> Sent: 15 July 2011 18:48
> To: TAYLOR Robin
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] adding cosing to manakin
> 
> Robin,
> 
> Can you post the Action code and the sitemap you used here? I think 
> Jose needs to see this in a complete context.  Likewise, maybe its 
> something we can write a cosine authenticator addon for future dspace 
> releases.
> 
> Mark
> 
> On Tue, Jul 12, 2011 at 8:22 AM, Robin Taylor  wrote:
> > Hi Jose,
> >
> > Not sure if I am understanding the problem correctly but I have had 
> > Cosign working with the XMLUI before so here is what we did...
> >
> > 1. Add the Cosign Filter to the web.xml. That should cause you to 
> > get redirected to your 'cosign' login page'.
> >
> > 2. Add a new Cocoon Action to the main Cocoon sitemap.xmap. to 
> > invoke a new class. Cosign will have added the 'principal' to the 
> > incoming request, this new class should extract that info and do 
> > whatever you want with it eg find a matching eperson.
> >
> > 
> >
> >
> > > uri-prefix=""/>
> >
> >
> >
> >
> > > src="themes/themes.xmap"
> > uri-prefix=""/>
> >
> >
> >
> > (Apologies for the line wrapping)
> >
> >
> > Its worth pointing out that we were protecting the whole repo, hence 
> > the check on pattern="**". If this sounds like what you need then 
> > reply and I'll send you more details.
> >
> > Cheers, Robin.
> >
> >
> >
> >
> >
> > On Mon, 2011-07-11 at 14:36 +0100, Blanco, Jose wrote:
> >> Any suggestions?  Really stuck here.
> >>
> >>
> >>
> >> From: Blanco, Jose [mailto:blan...@umi

[Dspace-tech] help please

2011-10-04 Thread Akeredolu Joshua
Please how can I make my dspace to be cited through a customised doman
name, that is some thing like http://myworld.edu/xmlui or
http://myworld.edu/jspui instead of http://localhost:8080/xmlui or
http://IP_address:8080? I dont even want the 8080 to appear even. And
how can i make my dspace accessable from other computer in a local
network like an intranet from the computer in which my dspace is
installed? I have tried various means by editing the dspace.cfg but  I
dont seem to get it right please explain to me how I can make other
users access the dspace as an intranet. I am using
windows 7, dspace 1.7.2 and apache tomcat 7.0. Also I tried editing the
tomcat server but it did not share my dspace in the local network

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
I see now it's from:

dspace-xmlui/dspace-xmlui-webapp/src/main/webapp

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Tuesday, October 04, 2011 1:18 PM
To: Robin Taylor
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Robin,  Is this the sitemap that goes in:

dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/EPerson

-Original Message-
From: Robin Taylor [mailto:robin.tay...@ed.ac.uk] 
Sent: Tuesday, October 04, 2011 11:40 AM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] adding cosing to manakin

Hi Jose,

See attached. The web.xml is where you configure Cosign as a filter. The 
Sitemap is where you configure your Action to look for the credentials that 
should have been added to the request by Cosign. Please excuse any dodgy 
debugging code left in the source.

Please ask if you have any questions.

Cheers, Robin.




On Tue, 2011-10-04 at 16:10 +0100, Blanco, Jose wrote:
> Robin,
> 
> When you get a chance could you send me the Action code and the sitemap you 
> used to get cosign running in the xmlui environment.  I'd like to give it a 
> try.
> 
> Thank you!
> Jose
> 
> -Original Message-
> From: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk]
> Sent: Saturday, July 16, 2011 4:42 AM
> To: Mark Diggory
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: RE: [Dspace-tech] adding cosing to manakin
> 
> Will do. Unfortunately I'm on holiday for the next two weeks and don't have 
> access to the source code so there will be a delay.
> 
> Cheers.
> 
> 
> From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark 
> Diggory [mdigg...@atmire.com]
> Sent: 15 July 2011 18:48
> To: TAYLOR Robin
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] adding cosing to manakin
> 
> Robin,
> 
> Can you post the Action code and the sitemap you used here? I think 
> Jose needs to see this in a complete context.  Likewise, maybe its 
> something we can write a cosine authenticator addon for future dspace 
> releases.
> 
> Mark
> 
> On Tue, Jul 12, 2011 at 8:22 AM, Robin Taylor  wrote:
> > Hi Jose,
> >
> > Not sure if I am understanding the problem correctly but I have had 
> > Cosign working with the XMLUI before so here is what we did...
> >
> > 1. Add the Cosign Filter to the web.xml. That should cause you to 
> > get redirected to your 'cosign' login page'.
> >
> > 2. Add a new Cocoon Action to the main Cocoon sitemap.xmap. to 
> > invoke a new class. Cosign will have added the 'principal' to the 
> > incoming request, this new class should extract that info and do 
> > whatever you want with it eg find a matching eperson.
> >
> > 
> >
> >
> > > uri-prefix=""/>
> >
> >
> >
> >
> > > src="themes/themes.xmap"
> > uri-prefix=""/>
> >
> >
> >
> > (Apologies for the line wrapping)
> >
> >
> > Its worth pointing out that we were protecting the whole repo, hence 
> > the check on pattern="**". If this sounds like what you need then 
> > reply and I'll send you more details.
> >
> > Cheers, Robin.
> >
> >
> >
> >
> >
> > On Mon, 2011-07-11 at 14:36 +0100, Blanco, Jose wrote:
> >> Any suggestions?  Really stuck here.
> >>
> >>
> >>
> >> From: Blanco, Jose [mailto:blan...@umich.edu]
> >> Sent: Wednesday, July 06, 2011 3:09 PM
> >> To: Mark Diggory
> >> Cc: dspace-tech@lists.sourceforge.net
> >> Subject: Re: [Dspace-tech] adding cosing to manakin
> >>
> >>
> >>
> >>
> >> Mark, I'm getting closer, now I can get the cosign page and login 
> >> successfully, but what I did is map the /webiso-login to the 
> >> servlet Cocoon.
> >>
> >>
> >>
> >>   
> >>
> >> Cocoon
> >>
> >> /webiso-login
> >>
> >>   
> >>
> >>
> >>
> >> In the jsp environment I had it mapped to a specifc servlet that 
> >> did some special things, but I'm not sure how to do this in the 
> >> xmlui environment.  In the xmlui area there is only one servlet - Cocoon.
> >> Where do I put my jspui servlet code to handle auth?  As you can 
> >> tell I'm new to Cocoon.
> >>
> >>
> >>
> >> Thank you!
> >>
> >> Jose
> >>
> >>
> >>
> >> From: mdigg...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of 
> >> Mark Diggory
> >> Sent: Monday, June 27, 2011 8:26 PM
> >> To: Blanco, Jose
> >> Cc: dspace-tech@lists.sourceforge.net
> >> Subject: Re: [Dspace-tech] adding cosing to manakin
> >>
> >>
> >>
> >>
> >> No, each webapp needs to list its needed dependencies separately.
> >> Listing cosign as a dependency in dspace/pom.xml will only place it 
> >> into the commandline application lib directory.
> >>
> >> On Fri, Jun 24, 2011 at 8:33 AM, Blanco, Jose 
> >> wrote:
> >>
> >> Mark,  the dspace/pom.xml is the only place that the jscosign is 
> >> listed, and it seems like it would hold for all the

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
Robin,  Is this the sitemap that goes in:

dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/EPerson

-Original Message-
From: Robin Taylor [mailto:robin.tay...@ed.ac.uk] 
Sent: Tuesday, October 04, 2011 11:40 AM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] adding cosing to manakin

Hi Jose,

See attached. The web.xml is where you configure Cosign as a filter. The 
Sitemap is where you configure your Action to look for the credentials that 
should have been added to the request by Cosign. Please excuse any dodgy 
debugging code left in the source.

Please ask if you have any questions.

Cheers, Robin.




On Tue, 2011-10-04 at 16:10 +0100, Blanco, Jose wrote:
> Robin,
> 
> When you get a chance could you send me the Action code and the sitemap you 
> used to get cosign running in the xmlui environment.  I'd like to give it a 
> try.
> 
> Thank you!
> Jose
> 
> -Original Message-
> From: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk]
> Sent: Saturday, July 16, 2011 4:42 AM
> To: Mark Diggory
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: RE: [Dspace-tech] adding cosing to manakin
> 
> Will do. Unfortunately I'm on holiday for the next two weeks and don't have 
> access to the source code so there will be a delay.
> 
> Cheers.
> 
> 
> From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark 
> Diggory [mdigg...@atmire.com]
> Sent: 15 July 2011 18:48
> To: TAYLOR Robin
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] adding cosing to manakin
> 
> Robin,
> 
> Can you post the Action code and the sitemap you used here? I think 
> Jose needs to see this in a complete context.  Likewise, maybe its 
> something we can write a cosine authenticator addon for future dspace 
> releases.
> 
> Mark
> 
> On Tue, Jul 12, 2011 at 8:22 AM, Robin Taylor  wrote:
> > Hi Jose,
> >
> > Not sure if I am understanding the problem correctly but I have had 
> > Cosign working with the XMLUI before so here is what we did...
> >
> > 1. Add the Cosign Filter to the web.xml. That should cause you to 
> > get redirected to your 'cosign' login page'.
> >
> > 2. Add a new Cocoon Action to the main Cocoon sitemap.xmap. to 
> > invoke a new class. Cosign will have added the 'principal' to the 
> > incoming request, this new class should extract that info and do 
> > whatever you want with it eg find a matching eperson.
> >
> > 
> >
> >
> > > uri-prefix=""/>
> >
> >
> >
> >
> > > src="themes/themes.xmap"
> > uri-prefix=""/>
> >
> >
> >
> > (Apologies for the line wrapping)
> >
> >
> > Its worth pointing out that we were protecting the whole repo, hence 
> > the check on pattern="**". If this sounds like what you need then 
> > reply and I'll send you more details.
> >
> > Cheers, Robin.
> >
> >
> >
> >
> >
> > On Mon, 2011-07-11 at 14:36 +0100, Blanco, Jose wrote:
> >> Any suggestions?  Really stuck here.
> >>
> >>
> >>
> >> From: Blanco, Jose [mailto:blan...@umich.edu]
> >> Sent: Wednesday, July 06, 2011 3:09 PM
> >> To: Mark Diggory
> >> Cc: dspace-tech@lists.sourceforge.net
> >> Subject: Re: [Dspace-tech] adding cosing to manakin
> >>
> >>
> >>
> >>
> >> Mark, I'm getting closer, now I can get the cosign page and login 
> >> successfully, but what I did is map the /webiso-login to the 
> >> servlet Cocoon.
> >>
> >>
> >>
> >>   
> >>
> >> Cocoon
> >>
> >> /webiso-login
> >>
> >>   
> >>
> >>
> >>
> >> In the jsp environment I had it mapped to a specifc servlet that 
> >> did some special things, but I'm not sure how to do this in the 
> >> xmlui environment.  In the xmlui area there is only one servlet - Cocoon.
> >> Where do I put my jspui servlet code to handle auth?  As you can 
> >> tell I'm new to Cocoon.
> >>
> >>
> >>
> >> Thank you!
> >>
> >> Jose
> >>
> >>
> >>
> >> From: mdigg...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of 
> >> Mark Diggory
> >> Sent: Monday, June 27, 2011 8:26 PM
> >> To: Blanco, Jose
> >> Cc: dspace-tech@lists.sourceforge.net
> >> Subject: Re: [Dspace-tech] adding cosing to manakin
> >>
> >>
> >>
> >>
> >> No, each webapp needs to list its needed dependencies separately.
> >> Listing cosign as a dependency in dspace/pom.xml will only place it 
> >> into the commandline application lib directory.
> >>
> >> On Fri, Jun 24, 2011 at 8:33 AM, Blanco, Jose 
> >> wrote:
> >>
> >> Mark,  the dspace/pom.xml is the only place that the jscosign is 
> >> listed, and it seems like it would hold for all the apps.
> >>
> >>
> >>
> >> Take a look.
> >>
> >>
> >>
> >> From: Mark Diggory [mailto:mdigg...@atmire.com]
> >> Sent: Friday, June 24, 2011 1:48 AM
> >> To: Blanco, Jose
> >> Cc: dspace-tech@lists.sourceforge.net
> >> Subject: Re: [Dspace-tech] adding cosing to manakin
> >>
> >>
> >>
> >>
> >

Re: [Dspace-tech] Vireo on Dspace

2011-10-04 Thread Ingram, William A
Hello from UIUC, 

We have been running Vireo as our campus ETD system for a couple of years now, 
to great success. Ours is a separate instance of DSpace from our main 
repository, and still runs on 1.5.1. Although we have made a considerable 
amount of changes and customizations to Vireo, none have really affected the 
underlying DSpace code. 

If you come up with a Vireo mod that runs on 1.7 or 1.8, would you be 
interested in offering it back to TDL? I cannot speak for them, but my guess is 
that your help would be welcomed. I know we would be interested in running 
Vireo on a more-recent version of DSpace, but we don't want to get too far away 
from the core Vireo codebase. It is already enough work keeping our 
customizations working whenever TDL pushes out a new feature or bug fix.  

Thanks,
Bill

--
Bill Ingram
Research Programmer 
Scholarly Communication and Repository Services
University of Illinois at Urbana-Champaign

-Original Message-
From: Mark H. Wood [mailto:mw...@iupui.edu] 
Sent: Monday, October 03, 2011 12:34 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Vireo on Dspace

I've begun looking at Vireo but don't have anything running.  Looking over the 
patching that it does to DSpace, I think a lot of it consists of patches to 
DSpace 1.5 that were taken up into later releases, some nice extensions that 
were contributed to DSpace later, and Maven magic to separate the patched 
artifacts from stock.  I think it might fit into 1.7.x/1.8.0 with considerably 
less patching, but I haven't gotten that far yet.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Robin Taylor
Hi Jose,

See attached. The web.xml is where you configure Cosign as a filter. The
Sitemap is where you configure your Action to look for the credentials
that should have been added to the request by Cosign. Please excuse any
dodgy debugging code left in the source.

Please ask if you have any questions.

Cheers, Robin.




On Tue, 2011-10-04 at 16:10 +0100, Blanco, Jose wrote:
> Robin,
> 
> When you get a chance could you send me the Action code and the sitemap you 
> used to get cosign running in the xmlui environment.  I'd like to give it a 
> try.
> 
> Thank you!
> Jose
> 
> -Original Message-
> From: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk] 
> Sent: Saturday, July 16, 2011 4:42 AM
> To: Mark Diggory
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: RE: [Dspace-tech] adding cosing to manakin
> 
> Will do. Unfortunately I'm on holiday for the next two weeks and don't have 
> access to the source code so there will be a delay.
> 
> Cheers.
> 
> 
> From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark Diggory 
> [mdigg...@atmire.com]
> Sent: 15 July 2011 18:48
> To: TAYLOR Robin
> Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] adding cosing to manakin
> 
> Robin,
> 
> Can you post the Action code and the sitemap you used here? I think
> Jose needs to see this in a complete context.  Likewise, maybe its
> something we can write a cosine authenticator addon for future dspace
> releases.
> 
> Mark
> 
> On Tue, Jul 12, 2011 at 8:22 AM, Robin Taylor  wrote:
> > Hi Jose,
> >
> > Not sure if I am understanding the problem correctly but I have had
> > Cosign working with the XMLUI before so here is what we did...
> >
> > 1. Add the Cosign Filter to the web.xml. That should cause you to get
> > redirected to your 'cosign' login page'.
> >
> > 2. Add a new Cocoon Action to the main Cocoon sitemap.xmap. to invoke a
> > new class. Cosign will have added the 'principal' to the incoming
> > request, this new class should extract that info and do whatever you
> > want with it eg find a matching eperson.
> >
> > 
> >
> >
> > > uri-prefix=""/>
> >
> >
> >
> >
> > > src="themes/themes.xmap"
> > uri-prefix=""/>
> >
> >
> >
> > (Apologies for the line wrapping)
> >
> >
> > Its worth pointing out that we were protecting the whole repo, hence the
> > check on pattern="**". If this sounds like what you need then reply and
> > I'll send you more details.
> >
> > Cheers, Robin.
> >
> >
> >
> >
> >
> > On Mon, 2011-07-11 at 14:36 +0100, Blanco, Jose wrote:
> >> Any suggestions?  Really stuck here.
> >>
> >>
> >>
> >> From: Blanco, Jose [mailto:blan...@umich.edu]
> >> Sent: Wednesday, July 06, 2011 3:09 PM
> >> To: Mark Diggory
> >> Cc: dspace-tech@lists.sourceforge.net
> >> Subject: Re: [Dspace-tech] adding cosing to manakin
> >>
> >>
> >>
> >>
> >> Mark, I'm getting closer, now I can get the cosign page and login
> >> successfully, but what I did is map the /webiso-login to the servlet
> >> Cocoon.
> >>
> >>
> >>
> >>   
> >>
> >> Cocoon
> >>
> >> /webiso-login
> >>
> >>   
> >>
> >>
> >>
> >> In the jsp environment I had it mapped to a specifc servlet that did
> >> some special things, but I'm not sure how to do this in the xmlui
> >> environment.  In the xmlui area there is only one servlet - Cocoon.
> >> Where do I put my jspui servlet code to handle auth?  As you can tell
> >> I'm new to Cocoon.
> >>
> >>
> >>
> >> Thank you!
> >>
> >> Jose
> >>
> >>
> >>
> >> From: mdigg...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of Mark
> >> Diggory
> >> Sent: Monday, June 27, 2011 8:26 PM
> >> To: Blanco, Jose
> >> Cc: dspace-tech@lists.sourceforge.net
> >> Subject: Re: [Dspace-tech] adding cosing to manakin
> >>
> >>
> >>
> >>
> >> No, each webapp needs to list its needed dependencies separately.
> >> Listing cosign as a dependency in dspace/pom.xml will only place it
> >> into the commandline application lib directory.
> >>
> >> On Fri, Jun 24, 2011 at 8:33 AM, Blanco, Jose 
> >> wrote:
> >>
> >> Mark,  the dspace/pom.xml is the only place that the jscosign is
> >> listed, and it seems like it would hold for all the apps.
> >>
> >>
> >>
> >> Take a look.
> >>
> >>
> >>
> >> From: Mark Diggory [mailto:mdigg...@atmire.com]
> >> Sent: Friday, June 24, 2011 1:48 AM
> >> To: Blanco, Jose
> >> Cc: dspace-tech@lists.sourceforge.net
> >> Subject: Re: [Dspace-tech] adding cosing to manakin
> >>
> >>
> >>
> >>
> >> Yes, you need to look for the dependency for cosign in your jspui
> >> pom.xml and add it to your xmlui pom.xml
> >>
> >>
> >>
> >>
> >> Best,
> >>
> >>
> >> Mark
> >>
> >> On Thu, Jun 23, 2011 at 12:00 PM, Blanco, Jose 
> >> wrote:
> >>
> >> I have cosign running in my jspui, and I'm trying to run it now in
> >> xmlui, so I added the following to the 

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
Robin,

When you get a chance could you send me the Action code and the sitemap you 
used to get cosign running in the xmlui environment.  I'd like to give it a try.

Thank you!
Jose

-Original Message-
From: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk] 
Sent: Saturday, July 16, 2011 4:42 AM
To: Mark Diggory
Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] adding cosing to manakin

Will do. Unfortunately I'm on holiday for the next two weeks and don't have 
access to the source code so there will be a delay.

Cheers.


From: mdigg...@gmail.com [mdigg...@gmail.com] On Behalf Of Mark Diggory 
[mdigg...@atmire.com]
Sent: 15 July 2011 18:48
To: TAYLOR Robin
Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] adding cosing to manakin

Robin,

Can you post the Action code and the sitemap you used here? I think
Jose needs to see this in a complete context.  Likewise, maybe its
something we can write a cosine authenticator addon for future dspace
releases.

Mark

On Tue, Jul 12, 2011 at 8:22 AM, Robin Taylor  wrote:
> Hi Jose,
>
> Not sure if I am understanding the problem correctly but I have had
> Cosign working with the XMLUI before so here is what we did...
>
> 1. Add the Cosign Filter to the web.xml. That should cause you to get
> redirected to your 'cosign' login page'.
>
> 2. Add a new Cocoon Action to the main Cocoon sitemap.xmap. to invoke a
> new class. Cosign will have added the 'principal' to the incoming
> request, this new class should extract that info and do whatever you
> want with it eg find a matching eperson.
>
> 
>
>
> uri-prefix=""/>
>
>
>
>
> src="themes/themes.xmap"
> uri-prefix=""/>
>
>
>
> (Apologies for the line wrapping)
>
>
> Its worth pointing out that we were protecting the whole repo, hence the
> check on pattern="**". If this sounds like what you need then reply and
> I'll send you more details.
>
> Cheers, Robin.
>
>
>
>
>
> On Mon, 2011-07-11 at 14:36 +0100, Blanco, Jose wrote:
>> Any suggestions?  Really stuck here.
>>
>>
>>
>> From: Blanco, Jose [mailto:blan...@umich.edu]
>> Sent: Wednesday, July 06, 2011 3:09 PM
>> To: Mark Diggory
>> Cc: dspace-tech@lists.sourceforge.net
>> Subject: Re: [Dspace-tech] adding cosing to manakin
>>
>>
>>
>>
>> Mark, I'm getting closer, now I can get the cosign page and login
>> successfully, but what I did is map the /webiso-login to the servlet
>> Cocoon.
>>
>>
>>
>>   
>>
>> Cocoon
>>
>> /webiso-login
>>
>>   
>>
>>
>>
>> In the jsp environment I had it mapped to a specifc servlet that did
>> some special things, but I'm not sure how to do this in the xmlui
>> environment.  In the xmlui area there is only one servlet - Cocoon.
>> Where do I put my jspui servlet code to handle auth?  As you can tell
>> I'm new to Cocoon.
>>
>>
>>
>> Thank you!
>>
>> Jose
>>
>>
>>
>> From: mdigg...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of Mark
>> Diggory
>> Sent: Monday, June 27, 2011 8:26 PM
>> To: Blanco, Jose
>> Cc: dspace-tech@lists.sourceforge.net
>> Subject: Re: [Dspace-tech] adding cosing to manakin
>>
>>
>>
>>
>> No, each webapp needs to list its needed dependencies separately.
>> Listing cosign as a dependency in dspace/pom.xml will only place it
>> into the commandline application lib directory.
>>
>> On Fri, Jun 24, 2011 at 8:33 AM, Blanco, Jose 
>> wrote:
>>
>> Mark,  the dspace/pom.xml is the only place that the jscosign is
>> listed, and it seems like it would hold for all the apps.
>>
>>
>>
>> Take a look.
>>
>>
>>
>> From: Mark Diggory [mailto:mdigg...@atmire.com]
>> Sent: Friday, June 24, 2011 1:48 AM
>> To: Blanco, Jose
>> Cc: dspace-tech@lists.sourceforge.net
>> Subject: Re: [Dspace-tech] adding cosing to manakin
>>
>>
>>
>>
>> Yes, you need to look for the dependency for cosign in your jspui
>> pom.xml and add it to your xmlui pom.xml
>>
>>
>>
>>
>> Best,
>>
>>
>> Mark
>>
>> On Thu, Jun 23, 2011 at 12:00 PM, Blanco, Jose 
>> wrote:
>>
>> I have cosign running in my jspui, and I'm trying to run it now in
>> xmlui, so I added the following to the xmui web.xml file:
>>
>> 
>>Cosign Authentication Filter
>>
>>  
>> edu.umich.auth.cosign.CosignAuthenticationFilterIII
>>
>>  Cosign.ConfigurationFile
>>
>>  
>> /l1/dspace/repository/dev/config/cosignConfigBlancoj.xml
>>
>>
>>
>>  Auth.JAASConfigurationFile
>>  /l/local/apache-tomcat/conf/jaas.conf
>>
>>
>>  
>>
>>  
>>webiso-login
>>/webiso-login
>>  
>>
>>  
>>Cosign Authentication Filter
>>/webiso-login
>>  
>>
>> And I'm getting this error:
>>
>> SEVERE: Parse error in application web.xml file at
>> jndi:/blancoj.dev.deepblue.lib.umich.edu/WEB-INF/web.xml
>> java.lang.IllegalArgumentException: Filter mapping specifies an
>> unknown filter name Cosign Authentication Filt

Re: [Dspace-tech] Oracle - enterprise vs. standard edition

2011-10-04 Thread Pottinger, Hardy J.
Hi, Vlastik, it's been my experience that DSpace works well with both the
enterprise and standard editions of Oracle. For optimum forward
compatibility, DSpace is targeting version 10 or higher of Oracle, if that
helps you at all.

If you run into trouble using Oracle with DSpace, send a note to this
list. There are a few Oracle users here who can help you through the
process.

--
HARDY POTTINGER 
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
"No matter how far down the wrong road you've gone,
turn back." --Turkish proverb






On 10/4/11 6:34 AM, "Vlastimil Krejcir"  wrote:

>
>   Hi all,
>
>   does DSpace require any special edition of Oracle? To be precise, the
>question is "Enterprise edition or Standard edition" (or the edition is
>not important at all)?
>
>   Thanks.
>
>   Vlastik
>
>--
>--
>Vlastimil Krejčíř
>Library and Information Centre, Institute of Computer Science
>Masaryk University, Brno, Czech Republic
>Email: krejcir (at) ics (dot) muni (dot) cz
>Phone: +420 549 49 3872
>ICQ: 163963217
>Jabber: kre...@jabber.org
>--
>--
>
>--
>
>All the data continuously generated in your IT infrastructure contains a
>definitive record of customers, application performance, security
>threats, fraudulent activity and more. Splunk takes this data and makes
>sense of it. Business sense. IT sense. Common sense.
>http://p.sf.net/sfu/splunk-d2dcopy1
>___
>DSpace-tech mailing list
>DSpace-tech@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Oracle - enterprise vs. standard edition

2011-10-04 Thread Vlastimil Krejcir
   Hi all,

   does DSpace require any special edition of Oracle? To be precise, the 
question is "Enterprise edition or Standard edition" (or the edition is 
not important at all)?

   Thanks.

   Vlastik


Vlastimil Krejčíř
Library and Information Centre, Institute of Computer Science
Masaryk University, Brno, Czech Republic
Email: krejcir (at) ics (dot) muni (dot) cz
Phone: +420 549 49 3872
ICQ: 163963217
Jabber: kre...@jabber.org


--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] fulltext in browse and search

2011-10-04 Thread helix84
Hello,
I'm using DSpace trunk with Discovery and I will stay on 1.8 when it comes out.

Most of our records are bibliographic only and we will add full texts
in small amounts as we gain access to them. We would like to make
records with fulltexts prominently visible and make it also possible
to search/browse only in items with fulltexts.

Therefore I'd like to ask:
1) Is it possible to have a Discovery facet for items with fulltext?
2) Is it possible to rank items with full text before items without
full text in browse/search?
If so, how do I do it?

Let's define fulltext items as "item has at least one bitstream
attached in the ORIGINAL bundle".

Thanks in advance.

Regards,
~~helix84

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech