JSPSMARTUPLOAD : DOCUMENTATION |
Installation with iPlanet Application Server Last update: 05/31/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 iPlanet Application Server
Launch the installation program e41diu.exe.
The installation is very easy ; you have only to follow the stages :1. Choose the type of installation : typical by default.
2. Choose the install directory : C:\Netscape\Server4 by default.
3. Specify a user ID and a password.
4. Select the IWS administration port : 8888 by default.
5. Select the default web server port and its root directory (C:\Netscape\Server4\docs by default).
6. Check "Use LDAP" if you want to use the LDAP service.
7. Check "Use JDK" and specify the path to the jdk (it is not necessary to fill the two last fields "Library path" and "class path").
8. Restart.
After installation, the administration server and the default web server are started. You can access to these servers by typing the following URLs : http://default_IP_address:<admin-port> and http://default_IP_address:<default-server-port> where the ports are those selected in stages 4 and 5.
To restart or stop a server, launch the start-srv.bat and stop-srv.bat files of the C:\Netscape\Server4\https-<server-name> directory or choose the Preferences>On/Off menu of the administration page (http://default_IP_address:<admin-port>) and click on "Server On" or "Server Off".
Stage 3 : Install jspSmartUpload.
1. Copy the /jspsmartupload directory in your default web server root. If this root is C:\Netscape\Server4\docs, your site will be as follows :
C:\Netscape\Server4\docs Default web server root C:\Netscape\Server4\docs\jspsmartupload Static pages (html) C:\Netscape\Server4\docs\jspsmartupload\jsp Dynamic pages (jsp) C:\Netscape\Server4\docs\jspsmartupload\upload Uploaded files C:\Netscape\Server4\docs\jspsmartupload\Web-inf\classes JavaBeans (class) 2. Add the path to the jspSmartUpload beans in the classpath :
- Browse the administration page : http://adresse_ip_par_défaut:<port-admin>
- Select the server (in our case, the default web server) : Servers>Manage Servers, select the server in the list and click on "Manage".
- You access now to the administration interface of the chosen server. In Servlets tab, choose Configure JVM Attributes. Add in the classpath the following path : C:/Netscape/Server4/docs/jspsmartupload/Web-inf/classes; (in the case where the root is C:\Netscape\Server4\docs).
Type the following URL in your browser:
http://default_IP_address:<default-server-port>/jspsmartupload/default.htm
© 2000 Advantys. All rights reserved. |