Problems installing/starting FTP Server

LabKey Support Forum (Inactive)
Problems installing/starting FTP Server myatthu1986  2008-12-17 03:34
Status: Closed
 
I am using Apache Ftp Server alone , not Labkey server.
What my problem is
when i add this line
"config.listeners.default.address=***.***.*.***" in ftpd.properties file,
i get this message

C:\ftpserver\bin>service install ftpd -prop c:\ftpserver\res\conf\ftpd.propertie
s
Installing the service 'ftpd' ...
Using FTPD_HOME: C:\ftpserver
Using JAVA_HOME: c:\Java\jdk1.6.0
Using JVM: c:\Java\jdk1.6.0\jre\bin\server\jvm.dll
start
start;-prop
start;-prop;c:\ftpserver\res\conf\ftpd.properties
start;-prop;c:\ftpserver\res\conf\ftpd.properties
The service 'ftpd' has been installed.

C:\ftpserver\bin>net start ftpd
The Apache FtpServer ftpd service is starting.
The Apache FtpServer ftpd service could not be started.

The service did not report an error.

More help is available by typing NET HELPMSG 3534.


C:\ftpserver\bin>


I mean i cannot define address manually.
How can i do it.
Plsease tell me.