While implementing a simple deployment cache, I ran into the long 
deployment filename problem again.  

I am putting cached deployment files under 
${jboss.server.home}/data/deployment-cache.  These files are shorter 
than the orignial urls, basically, I CRC32 the URL.toString(), then 
append the short filename of the orgininal URL... but still this is too 
long.

Do we really need to have the full URL path under 
${jboss.server.home}/tmp/deploy ?

--jason


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to