Alvin Hutchinson wrote:
> For some reason I am getting blank pages whenver a user must click on any
> buttons to, for example:

> This is on our production server and the only difference with our
> development box is that I recently configured the former to work with
> Apache-Tomcat connectors (using the files: mod_jk.so, mod_jk.conf,
> workers.properties, etc). Is there something in these files that might clue
> me in?

        This smells like a servlet error to me; servlets often break annoyingly 
silently. Are you sure you haven't changed any servlets? Could one of the 
config 
changes you made have broken them?

        For a partial stopgap fix, it's possible (and in fact desirable from a 
usability and design-attractiveness perspective) to change DSpace browse 
buttons 
to links. For example, the browse-title buttons on collection home pages can be 
replaced in the JSP with the link code following:

<a href="<%= request.getContextPath() %>/handle/<%= collection.getHandle() 
%>/browse-title">Title</a>

        Similar munges work for browse-author, browse-date, and browse-subject.

Dorothea

-- 
Dorothea Salo, Digital Repository Services Librarian
(703)993-3742     [EMAIL PROTECTED]     AIM: gmumars
MSN 2FL, Fenwick Library
George Mason University
4400 University Drive, Fairfax VA 22031

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to