version 1.1, 2001/08/09 13:05:49 |
version 1.2, 2001/08/10 08:33:03 |
|
|
%% $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 |
|
|
(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 |
|
|
/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 |