JSPSMARTUPLOAD : DOCUMENTATION
Installation with Inprise Application Server
Last Update: 05/24/2000
© 2000 Advantys. All rights reserved.

Step 1: Install JDK 1.2.2

JspSmartUpload requires JDK 1.2.2.
JDK 1.2.2 is available for free download from Sun. JDK 1.2.2 for Windows

Note: You can install it in any directory (default is C:\jdk1.2.2).


Step 2: Install Inprise Application Server (IAS)

IAS can be downloaded from Inprise. IAS 4.0 for Windows

1. Once downloaded, run ias40.exe
IAS default installation directory is C:\Inprise\AppServer

2. Start IAS Server  (Start menu > Programs > Inprise Application Server 4.0 > Inprise Application Server)


Step 3 : Install jspSmartUpload

Assuming your web site is located in C:\InetPub\Your_Site

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\Your_Site\jspsmartupload\upload Uploaded files

1. Copy the files located in jspsmartupload\*.html in C:\InetPub\Your_Site\jspsmartupload

2. Copy the files located in jspsmartupload\jsp\*.jsp in C:\InetPub\Your_Site\jspsmartupload\jsp

3. Use any web bowser to connect to  http://IP_address_of_your_server:9090
    Type the user name: admin
    Type the password: admin

4. Clic on HTTP WEB ENGINE, then on the Manage button
    Choose Files Aliases and clic on Add
      Enter the alias name /jspsmartupload and the corresponding real path C:/InetPub/Your_Site/jspsmartupload
Clic on Save then clic again on Add
      Enter the alias name /upload and the corresponding real path C:/InetPub/Your_Site/jspsmartupload/upload

5.
Copy the files located in jspsmartupload\Web-inf\classes in C:\Inprise\AppServer\classes


Use of examples

If IAS is not already running, start it (Start menu > Programs > Inprise Application Server 4.0 > Inprise Application Server)

Type the following URL in your browser:
http://IP_address_of_your_web_server:8080/jspsmartupload/default.htm


© 2000 Advantys. All right reserved.