[jboss-user] [Beginners Corner] - Re: MainDeployer: Could not make local copy for ...

2006-10-11 Thread PeterJ
I think the URL should use three slashes: file:///c:/test.war View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977714#3977714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977714 _

[jboss-user] [Beginners Corner] - Re: MainDeployer: Could not make local copy for ...

2006-10-11 Thread editha
Thank you for your answer! Unfortunately it still does not work. When I write something like mymaindeployer.deploy(new URL("file:///c:/test.war")); I still get the Error message "Could not make copy for file:/c:/test.war" Somehow the two additional slashes "disappear" View the original

[jboss-user] [Beginners Corner] - Re: MainDeployer: Could not make local copy for ...

2006-10-12 Thread editha
I solved the problem with the three slashes: mymaindeployer.deploy(new URL("file:/c:/test.war") but I still get this error message (now with three slashes): "Could not make copy for file:///c:/test.war" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397

[jboss-user] [Beginners Corner] - Re: MainDeployer: Could not make local copy for ...

2006-10-12 Thread editha
I found out what my real problem is: A Nullpointerexception is thrown in the inLocalCopyDir method of the MainDeployer. It seems that the tempDirString variable has no value. Can anybody tell me how to assign a value to that variable? View the original post : http://www.jboss.com/index.html?mo