JSPSMARTUPLOAD : DOCUMENTATION |
Installation with Orion Application Server 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).
Stage 2: Install Orion Application Server
Orion Application Server is available for download from the Orion site : Orion Application Server 1.0
Unpack the file downloaded (orion1.0rc1.zip) in any directory.If this directory is D:\orionAS :
1. Copy the file tools.jar in D:\orionAS\orion.2. Orion is installed by default on port 80. To install it on another port, especially if you already have a bew server on the port 80, edit the file D:\orionAS\orion\config\default-web-site.xml and modify the <web-site> tag with the attribute port="value". Ex : <web-site port="8080" display-name="Default Orion WebSite">
3. To start the Orion Application Server for the first time, first issue the command java -jar orion.jar -install from the DOS prompt (on D:\orionAS\orion). After this first time, you should use java -jar orion.jar to start the server. If everything works fine, the server should output "Orion/x.x.x initialized" (x.x.x being the Orion version number).
Stage 3 : Install jspSmartUpload.
If the install directory is D:\orionAS, your site will be the following :
D:\orionAS\orion\default-web-app Site root (site by default) D:\orionAS\orion\default-web-app\jspsmartupload Static pages (html) D:\orionAS\orion\default-web-app\jspsmartupload\jsp Dynamic pages (jsp) D:\orionAS\orion\default-web-app\jspsmartupload\upload Uploaded files D:\orionAS\orion\default-web-app\Web-inf\classes JavaBeans (class) 1. Copy the files located in jspsmartupload\*.html into D:\orionAS\orion\default-web-app\jspsmartupload
2. Copy the files located in jspsmartupload\jsp\*.jsp into D:\orionAS\orion\default-web-app\jspsmartupload\jsp
3. Copy the files located in jspsmartupload\Web-inf\classes into D:\orionAS\orion\default-web-app\Web-inf\classes.
Type the following URL in your browser:
http://IP_address_of_your_web_server/jspsmartupload/default.htm
© 2000 Advantys. All rights reserved. |