0 Replies Latest reply on Nov 18, 2005 1:38 AM by some1ne

    JBoss Deployment Error

    some1ne

      Okay, so I'm using the HtmlAdaptor to invoke a URL that directs the DeploymentScanner to add a URL to its list of webapps and to deploy the webapp that resides there, and in my case the URL I'm giving it points to a servlet responsible for serving up the appropriate webapp in a WAR archive, and I'm getting IOExceptions with the following message when the server tries to deploy the webapp:

      "The filename, directory name, or volume label syntax is incorrect"

      I can access the servlet URL manually in a web browser and download the file correctly, so I know that that's working correctly, so what could be causing the deployment to fail like this?