2011/12/27 <[email protected]>: > Author: olamy > Date: Tue Dec 27 17:36:19 2011 > New Revision: 1224955 > > URL: http://svn.apache.org/viewvc?rev=1224955&view=rev > Log: > fix path > > Modified: > > tomcat/sandbox/trunk-mvn-build/tomcat-tests/src/test/java/org/apache/catalina/authenticator/TestFormAuthenticator.java > > > private FormAuthClient() throws Exception { > Tomcat tomcat = getTomcatInstance(); > - File appDir = new File(getBuildDirectory(), "webapps/examples"); > + File appDir = new File(getBuildDirectory(), "/examples");
Are you on Linux? The above should be just "examples". > Context ctx = tomcat.addWebapp(null, "/examples", > appDir.getAbsolutePath()); > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
