Mercurial > hg > digilib-old
view client/digitallibrary/digilib-fail.html @ 298:1ecaf9c1fd8a
Servlet version 1.5.0b -- the beginning of the next generation :-)
- code restructuring to improve scaleability
- new Initialiser servlet that must be run first
- image transformation work moved to DigilibImageWorker class
- Maximum number of concurrent threads limited by Semaphore
- old JIMI toolkit implementation removed
author | robcast |
---|---|
date | Sun, 24 Oct 2004 20:23:50 +0200 |
parents | d407cb901df4 |
children |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <title>Login to digilib</title> </head> <body> <h1>Login to digilib failed</h1> <p>The name and password are incorrect!</p> <p>You can use the browser's "Back" button and try again.</p> </body> </html>