Installing and Configuring techexplorer


In this section we discuss installation and configuration details for techexplorer on various operating system platforms and browsers. Note that additional information is available in the Customization section.


General


Microsoft Windows 95, Windows 98, and Windows NT

General

Plug-in

ActiveX Control


Macintosh


UNIX

General

Installation

IBM AIX 4.1

Linux

Sun Solaris 2.5

SGI IRIX 6.2


Web server configuration

When web browsers get a request to display a file for which they provide no native support, they look for plug-ins or "helper applications" to handle the documents. Web browsers determine the plug-in or help application by looking at the file extension for files on your local network and the MIME type for files from a web server.

When you install the techexplorer plug-in, it is auto-registered with Netscape Navigator and Microsoft Internet Explorer to handle Web documents with the following MIME types and corresponding file extensions:
 

MIME type Corresponding File Extensions
application/x-tex *.tex, *.bbl
application/x-latex *.latex, *.ltx
application/x-techexplorer *.tcx
text/mathml *.mml

In order to use these files from a web server, you must configure the server to associate the file extension with the MIME type. In what follows we describe what you must do for several of the most popular web servers.

Netscape Server

Add the following to the mime.types file and then restart the server:
type=application/x-tex           exts=tex,bbl
type=application/x-latex         exts=latex,ltx
type=application/x-techexplorer  exts=tcx
type=text/mathml                 exts=mml

Cern HTTPD server

Add the following to the httpd.conf file and then restart the server:
AddType .tex    application/x-tex           8bit    1.0
AddType .bbl    application/x-tex           8bit    1.0
AddType .latex  application/x-latex         8bit    1.0
AddType .ltx    application/x-latex         8bit    1.0
AddType .tcx    application/x-techexplorer  8bit    1.0
AddType .mml    text/mathml                 8bit    1.0

NCSA HTTPD or Apache server

Add the following to the server configuration file (by default named srm.conf) and then restart the server:
AddType application/x-tex           .tex .bbl
AddType application/x-latex         .latex .ltx
AddType application/x-techexplorer  .tcx
AddType text/mathml                 .mml
Alternatively, add the following entries to the mime.types file:
application/x-tex           tex bbl
application/x-latex         latex ltx
application/x-techexplorer  tcx
text/mathml                 mml

Microsoft Internet Information Server

Add the following to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Inetinfo\Parameters\MimeMap section of the registry:
application/x-tex,tex,,5
application/x-tex,,bbl
application/x-latex,latex,,5
application/x-latex,,ltx
application/x-techexplorer,tcx,,5
text/mathml,mml,,5

More information about configuring IIS may be available at the Microsoft web site.


Click here to to view the previous section.Click here to to view the next section.
IBM techexplorer Hypermedia Browser is a trademark of the IBM Corporation.
Send comments and questions to techexpl@us.ibm.com.
Visit the official techexplorer home page at http://www.software.ibm.com/techexplorer/.