[Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread José A. Rubio

Hi,

Nowadays, I am trying to run DSpace 1.4.1 on Oracle Application Server 10g,
and I have an initial
doubt in this matter. When we create the DSpace binaries, with ant, we
obtain two WAR files, dspace.war and dspace-oai.war, which are necessary to
deploy the application in Tomcat.
But, when I try to deploy the application on Oracle Application Server, I
can only select a WAR file.

So, could I join both WAR files in only one without problems?, has anybody
had this problem?

Many thanks.
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Help: Dspace 1.4.1; Internal System Error

2007-02-16 Thread Jim Downing
Rodrigo Castro Artigas wrote:
 Hi Jim, I am running Dspace with Oracle 9.2.0.7 and data type is NUMBER
 (SiZE_BYTES). But the problem also is present with upload other documents.
   

Then it looks like you've go the same issue as José Rubio in the current 
thread on this list with the subject Compatibility bug with Oracle 
10g. Graham Triggs has posted a fix, take a look...

Best regards,
jim



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Stuart Lewis [sdl]
Hi José,
 
You should be able to do this quite easily by adding the following to:

[dspace-src]/etc/dspace-web.xml

Add these into the relevant sections:

 context-param
param-nameproperties/param-name
param-value@@dspace.dir@@/config/oaicat.properties/param-value
description
  The location of the oaicat.properties file containing
  datapairs used to initialize the OAI repository software.
/description
  /context-param

 servlet
servlet-nameoai-handler/servlet-name
servlet-classORG.oclc.oai.server.OAIHandler/servlet-class
  /servlet

  servlet-mapping
servlet-nameoai-handler/servlet-name
url-pattern/request/url-pattern
  /servlet-mapping

You can then just recompile, and deploy dspace.war.

Your base URL for OAI-PMH will then be:

www.example.com/dspace/request

Rather than

www.example.com/dspace-oai/request as documented.

Thanks,


Stuart
_

Datblygydd Cymwysiadau'r WeWeb Applications Developer
Gwasanaethau Gwybodaeth  Information Services
Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_
  


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of José A. Rubio
Sent: 16 February 2007 10:35
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Dspace and Oracle Application Server 10g


Hi,

Nowadays, I am trying to run DSpace 1.4.1 on Oracle Application Server 10g, and 
I have an initial
doubt in this matter. When we create the DSpace binaries, with ant, we obtain 
two WAR files, dspace.war and dspace-oai.war, which are necessary to deploy the 
application in Tomcat.
But, when I try to deploy the application on Oracle Application Server, I can 
only select a WAR file.

So, could I join both WAR files in only one without problems?, has anybody had 
this problem?

Many thanks.
  


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Mark Diggory
While this wholy possible now (and actually a nice solution to the  
issue) I caution that the future path of DSpace Development could  
completely separate these web-applications dependencies as well.  
Jose, can't just deploy the web-applications one at a time by hand?

-Mark

On Feb 16, 2007, at 5:45 AM, Stuart Lewis [sdl] wrote:

 Hi José,

 You should be able to do this quite easily by adding the following to:

 [dspace-src]/etc/dspace-web.xml

 Add these into the relevant sections:

  context-param
 param-nameproperties/param-name
 param-value@@dspace.dir@@/config/oaicat.properties/param-value
 description
   The location of the oaicat.properties file containing
   datapairs used to initialize the OAI repository software.
 /description
   /context-param

  servlet
 servlet-nameoai-handler/servlet-name
 servlet-classORG.oclc.oai.server.OAIHandler/servlet-class
   /servlet

   servlet-mapping
 servlet-nameoai-handler/servlet-name
 url-pattern/request/url-pattern
   /servlet-mapping

 You can then just recompile, and deploy dspace.war.

 Your base URL for OAI-PMH will then be:

 www.example.com/dspace/request

 Rather than

 www.example.com/dspace-oai/request as documented.

 Thanks,


 Stuart
 _

 Datblygydd Cymwysiadau'r WeWeb Applications Developer
 Gwasanaethau Gwybodaeth  Information Services
 Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

 E-bost / E-mail: [EMAIL PROTECTED]
  Ffon / Tel: (01970) 622860
 _

 

 From: [EMAIL PROTECTED] [mailto:dspace-tech- 
 [EMAIL PROTECTED] On Behalf Of José A. Rubio
 Sent: 16 February 2007 10:35
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Dspace and Oracle Application Server 10g


 Hi,

 Nowadays, I am trying to run DSpace 1.4.1 on Oracle Application  
 Server 10g, and I have an initial
 doubt in this matter. When we create the DSpace binaries, with ant,  
 we obtain two WAR files, dspace.war and dspace-oai.war, which are  
 necessary to deploy the application in Tomcat.
 But, when I try to deploy the application on Oracle Application  
 Server, I can only select a WAR file.

 So, could I join both WAR files in only one without problems?, has  
 anybody had this problem?

 Many thanks.



 -- 
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to  
 share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php? 
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Google Summer of Code --- and DSpace?

2007-02-16 Thread John Erickson
Hi Folks!

I'm sure many of you saw the announcement that there will be a Google 
Summer of Code for 2007:

   * http://code.google.com/
   * http://code.google.com/soc/

FAQ at: http://code.google.com/support/bin/topic.py?topic=10442

...Google Summer of Code(TM) 2007 is on! Last year, Google funded over 
600 students in 93 countries to work with 100 open source groups. We're 
extremely happy to announce that we'll be holding Google Summer of Code 
again this year. We look forward to helping new contributors join the 
community and write more code...We won't start accepting applications 
until March, so in the interim check out the FAQs for more information. 
Our program administrators will also be hanging out in the Google Summer 
of Code discussion group and in #summer-discuss on Slashnet. We'd love 
to hear from you!..

SO, my question is: is there any in the DSpace Federation and/or 
individual DSpace adopting organizations becoming Mentoring Organizations?

Perhaps Rob could speak to this; I know very little about it (other than 
trying to get my Python-wielding daughter to enter...)

John

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace Config question and error report

2007-02-16 Thread Jeffrey Trimble
Would someone kindly correct the config file that has the following line:

search.index.11 = identifier:dc.identifier.*

change to:

search.index.11 = id:dc.identifier.*

I found this error in 1.3.2 and it is still being perpetuated in 1.4.1.

Now, perhaps somewhere along the line my installed got goofed up, 
which I doubt, but that
is the only way our installation will work for  this particular search index.

TIA,

Jeff


Jeffrey A. Trimble
Systems Librarian
Youngstown State University
Youngstown, OH
[EMAIL PROTECTED]
(330) 941-2483
http://digital.maag.ysu.edu
http://www.maag.ysu.edu
http://jupiter.ysu.edu




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Postgres error during conversion

2007-02-16 Thread Jim Downing
Jeffrey Trimble wrote:
 I'm receiving the following error when I run database_schema_13-14.sql :

 psql: FATAL:  user root does not exist

 I've never seen that before.  HELP!
   

sudo -u dspace {whatever you were doing}

Best regards,
jim


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Policies on groups?

2007-02-16 Thread Mark H. Wood
Context:  DSpace 1.3.2

I was tracking down a permissions problem:  a collection admin. could
not edit the collection's submitters group.  I found that there were no
resource policy rows granting any access at all to the submitters
group.  How this came to be I don't know, but I patched in a new row
by hand and it seems to have fixed the problem.

Anyway, am I not looking in the right place, or is there no UI for
managing resource policies which apply *to* eperson groups?  There's
no mention in the documentation that policies *can* apply to groups,
although it's fairly obvious that permissions to do things to groups
must be controlled.

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is intuitive he
means the exact opposite.



pgpYXY83OoCpN.pgp
Description: PGP signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-general] How to swap a file when item already submitted to Dspace

2007-02-16 Thread Tim Donohue
Satu,

Probably the easiest way to swap a file (although it's admittedly *not* 
that easy, yet) is to login as your local DSpace Administrator, and 
click on the Edit button when you are viewing the item in DSpace.

That button will bring you to a page to edit any information about the 
item.  Unfortunately, this page is currently not very pretty, and only a 
librarian familiar with Dublin Core would have a chance at understanding 
it. :)

