[jboss-dev-forums] [Design of JBoss Portal] - Re: Design of Portal Deployer
mwringe
do-not-reply at jboss.com
Tue Jan 20 12:55:15 EST 2009
"alesj" wrote : btw: any more info on tld?
TLD is still a problem.
It has to reside within the war, so we can't just make it reference an outside location for it.
I have looked into the VFS deployments more, and it doesn't seem like it will help. The VFS will allow adding files to the classpath of the deployment, but adding a tld to the classpath doesn't help.
Ideally I would be able to do something like unit.addResouce(virtualFile, pathInUnitRoot) just like how I can do unit.addClasspath(virtualFile), and then the WarDeployer would know what to do with it.
I might be able to do something like add a tomcat valve to intercept the tld call, but this is starting to become a lot of effort just to add a single file to the deployment.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203370#4203370
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203370
More information about the jboss-dev-forums
mailing list