It looks ok to me. I created a link to a /tmp/test.war and that deploys fine:
| [EMAIL PROTECTED] deploy]$ ls -l test.war | lrwxrwxrwx 1 starksm starksm 13 Dec 2 11:55 test.war -> /tmp/test.war/ | | ... | 11:56:27,186 INFO [TomcatDeployer] deploy, ctxPath=/test, warUrl=file:/cvs/Releases/jboss-4.0.0/server/symlink/deploy/test.war/ | I was able to access this using http://localhost:8080/test/. I did see this suprious warning, but it does not affect the web app behavior so I would say its just a permission issue. | 11:58:12,222 WARN [JARDeployer] Failed to add deployable jar: file:/cvs/Releases/jboss-4.0.0/server/symlink/tmp/deploy/tmp51228index.html | java.util.zip.ZipException: error in opening zip file | at java.util.zip.ZipFile.open(Native Method) | at java.util.zip.ZipFile.<init>(ZipFile.java:112) | at java.util.jar.JarFile.<init>(JarFile.java:127) | at java.util.jar.JarFile.<init>(JarFile.java:65) | at org.jboss.deployment.SubDeployerSupport.processNestedDeployments(SubDeployerSupport.java:245) | at org.jboss.deployment.SubDeployerSupport.init(SubDeployerSupport.java:143) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:799) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:736) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709) | at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) | ... | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857239#3857239 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857239 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
