home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / readme.txt18 < prev    next >
Text File  |  1997-10-25  |  1KB  |  23 lines

  1. This directory contains test components for the Java ASP Component Framework, 
  2. as well as ASP pages for you to use for working with the components.  To use, 
  3. do the following:
  4.  
  5. 1) Build these components using the latest Java SDK tools. If you are working 
  6.    in VJ++, you will need to install the new compiler from the Java SDK. This 
  7.    means copying jvc.exe, jps.dll, and msjvc.dll from the Java SDK installation 
  8.    into your DevStudio\SharedIDE\bin directory. Also, make sure you set the 
  9.    destination for the project (Project/settings/Output Directory) to the 
  10.    %windir%\java\trustlib directory.
  11.  
  12.    Alternatively, you can use the pre-built .class files provided in this 
  13.    directory. To do so, copy *.class to the %windir%\java\trustlib\IISSample
  14.    directory.
  15.  
  16. 2) Run regit.cmd, which will register your components with COM.  This
  17.    assumes that javareg is on your path. Javareg comes with J++ and the Java
  18.    SDK.
  19.  
  20. 3) Register the dir that houses all of these .asp files as a vroot with IIS, 
  21.    and mark it as scriptable.  This will allow you to run the asp files. There
  22.    is a default.asp with links to the other .asp files.
  23.