I've downloaded JetSpeed 1.0b2 on friday and after a fashion managed to
compile and get it running.
Kevin, you really did a great job... :)
I noticed a small trouble with the cache system at least on my NT test box
(Apache 1.3.9 + Jrun 2.3.3 + JDK 1.2.2)
The URL returned by PersistentDocument.getURL() fails to be fetched from cache
because of the url syntax used:
file://c:\TEMP\/the.cached.url.for.the.protlet
First, I think it would be easier to simply forget the backslashes and convert
everything with forward slashes (It works perfectly on on Win32/java systems).
Second, I get InvalidHostname exceptions in my log because the JVM tries to
resolv
the host "C:". I don't know if the issue is in the JDK 1.2.2 or JRun but it
seems
safer to me to write the file URLs as:
file:///c:/TEMP/the.cached.url.for.the.protlet
(with 3 slashes in the beginning to indicate localhost...)
--
Rapha�l Luta - [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]