Supplied repository ignored by SimpleHTTPServer
-----------------------------------------------

                 Key: AXIS2-1383
                 URL: http://issues.apache.org/jira/browse/AXIS2-1383
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
    Affects Versions: 1.1, nightly
         Environment: All
            Reporter: Chris McClelland
            Priority: Trivial


Supplied repository ignored by SimpleHTTPServer.

Fix is to change line 157 (2006-10-13 snapshot) from:

ConfigurationContext configctx = 
ConfigurationContextFactory.createConfigurationContextFromFileSystem(args[0], 
null);

to

ConfigurationContext configctx = 
ConfigurationContextFactory.createConfigurationContextFromFileSystem(repository,
 null);

(bug only shows up if you try to set the port first, e.g /bin/sh http-server.sh 
-p 9090 -r <repository-path>)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to