[JBoss-user] [Installation, Configuration & Deployment] - Re: Exploded WebModul: Can web-uri point outside of jboss?

2006-05-18 Thread thomasmarkus
thanks for the quick reply. We have patched just one line in EARDeployer.java and AbstractWebContainer.java and it seems to work. EARDeployer: starting from line 247 (4.0.4src), this will give the possibility to add directories outside the EAR-package: | if (di.isDirectory) | { |Fil

[JBoss-user] [Installation, Configuration & Deployment] - Re: Exploded WebModul: Can web-uri point outside of jboss?

2006-05-18 Thread thomasmarkus
I have exactly the same problem. It is very annoying that you cannot have your web application at some place on your harddirk where you have checked out from cvs/svn and have the appserver at a different place. We have a given filestructure, our exploded directories do NOT have a ".war" ending