In any case, if you scroll down to the Bitstreams section at the very 
bottom, you will see the ability to Remove existing bitstreams/files 
and Add new bitstreams/files.  Please note that this doesn't update 
the qualified dublin core format.extent and format.mimetype fields 
automatically.  So, you may wish to manually update those as well.

In the future, you may also want to join the dspace-tech mailing list 
(I've copied it to this message), since oftentimes that can be a better 
place to post any specific questions about using DSpace software (or 
issues encountered).  However, since there are a lot of questions asked 
there (both technical and non-technical) it sometimes does get a little 
busy at times.

Good luck!

- Tim

-- 


Tim Donohue
Research Programmer, Illinois Digital Environment for
Access to Learning and Scholarship (IDEALS)
135 Grainger Engineering Library
University of Illinois at Urbana-Champaign

email: [EMAIL PROTECTED]
web:   http://ideals.uiuc.edu
phone: (217) 333-4648
fax:   (217) 244-7764



S Nieminen wrote:
 Hello,
 
 Can anyone tell me how to swap a file to another if it has already been
 submitted to DSpace? I have a dissertation record in our installation of
 DSpace and now need to change the file attached to another. Any help?
 
 Satu
 
 Ms Satu Nieminen
 Electronic Resources Librarian
 University of Bradford
 JB Priestley Library
 Richmond Road
 Bradford
 BD7 1DP
 Tel 01274 233400
 Fax 01274 233398
 Email [EMAIL PROTECTED] 
 
 
 ___
 Dspace-general mailing list
 [EMAIL PROTECTED]
 http://mailman.mit.edu/mailman/listinfo/dspace-general
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread José A. Rubio

Hi Mark,

My knowledge on OAS 10g is limited, but I think that if you deploy two
differents WAR files you are obtaining two differents applications within
OAS,
as for each deployment you are limited to deploy only one WAR file.
So, although I deploy two differents applicatios for DSpace, dpsace and
dspace-oai,
in the same OC4J, I think this don't work.

Best.

On 2/16/07, Mark Diggory [EMAIL PROTECTED] wrote:


While this wholy possible now (and actually a nice solution to the
issue) I caution that the future path of DSpace Development could
completely separate these web-applications dependencies as well.
Jose, can't just deploy the web-applications one at a time by hand?

-Mark

On Feb 16, 2007, at 5:45 AM, Stuart Lewis [sdl] wrote:

 Hi José,

 You should be able to do this quite easily by adding the following to:

 [dspace-src]/etc/dspace-web.xml

 Add these into the relevant sections:

  context-param
 param-nameproperties/param-name
 param-value@@dspace.dir@@/config/oaicat.properties/param-value
 description
   The location of the oaicat.properties file containing
   datapairs used to initialize the OAI repository software.
 /description
   /context-param

  servlet
 servlet-nameoai-handler/servlet-name
 servlet-classORG.oclc.oai.server.OAIHandler/servlet-class
   /servlet

   servlet-mapping
 servlet-nameoai-handler/servlet-name
 url-pattern/request/url-pattern
   /servlet-mapping

 You can then just recompile, and deploy dspace.war.

 Your base URL for OAI-PMH will then be:

 www.example.com/dspace/request

 Rather than

 www.example.com/dspace-oai/request as documented.

 Thanks,


 Stuart
 _

 Datblygydd Cymwysiadau'r WeWeb Applications Developer
 Gwasanaethau Gwybodaeth  Information Services
 Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

 E-bost / E-mail: [EMAIL PROTECTED]
  Ffon / Tel: (01970) 622860
 _

 

 From: [EMAIL PROTECTED] [mailto:dspace-tech-
 [EMAIL PROTECTED] On Behalf Of José A. Rubio
 Sent: 16 February 2007 10:35
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Dspace and Oracle Application Server 10g


 Hi,

 Nowadays, I am trying to run DSpace 1.4.1 on Oracle Application
 Server 10g, and I have an initial
 doubt in this matter. When we create the DSpace binaries, with ant,
 we obtain two WAR files, dspace.war and dspace-oai.war, which are
 necessary to deploy the application in Tomcat.
 But, when I try to deploy the application on Oracle Application
 Server, I can only select a WAR file.

 So, could I join both WAR files in only one without problems?, has
 anybody had this problem?

 Many thanks.



 --
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to
 share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to implement an Interface to DSpace

2007-02-16 Thread Tanyaporn Sasisuwan
Now, I’m trying to interface DSpace with Horizon for my 
university. Currently, our university use Horizon as main library system, 
  but now I have installed DSpace to allow them to collect electronic copy of 
the 
document. However, the main objective is that we want Horizon (using Z39.50)
  to be able to also search DSpace database(which is not z39.50 compliant). 
   
  As a result, I'm trying to install SRW to be used as interoperability 
protocol for DSpace. 
  So will this solution work? If not, could you suggest the possible interface 
tool to make this happen. 
   
  Please advise. 
  
 
  Best regards,
   
  Tanyaporn 

 
-
Don't be flakey. Get Yahoo! Mail for Mobile and 
always stay connected to friends.-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Google Summer of Code --- and DSpace?

2007-02-16 Thread Robert Tansley
DSpace can be a mentoring organisation -- we just need an organisation
administrator as the main point of contact (I can do this if it makes
sense to people), and mentors to work with the students.  If some
committers or active community members are willing to step up to this
we should definitely put in an application.  (Committers? ;-)

I seeded an ideas page on the Wiki -- please add your ideas!

http://wiki.dspace.org/index.php/Summer_of_Code_Ideas

Rob

On 16/02/07, John Erickson [EMAIL PROTECTED] wrote:
 Hi Folks!

 I'm sure many of you saw the announcement that there will be a Google
 Summer of Code for 2007:

* http://code.google.com/
* http://code.google.com/soc/

 FAQ at: http://code.google.com/support/bin/topic.py?topic=10442

 ...Google Summer of Code(TM) 2007 is on! Last year, Google funded over
 600 students in 93 countries to work with 100 open source groups. We're
 extremely happy to announce that we'll be holding Google Summer of Code
 again this year. We look forward to helping new contributors join the
 community and write more code...We won't start accepting applications
 until March, so in the interim check out the FAQs for more information.
 Our program administrators will also be hanging out in the Google Summer
 of Code discussion group and in #summer-discuss on Slashnet. We'd love
 to hear from you!..

 SO, my question is: is there any in the DSpace Federation and/or
 individual DSpace adopting organizations becoming Mentoring Organizations?

 Perhaps Rob could speak to this; I know very little about it (other than
 trying to get my Python-wielding daughter to enter...)

 John

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Blocking an IP from accessing DSpace

2007-02-16 Thread George Kozak
Hi...

I wonder if anyone has successfully blocked an IP from accessing content in 
DSpace.  I usually block IP's in Apache, but my attempts to do so with 
DSpace have not been successful.

Does anyone have any suggestions on how I can restrict an abusive IP ?

***
George Kozak
Coordinator
Web Development and Management
Digital Media Group
504 Olin Library
Cornell University
607-255-8924
***
[EMAIL PROTECTED] 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Blocking an IP from accessing DSpace

2007-02-16 Thread Mark Diggory
There is a remote restriction valve you can place in tomcats  
server.xml to block certain IP. But I'm not so sure its as low level  
as you get out of Apache or Packet Filtering in Linux

Valve className=org.apache.catalina.valves.RemoteAddrValve deny=61 
\.145\.233\.118 /

-Mark

On Feb 16, 2007, at 4:39 PM, George Kozak wrote:

 Hi...

 I wonder if anyone has successfully blocked an IP from accessing  
 content in
 DSpace.  I usually block IP's in Apache, but my attempts to do so with
 DSpace have not been successful.

 Does anyone have any suggestions on how I can restrict an abusive IP ?

 ***
 George Kozak
 Coordinator
 Web Development and Management
 Digital Media Group
 504 Olin Library
 Cornell University
 607-255-8924
 ***
 [EMAIL PROTECTED]


 -- 
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to  
 share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php? 
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology
Office: E25-131
Phone: (617) 253-1096



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Blocking an IP from accessing DSpace

2007-02-16 Thread Graham Triggs
From: George Kozak [EMAIL PROTECTED]
 Does anyone have any suggestions on how I can restrict an abusive IP ?

I don't have any experience in doing this, and how you would go about it 
depends on your situation (choice of application server, whether you want to 
restrict all access to DSpace, or just specific pages, etc.).

But if you are hosting on Tomcat, want to block access across the entire 
DSpace application (or even across the entire host or everything served by 
Tomcat), and haven't done so already, then you ought to start by looking at 
the Remote Address Filter valve

http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html

It's configurable at Engine (whole of Tomcat), Host (domain), or Context 
(single web application) level. If you wish (or can get away with) 
restricting only at the level of the application, then you can do so 
supplying a Context definition in the file /META-INF/context.xml within the 
war.

G 

This email has been scanned by Postini.
For more information please visit http://www.postini.com


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Larry Stone
 You should be able to do this quite easily by adding the following to:
 [dspace-src]/etc/dspace-web.xml

When merging Servlet webapps, one thing to watch out for is how they
handle errors.  The DSpace webapp has special error handlers that
substitute its own pages.  I think it also transforms some status codes.
This may cause problems with the OAI-PMH protocol; as I recall, it
did when I experimented with including WebDAV protocol servlets in
the same webapp as the web UI.

Aside from that, though, it was no problem to merge the OAI, WebUI, and
WebDAV servlets into one webapp.

-- Larry



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Mark Diggory

Jose,

I want to rewind a little bit here and ask a few questions.  So if  
you have a couple seconds, could you answer the following questions?


I suspect you have one Oracle Database configured for DSpace and have  
altered your dspace.cfg to point at the database connection?



# Database settings #
db.name   = oracle
db.url= jdbc.oracle.thin:@//host:port/dspace
db.driver = oracle.jdbc.OracleDriver


If this is the case and deploy your web-application can you access  
the web-application at its appropriate URL?


Is there something unique about Oracle Application Server that is  
stopping two separately deployed web-apps from both using the same db?


I'm a little naive about using Oracle Application Server / Oracle DB.  
What stops you from deploying each war separately? What issues would  
arise that are a concern if you did?


Thanks,
Mark

On Feb 16, 2007, at 5:35 AM, José A. Rubio wrote:


Nowadays, I am trying to run DSpace 1.4.1 on Oracle Application  
Server 10g, and I have an initial
doubt in this matter. When we create the DSpace binaries, with ant,  
we obtain two WAR files, dspace.war and dspace-oai.war, which are  
necessary to deploy the application in Tomcat.
But, when I try to deploy the application on Oracle Application  
Server, I can only select a WAR file.


So, could I join both WAR files in only one without problems?, has  
anybody had this problem?




~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace and Oracle Application Server 10g

2007-02-16 Thread Graham Triggs
From: Mark Diggory
Is there something unique about Oracle Application Server that is stopping 
two separately deployed web-apps from both using the same db?

I suspect you would be as surprised as I would if you were told that was the 
case. It would be a massive limitation.

I'm a little naive about using Oracle Application Server / Oracle DB. What 
stops you from deploying each war separately? What issues would arise that 
are a concern if you did?

The question is whether both WARs can reside with the same OC4J instance, or 
whether they have to be in separate ones. I've only got a vague 
understanding of what an OC4J instance is, but to put in context, it sounds 
like it has a roughly similar scope to a CATALINA_BASE instance (then 
imagine Tomcat running with multiple simultaneous instances of those).

I can see administration benefits to having both web apps in a single 
instance (and some restrictions when running in spearate instances). Judging 
by question 25 of the FAQ, this should be possible:

http://www.oracle.com/technology/tech/java/oc4j/1012/collateral/OC4J-FAQ-101202.pdf

25 Where can I put shared class libraries so they are accessible to all my 
deployed applications?
OC4J is configured by default with a shared directory. The directory is 
J2EE_HOME/applib. Any class libraries that are placed in this directory 
will be accessible to applications deployed on OC4J.

The shared directory is specified using the library tag in the default 
application configuration file J2EE_HOME/config/application.xml.
orion-application autocreate-tables=true 
default-data-source=jdbc/OracleDS

web-module id=defaultWebApp path=../../home/default-web-app/
web-module id=dms0 path=../../home/applications/dms0.war/
web-module id=dms path=../../home/applications/dms.war/
persistence path=../persistence/

!-- Path to the libraries that are installed on this server.
 These will accesible for the servlets, EJBs etc --
library path=../applib/
...
/orion-application

For more information about class Loading and packaging issues, see the 
technical note on OTN --  
http://otn.oracle.com/tech/java/oc4j/pdf/ClassLoadingInOC4J_WP.pdf.

G

This email has been scanned by Postini.
For more information please visit http://www.postini.com


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech