JSPSMARTUPLOAD : DOCUMENTATION |
Installation with ServletExec Last update: 05/29/2000 © 2000 Advantys. All rights reserved. |
jspSmartUpload requires JDK 1.2.2.
JDK 1.2.2 is available for downloaded from Sun : JDK 1.2.2 for WindowsNote: You can install it in any directory (default is C:\jdk1.2.2).
ServletExec is available for download from Unify Corporation : ServletExec 3.0
Launch the installation program and follow the stages. You will only have to specify in which directory you want ServletExec to be installed (by default C:\Program Files\New Atlanta\ServletExec ISAPI).
At the end of the installation, you will be warned that you will have to stop the IIS administration service. Don't forget to do that to be able to configure your web site with ServletExec (cf. Etape 3).
You can issue the command net stop iisadmin to do that.
Stage 3 : Install jspSmartUpload
If the install directory is C:\InetPub\Your_Site1. Copy the files *.html into C:\InetPub\Votre_Site\jspsmartupload
C:\InetPub\Your_Site Site root C:\InetPub\Your_Site\jspsmartupload Static pages (html) C:\InetPub\Your_Site\jspsmartupload\jsp Dynamic pages (jsp) C:\InetPub\Votre_Site\jspsmartupload\upload Uploaded files C:\InetPub\Your_Site\scripts Directory where is the ServletExec DLL 2.
Copy the files located in jspsmartupload\jsp\*.jsp into C:\InetPub\Votre_Site\scripts\jspsmarupload\jsp3.
Copy the files located in jspsmartupload\Web-inf\classes into the directory Installation_directory\classes (by default : C:\Program Files\New Atlanta\ServletExec ISAPI\classes)4. Copy the file ServletExec_ISAPI.dll into C:\InetPub\Votre_Site\scripts. In the default IIS installation, the scripts virtual directory is configured and mapped to the C:\InetPub\scripts physical directory. If the ServletExec/ISAPI installer found this default configuration, it copied ServletExec_ISAPI.dll to this directory and did not prompt you for a location for this file.
5. In IIS management console,
create a web site which physical path is C:\InetPub\VotreSite and allow the Execute access on this site. Next, create a virtual directory which path is C:\InetPub\VotreSite\scripts and allow also the Execute access on this virtaul directory. 6. Before doing next stage, be sure you have stopped your IIS administration service from the Control Panel or from the command net stop iisadmin.7.
Add ServletExec as an ISAPI filter for the web site : in the IIS management console, right-click the web site icon and select Properties from the pop-up menu. Select the ISAPI Filters tab and add the ServletExec filter with the physical path C:\InetPub\Votre_Site\scripts\ServletExec_ISAPI.dllNow you can restart IIS with the command net start w3svc and start your web server from the IIS management console.
Type the following URL in your browser:
http://IP_address_of_your_web_server/jspsmartupload/default.htm
© 2000 Advantys. All rights reserved. |