Appendix C, Internationalized Enterprise Server
471
Server-side JavaScript Information
Specifying the Character Set With the
<META> Tag
You can also use the
<META>
tag to specify the character set information. For
example, if you put the following statement into the header (between
<HEAD>
and
</HEAD>
) in a JavaScript program, the server-side JavaScript compiler
(
jsac
) considers the file to be written in
x-sjis
.
<META HTTP-EQUIV="Content-Type" CONTENT="test/html; CHARSET=x-sjis">
If the character set specified in the
<META>
tag is different from the character
set specified by the compiler’s
charSet
option, the character set specified by
the compiler option is used.
Using Server-side Javascript With
Oracle’s Japanese Database
To use server-side JavaScript with Oracle’s Japanese database, you need to
install Oracle and set up your environment, verify the connection, and verify
the language setup. follow these overall steps. This section discusses these
topics:
•
Installing Oracle and Setting Up Your Environment
•
Verifying the Connection
•
Verifying the Language Setup
Installing Oracle and Setting Up Your Environment
You must first install the Japanese Oracle database. For instructions, see the
documentation that came with your database. Next, you must set up your
environment variables using the following information. Note that the
environment variable syntax assumes C Shell.
Server-side JavaScript library:
•
setenv LD_LIBRARY_PATH
server_root
/bin/
https:$LD_LIBRARY_PATH
Environment variables for Oracle:
Содержание Netscape Enterprise Server
Страница 30: ...Contacting Technical Support 30 Netscape Enterprise Server Administrator s Guide ...
Страница 31: ...Part 1 Server Basics 31 1 Server Basics Introduction to Enterprise Server Administering Enterprise Servers ...
Страница 32: ...32 Netscape Enterprise Server Administrator s Guide ...
Страница 56: ...Sending Error Information to Netscape 56 Netscape Enterprise Server Administrator s Guide ...
Страница 64: ...Migrating a Server From a Previous Version 64 Netscape Enterprise Server Administrator s Guide ...
Страница 66: ...66 Netscape Enterprise Server Administrator s Guide ...
Страница 112: ...Managing a Preferred Language List 112 Netscape Enterprise Server Administrator s Guide ...
Страница 158: ...158 Netscape Enterprise Server Administrator s Guide ...
Страница 182: ...Using the Watchdog uxwdog Process Unix 182 Netscape Enterprise Server Administrator s Guide ...
Страница 196: ...Viewing Events Windows NT 196 Netscape Enterprise Server Administrator s Guide ...
Страница 218: ...Enabling the Subagent 218 Netscape Enterprise Server Administrator s Guide ...
Страница 266: ...266 Netscape Enterprise Server Administrator s Guide ...
Страница 302: ...Enabling WAI Services 302 Netscape Enterprise Server Administrator s Guide ...
Страница 310: ...310 Netscape Enterprise Server Administrator s Guide ...
Страница 390: ...Customizing the Web Publisher User Interface 390 Netscape Enterprise Server Administrator s Guide ...
Страница 446: ...Customizing the Search Interface 446 Netscape Enterprise Server Administrator s Guide ...
Страница 448: ...448 Netscape Enterprise Server Administrator s Guide ...
Страница 454: ...Responses 454 Netscape Enterprise Server Administrator s Guide ...
Страница 464: ...Referencing ACL Files in obj conf 464 Netscape Enterprise Server Administrator s Guide ...
Страница 504: ...504 Netscape Enterprise Server Administrator s Guide ...