55 lines
4.2 KiB
HTML
55 lines
4.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
|
|
|
<title>Configure the application server to run your application</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h2><a name="appsvrcfg"></a>Configure the application server to run your application</h2>
|
|
|
|
<p>After you create an application server and test it, you must configure it for your application. These topics describe how to configure application server settings and resources for your application.</p>
|
|
|
|
<blockquote>
|
|
<p><strong><a href="appsvrcl.htm">Configure classloaders</a></strong><br>
|
|
Classloaders determine how your application server loads Java class files. This topic describes how to use the administrative console to configure classloaders for your application server.</p>
|
|
|
|
<p><strong><a href="appsvrtrans.htm">Administer HTTP transports for the Web container</a></strong><br>
|
|
Components of your application server use HTTP to communicate with each other. This topic describes how use the administrative console and wsadmint to confiugre HTTP transports for your application server.</p>
|
|
|
|
<p><strong><a href="appsvrsess.htm">Administer session tracking for your application server</a></strong><br>
|
|
Applications use sessions to keep track of the client requests from a single Web browser session. This topic describes how to use the administrative console and wsadmin to configure session tracking for your application server.</p>
|
|
|
|
<p><strong><a href="acvar.htm">Manage substitution variables for your application server</a></strong><br>
|
|
Substitution variables can be useful in writing scripts and configuring classloaders. This topic describes how to use the administrative console and wsadmin to set up variables for your application server.</p>
|
|
|
|
<p><strong><a href="guimngvhsts.htm">Administer virtual hosts for your application server</a></strong><br>
|
|
Virtual hosts allow you to configure multiple multiple host names and port numbers as a single logical host. This topic describes how to configure virtual hosts for your application server instance.</p>
|
|
|
|
<p><strong><a href="appsvrcfgdb.htm">Configure database access for your application</a></strong><br>
|
|
Applications use JDBC drivers to connect to databases. JDBC drivers are represented by JDBC providers, and databases are represented by data sources. This topic describes how to configure JDBC providers and data sources for your application server.</p>
|
|
|
|
<p><strong><a href="appsvrmail.htm">Administer mail resources for your application server</a></strong><br>
|
|
Your application server includes a built-in JavaMail<sup>(TM)</sup> provider that supports Java-based e-mail client applications. This topic describes how to use the administrative console and wsadmin to configure mail resources for your application server.</p>
|
|
|
|
<p><strong><a href="qshgenplgcfg.htm">Regenerate the Web server plugin configuration</a></strong><br>
|
|
Application servers use a Web server plugin to communicate with your HTTP server instance. Some changes to your application server require you to update the plugin configuration file. This topic describes how to regenerate the plugin configuration, and the situations in which you need to do so.</p>
|
|
|
|
<p><strong><a href="qshcrtplugininst.htm">Configure a remote HTTP topology</a></strong><br>
|
|
This topic describes how to configure a remote HTTP topology, in which your application server and your HTTP server are hosted on separate machines or logical partitions.</p>
|
|
|
|
<p><strong><a href="appsvrsec.htm">Configure security settings for your application server</a></strong><br>
|
|
This topic provides some information on configuring security for your application server instance. For more detailed information on configuring security for WebSphere Application Server - Express, see <a href="../sec/sec.htm">Security</a>.</p>
|
|
|
|
<p><strong><a href="appsvradv.htm">Advanced application server settings</a></strong><br>
|
|
This topic describes advanced settings for your application server. Under most circumstances, you do not need to change these advanced settings.</p>
|
|
</blockquote>
|
|
|
|
</body>
|
|
</html>
|