home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2000 January / PCW0001.ISO / software / sw / outils / jweb.exe / WEBDAT / 117 < prev    next >
Encoding:
Text File  |  1999-10-29  |  1.6 KB  |  44 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>JWeb Technical Info</TITLE></HEAD>
  4. <BODY BGCOLOR="#ffffff">
  5. <H1>JWeb Technical Info</H1>
  6. <HR>
  7. <H3>Local Configuration</H3>
  8. <P>When you click the Config button JWeb launches a browser that immediately
  9. allows you to log on and configure JWeb.  JWeb is able to do this even if the
  10. server is not up.  How does it do this?  By using a different port than is
  11. normally used by the web.  When you select config, JWeb starts a second web
  12. server at port 9600.  If port 9600 is not free then JWeb trys the next higher
  13. port until it finds a free port.  It is through that port that local
  14. configuration takes place.</P>
  15. <H3>Format ofthe Configuration File</H3>
  16. <P>Other than JWeb.exe the only thing required to get JWeb running is a
  17. configuration file.  This file is named JWeb.INI and should be stored in the
  18. same directory as JWeb.  JWeb.ini is a standard windows ini type file.The
  19. following is a typical JWeb.ini file.</P>
  20. <PRE>[Config]
  21. wwwroot=c:\http\www
  22. adminid=ADMIN
  23. adminpw=ADMIN
  24. default=index.html
  25. logs=N
  26. port=80
  27. [Mime]
  28. gif=image/gif
  29. jpeg=image/jpeg
  30. jpg=image/jpeg
  31. html=text/html
  32. htm=text/html
  33. pps=application/pps
  34. pot=application/pot
  35. ppt=application/ppt
  36. dos=application/msword
  37. </PRE>
  38. <P>The entries under the config section map exactly to the configurable items
  39. that can be modified using the config command.  <A HREF="config.html">For a list
  40. of their meanings click here.</A></P>
  41. <P>The Mime section holds all of the mime mappings for JWeb.  The format is
  42. [file extension]=[mime tag].  This tells JWeb which mime tag to send for which
  43. file.</P><P><A HREF="about.html">[Back]</A></BODY></HTML>
  44.