After installing JASS and SSH i can't run FTP

can anyone help me out here? i've installed JASS 4.0.2 and SSH but my application requires ftp to be running.... how can i enable it? Thanks
[196 byte] By [joelwongchengyuen] at [2007-11-25 22:34:54]
# 1

you can manually re-enable this, but you really need to understand how JASS has disabled it; change the applied driver script(s); uninstall the driver then reinstall the driver with the required changes to the script(s) you've made...

do you know what driver you have applied?

topbannana at 2007-7-5 2:53:10 > top of Java-index,General,Sun Alert and Security Discussion...
# 2

To enable FTP:

1. create file Drivers/user.init under where you installed JASS and add this line to the file:

JASS_SVCS_ENABLE="ftp"

2. undo the previous run of jass, if any:

jass-execute -u

3. rerun jass with the driver you used before:

jass-execute -d . . .

danx at 2007-7-5 2:53:10 > top of Java-index,General,Sun Alert and Security Discussion...
# 3

Wow thanks for the help guys! One question though...what if, after installing the latest security toolkit , apache2, php, mysql doesnt work...would

JASS_SVCS_ENABLE="ftp"

JASS_SVCS_ENABLE="ssh"

JASS_SVCS_ENABLE="http"

JASS_SVCS_ENABLE="mysql"

JASS_SVCS_ENABLE="php"

work as well, in the user.init file? Because after installing the server-secure.driver, apache doesnt want to run...and when I do run "/usr/apache2/bin/apachectl -k start", it closes down immidiately, (not even port 80 opens up). Anyone have any suggestions? I would greatly appriciate it :)

GrandStyolz at 2007-7-5 2:53:10 > top of Java-index,General,Sun Alert and Security Discussion...