43 lines
2.4 KiB
HTML
43 lines
2.4 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>Restricted characters in object names</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h3><a name="refobjrest"></a>Restricted characters in object names</h3>
|
||
|
|
||
|
<p>When you create a new object with the administrative console or with a wsadmin command, you must specify a string for a name attribute. Most characters are allowed in the name string. However, the name string cannot contain any of these characters:</p>
|
||
|
|
||
|
<table cellspacing="2" cellpadding="2" border="1">
|
||
|
<tr><th>Character</th><th>Description</th></tr>
|
||
|
<tr><td width="20"> <strong>/</strong></td> <td width="140">forward slash</td>
|
||
|
<tr><td width="20"> <strong>\</strong></td> <td width="140">backslash</td>
|
||
|
<tr><td width="20"> <strong>*</strong></td> <td width="140">asterisk</td>
|
||
|
<tr><td width="20"> <strong>,</strong></td> <td width="140">comma</td>
|
||
|
<tr><td width="20"> <strong>:</strong></td> <td width="140">colon</td>
|
||
|
<tr><td width="20"> <strong>;</strong></td> <td width="140">semi-colon</td>
|
||
|
<tr><td width="20"> <strong>=</strong></td> <td width="140">equal sign</td>
|
||
|
<tr><td width="20"> <strong>+</strong></td> <td width="140">plus sign</td>
|
||
|
<tr><td width="20"> <strong>?</strong></td> <td width="140">question mark</td>
|
||
|
<tr><td width="20"> <strong>|</strong></td> <td width="140">vertical bar</td>
|
||
|
<tr><td width="20"> <strong><</strong></td> <td width="140">left angle bracket</td>
|
||
|
<tr><td width="20"> <strong>></strong></td> <td width="140">right angle bracket</td>
|
||
|
<tr><td width="20"> <strong>&</strong></td> <td width="140">ampersand</td>
|
||
|
<tr><td width="20"> <strong>%</strong></td> <td width="140">percent sign</td>
|
||
|
<tr><td width="20"> <strong>'</strong></td> <td width="140">single quotation mark</td>
|
||
|
<tr><td width="20"> <strong>"</strong></td> <td width="140">double quotation mark</td>
|
||
|
<tr><td width="20"> <strong>.</strong></td> <td width="140">period<sup>1</sup></td>
|
||
|
</table>
|
||
|
|
||
|
<p><sup>1</sup> The period is not valid as the first character of the name string, but it is valid as a subsequent character.</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|