Title: | "ASK THE WIZARDS" |
Moderator: | QUARK::LIONEL |
Created: | Mon Oct 30 1995 |
Last Modified: | Mon May 12 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1857 |
Total number of notes: | 3728 |
Return-Path: "VMS001::WWW"@vms001.das-x.dec.com Received: by vmsmkt.zko.dec.com (UCX V4.1-12, OpenVMS V6.2 VAX); Wed, 26 Mar 1997 15:39:34 -0500 Received: from vms001 by mail12.digital.com (8.7.5/UNX 1.5/1.0/WV) id PAA09591; Wed, 26 Mar 1997 15:34:56 -0500 (EST) Date: Wed, 26 Mar 1997 15:37:31 -0500 Message-Id: <[email protected]> From: "VMS001::WWW"@vms001.das-x.dec.com (26-Mar-1997 1537) To: [email protected], [email protected], [email protected] Subject: Ask the Wizard: '[email protected]' X-VMS-To: [email protected] Remote Host: (null) Browser Type: Mozilla/3.0 (Win95; I) Remote Info: <null> Name: Teri Chow Email Address: [email protected] CPU Architecture: VAX Version: v 5.5-2 Questions: Is there a way (software app) which will let my internal users view my VAX/VMS Fortran application using their browser? I'm trying to eliminate the need for a VT emulator on their desktop. Thanks. tlc
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1762.1 | QUARK::LIONEL | Free advice is worth every cent | Fri Apr 25 1997 15:45 | 19 | |
You asked: >Is there a way (software app) which will let my internal users >view my VAX/VMS Fortran application using their browser? >I'm trying to eliminate the need for a VT emulator on their >desktop. I'm not sure what you mean by "view" - if it's simply to allow display of the source text in a web browser, you will need to add the .FOR file type to the list of MIME types your web server recognizes, classifying it as "text/plain". Steve Lionel mailto:[email protected] Fortran Development http://www.digital.com/info/slionel.html Digital Equipment Corporation 110 Spit Brook Road, ZKO2-3/N30 Nashua, NH 03062-2698 "Free advice is worth every cent" For information on DIGITAL Fortran, see http://www.digital.com/fortran | |||||
1762.2 | CGI | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Mon Apr 28 1997 15:44 | 6 |
Acquire a book on CGI, and learn how to modify an application to operate as a spawned process "underneath" a web server -- it can be as simple as adding a few additional lines of text to the output, or -- depending on the application -- it can be an involved process. |