File System Server configuration in 2.1

LabKey Support Forum (Inactive)
File System Server configuration in 2.1 jrue  2007-06-05 16:27
Status: Closed
 
So if I use the setting for the labkey.xml file from the documentation:
        <serverAddress>localhost</serverAddress>
        <port>8021</port>

       <labkey-url>http://localhost:8084/labkey/Pipeline</labkey-url>

What are the settings I need to put in the "Customize Site" page for:
    Server Name: (should this be "localhost")
    Port: (I assume this is 8021)

I have a fresh instance of the LabKey server running on my dev box and downloaded the binaries today of the FTP server. I can start the FTP server with the default configuration file but when I try to start it with the labkey.xml file it gives me the following error:

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apac
e/ftpserver/ftplet/AuthenticationFailedException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
        at org.apache.ftpserver.FtpConfigImpl.createComponent(FtpConfigImpl.jav
:114)
        at org.apache.ftpserver.FtpConfigImpl.<init>(FtpConfigImpl.java:81)
        .....