Exactly. Thanks Jan.
Jan Vissers wrote:
In package org.apache.hivemind.util.URLResource (Hivemind 1.1.1)
change existing newResource method to:
protected Resource newResource( String path )
{
if(path.startsWith("jndi:")) {
path = "jar:file:///" + path.substring(5);
int endOfJar = path.indexOf(".jar") + 4;
path = path.substring(0, endOfJar) + "!" +
path.substring(endOfJar) ;
}
return new URLResource( path );
}
Theo vN wrote:
Hi Martijn
Can you please post / mail me / point where I can find the "hack"?
I'm trying to use Orionserver without success.
Thanks
On 10/18/05, Martijn Hinten <[EMAIL PROTECTED]> wrote:
Why not hack it? It is just Java code. I have the hack for both
Hivemind
1.0 as 1.1, if you are interested at all.
--
Cheers
Theo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
*Cumquat Information Technology*
De Dreef 19
3706 BR Zeist
T +31 (0)30 - 6940490
F +31 (0)10 - 6940499
http://www.cumquat.nl <http://www.cumquat.nl/>
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
M +31 6 22 384 318
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]