[BACK]Return to httpd-sm1.sm1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc

Diff for /OpenXM/src/kan96xx/Doc/httpd-sm1.sm1 between version 1.1 and 1.2

version 1.1, 2001/08/09 13:05:49 version 1.2, 2001/08/10 08:33:03
Line 1 
Line 1 
 %% $OpenXM$  %% $OpenXM: OpenXM/src/kan96xx/Doc/httpd-sm1.sm1,v 1.1 2001/08/09 13:05:49 takayama Exp $
 %% http server by sm1  %% http server by sm1
 %% You need to set IE (internet explorer) as follows:  %% (A) You need to set IE (internet explorer) as follows:
 %% (1) Visit the menu  %%   (1) Visit the menu
 %%   tool / internet option / connection / LAN configuration  %%     tool / internet option / connection / LAN configuration
 %% (2) Add localhost to the list of not using the proxy server.  %%   (2) Add localhost to the list of not using the proxy server.
   %% (B) You need to have the "start.exe" at  c:\windows\command\start.exe
   %% (C) cygwin1.dll should be by sm1.exe and ox.exe
   
   
   
 /httpd.port 1200 def  /httpd.port 1200 def
   
 /httpd.initialization  /httpd.initialization
Line 21  def
Line 24  def
 (ox_sm1.started) boundp {  (ox_sm1.started) boundp {
 } {  } {
   %% Initialize oxasir.    %% Initialize oxasir.
   sm1connectr    sm1connectr_win
   ox.ccc oxmathcap    ox.ccc oxmathcap
   ox.ccc oxsetmathcap    ox.ccc oxsetmathcap
 } ifelse  } ifelse
Line 35  def
Line 38  def
   /httpd.port 1200 rrr add def    /httpd.port 1200 rrr add def
   httpd.port message    httpd.port message
   
   [(sleep 3; start iexplore http://localhost:)  %  [(sleep 3; start iexplore http://localhost:)
     httpd.port toString  %    httpd.port toString
    ( &)] cat system  %   ( &)] cat system
      [(forkExec)
       [
         (c:/windows/command/start)
         (iexplore)   %% Starting internet explorer (TM).
         [(http://localhost:) httpd.port toString] cat
       ]
       [  ]
      3] extension
    httpd ;     httpd ;
   ] pop    ] pop
   popVariables    popVariables

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>