Install iASP for Netware over Netware Client on MS Windows
The following instruction allows user to configure iASP on NetWare system using NetWare Client on MS Windows.
Perquisite: These instructions assume that you have configured the Novell Servlet Gateway successfully. If you have not yet configured the Servlet Gateway, please do so before proceeding. If you have question on setting up Servlet Gateway, make sure you have downloaded the most current version of Novell Servlet Gateway and follow the ServletGateway docs to configure ServletGateway properly. By default, after Novell Servlet Gateway is installed on the Novell system, a detailed setup instruction for Novell Servlet Gatway can found at sys:\java\servlets\doc with a Acrobat format file called "servgate.pdf"; and be sure to read the section "Configuring a Netscape Server on Netware". Basically, in order to get Novell Servlet Gatway to work with Netscape Server, user need to execute the "nsgcfg.ncf" in the console.
To install iASP on Netware over Netware Client, be sure to map the Netware file system drive to the client.)
- Launch iASP InstallShield setup package.
- Click "Finish " and Install Shield will Unpackaging iASP for installation
- Click "Next" to continue
- Specify JDK on your local MS Window system.
- Choose the mapped Netware file system and specify the folder name where iASP will be install/extract and click ok to confirm.
- click "next" button to continue
- Choose the iASP components to install on to Netware file system. By default, "Typical" option will install all available features to specified Netware folder.
- Click "next" to continue installation; installation will now copy iASP package onto Netware folder.
- Choose "Yes" to launch iASP connector wizard.
- Choose "Novell Netware 5.x" radio button and click "Next" command button to continue
- Read the pop-up configuration note carefully and click "next" if you wish to continue configuration
- Specify to NetWare Server name and volume name separate backslash "B>\" (Example: Novell02\SYS)
- If the provided NetWare Server name and volume name is correct, the following screen will display; and proceed to identify the index.html file for the root of the directory where Instant ASP was installed.
- Click "Finish" button. If you are successful installed. The following page will display.
Now, I have install and configure Instant ASP, what do I do next?
Obj.conf, urlmap.properties, and java.conf
For java.cfg, it is located under "etc"folder, the following strings are added to the end of the file (Note: assume iASP is install under sys:\iasp folder) :
CLASSPATH=$CLASSPATH;\java\lib\classes.zip
CLASSPATH=$CLASSPATH;sys:\iasp\lib\classes
CLASSPATH=$CLASSPATH;sys:\iasp\lib\iasplib.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\buttons.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\jsdk.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\rjax.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\iasp_image.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\iasp_sock.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\iasp_mail.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\ejbcorba.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\iasp_chart.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\activation.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\iasp_pop3.jar
CLASSPATH=$CLASSPATH;sys:\iasp\lib\iasp_exec.jar
SERVLETCLASSPATH=$SERVLETCLASSPATH;$CLASSPATH
For urlmap.properties, it is located under "java\servlets"folder, the following strings are added to the end of the file:
# Instant ASP
*.ASP=Dispatcher.DispatcherServlet
*.asp=Dispatcher.DispatcherServlet
For obj.conf, it is located under "Novonyx\suitespot\https-[servername]\config"folder, the following strings are added follow by the string "<Object name="default">":
NameTrans fn="assign-name" name="Novell Servlet Gateway" from="/*.asp"
NameTrans fn="assign-name" name="Novell Servlet Gateway" from="/*.ASP"
- start the NS Adminstration console from your browser. It typically has a URL similar to http://servver:adminport.
- Then, on NS Administration console, go the the server perference where you have made changes
- Third, click on "Apply" button to load the latest configuration.
- Finally, click the OFF/ON button next to the server you want to administer to restart server.
nvxwebdn
unload java
nvxwebup
Above procedure would allow you to update that last update that you have made changes. If there isn't anything misconfiguration, the ASP script now be running.
If you encounter any problems or errors, please contact support@halcyonsoft.com
Copyright © 1998-2000, Halcyon
Software Inc. All rights reserved.