|
jforum example source code file (install.jsp)
The jforum install.jsp source code<jsp:include page="header.jsp"/> <!-- InstanceBeginEditable name="MainContent" --> <div style="padding:0px 10px"> <img src="images/bt_install_config.gif"> <div> <i>Image 1 - Welcome page </p> <p>Please read carefully the fields' tips, since they contain valuable information. Below is a little explanation of each field: <table align="center"> <tr> <td> <table bgcolor="#3aa315" cellspacing="2" width="100%"> <tr> <th width="30%" class="th-header">Field Name <th class="th-header">Required <th class="th-header">Description </tr> <tr class="fields"> <td>Default Board Language |
<td align="center">Yes
<td>The language to display the messages in the forum. Note that, if the translation for some text is not available,
an English text will be used</td>
</tr>
<tr class="fields">
<td>Database Type
<td align="center">Yes
<td>The database server to use. If you don't know which one to choose, select "HSQLDB" from the list
</tr>
<tr class="fields">
<td>Installation Type
<td align="center">Yes
<td>Installation mode. Currently only "New Installation" is supported
</tr>
<tr class="fields">
<td>Connection type
<td align="center">Yes
<td>Which method to use to connect to database. Native will use regular connections, while DataSource will try
to connect using the specified datasource name</td>
</tr>
<tr class="fields">
<td>DataSource name
<td align="center">no
<td>If you chosen DataSource as Connection Type, then inform the name of the datasource
</tr>
<tr class="fields">
<td>Database Server Hostname
<td align="center">Yes
<td>The host where the database is located
</tr>
<tr class="fields">
<td>Database Name
<td align="center">Yes
<td>
<p>Where the tables will be created. Note that the database should already exist.
<p>If you're going go use HSQLDB, no extra configuration is needed, since it is created on the fly
<p>If you are using Oracle, you probably will have to enter the SID here.
</td>
</tr>
<tr class="fields">
<td>Database username
<td align="center">No*
<td>The user of your database instance. *This field is required for databases other than HSQLDB
</tr>
<tr class="fields">
<td>Database Password
<td align="center">No
<td>The database password, if any. Please note that errors may occur when not using any password
</tr>
<tr class="fields">
<td>Database Encoding
<td align="center">No
<td>The text encoding for the database. You can specify it by hand in the "Other" field
</tr>
<tr class="fields">
<td>Use Connection Pool
<td align="center">Yes
<td>In case of doubt, choose No
</tr>
<tr class="fields">
<td>Forum Link
<td align="center">Yes
<td>The link to the forum context. If you are hosting it under some "real" domain and the context path is "/",
the "Forum Link" will be the address of your site, in most cases.
</td>
</tr>
<tr class="fields">
<td>Website Link
<td align="center">Yes
<td>The link to your website.
</tr>
<tr class="fields">
<td>Administrator Password
<td align="center">Yes
<td>Type the password of the administrator (Admin user).
</tr>
</table>
</td>
</tr>
</table>
<p>Now you can click the "Next Step "button. You will see the page shown in Image 2, which that contains a summary of your choices.
<p align="center">
<img src="images/install_step_2.jpg">
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.