Re: [Dspace-tech] Exception: Server at http://localhost:8080/solr/search returned non ok status:404, message:Not Found

2014-06-13 Thread Teo Tokis
Hello, it seems like a Solr's problem. A solution to your problem is to copy the folder [dspace-installation-directory]\webapps\solr to C:\Program Files\Apache Software Foundation\Apache Tomcat (your version)\webapps (or wherever is the Tomcat's installation directory). Another solution is to

[Dspace-tech] Shibboleth help

2014-06-13 Thread Teo Tokis
Hello, I need help on setting up Shibboleth Authentication. I enabled Shibboleth Authentication in [dspace]/config/modules/authentication.cfg but i don't know how to enable mod_shib module. Can anyone give me some direction how to install the module mob_shib. Do I have to enable this module

Re: [Dspace-tech] Modify Browse By in navbar

2014-06-12 Thread Teo Tokis
browse navigation. Terry On Thu, Jun 5, 2014 at 4:50 AM, Teo Tokis teoto...@gmail.com wrote: Hello, i want to add a new browse field in the navbar (except from browse by title, author, subject, dateissued) so i can browse by type. Can anyone suggest me a solution

Re: [Dspace-tech] DSpace 4.1 JSPUI Filter issues

2014-06-06 Thread Teo Tokis
Alexander, you can add an attribute 'required' in the filter form. something like thisQ input type=text id=filterquery name=filterquery size=45 class=ui-autocomplete-input autocomplete=off required in the ...\search\discovery.jsp file Teo. ​

[Dspace-tech] Modify Browse By in navbar

2014-06-05 Thread Teo Tokis
Hello, i want to add a new browse field in the navbar (except from browse by title, author, subject, dateissued) so i can browse by type. Can anyone suggest me a solution? -- Learn Graph Databases - Download FREE O'Reilly

[Dspace-tech] Problem in Dspace search

2014-05-07 Thread Teo Tokis
Hello, I am using Dspace 4.0. I notice that when i search a query like --test i get an internal error. The same happens and in the online JSPUI Demo. I tried a solution like this: i included the following code just before dspace sidebar. % if (qResults != null) { % dspace:sidebar

[Dspace-tech] How can I create a new table in dspace's database?

2014-01-27 Thread Teo Tokis
Hello! How can I create a new table in dspace's database? Is it possible to add this table to file database_schema.sql in source and then execute ant update or I need to do something else? Teo. -- CenturyLink Cloud: The

Re: [Dspace-tech] How can I create a new table in dspace's database?

2014-01-27 Thread Teo Tokis
Actually i want to modify the dspace source and add some new forms when i submitt a new item and also to add some new columns in dspace user table. Do i have to modify some of the xml files of source code? Or just create new tables and columns in my database? Teo. 2014-01-27 Teo Tokis teoto

Re: [Dspace-tech] Internal System Error Dspace 4.0

2014-01-22 Thread Teo Tokis
Hey Eric, it seems like a Solr's problem. A solution to your problem is to copy the folder [dspace-installation-directory]\webapps\solr to C:\Program Files\Apache Software Foundation\Apache Tomcat (your version)\webapps (or wherever is the Tomcat's installation directory). Then you can test if