Translations: Japanese Application Server 9.1 Troubleshooting Guide Overview / Common Problems / HADB Problems / Security Problems / Frequently Asked Questions
This Wiki is intended to be an interactive, editable version of the Troubleshooting Guide that is also available in HTML and PDF formats.
Note |
*Sun Java Application Server 9.1*, bundled with the Java EE 5 SDK, is the commercial version of GlassFish v2. The code bases are the same, only the support options differ. For the purposes of this Wiki, all references to "Application Server" refer equally to "GlassFish"; the names are interchangeable. For information about Application Server 9.1 and the Java EE 5 SDK, please go to the Java EE Downloads page. |
A troubleshooting guide cannot be really useful until the product the guide is supposed to help you troubleshoot has been "in the wild" for some time. Real-world problems and their solutions can only be known after developers, administrators, and end users have had a chance to thoroughly exercise the product. Please get involved! Make this guide useful by submitting new topics and/or solutions to existing topics, or by commenting on or modifying the content that is already here. Please add your comments, descriptions, solutions and/or workarounds directly to this Troubleshooting Guide wiki. See How do I edit a wiki page? for more information about editing these pages.
Note |
Before contributing to this document, please be sure to read the Terms of Use page. |
Next[
Unknown macro: {TableOfContents title='On This Page'}
|(TableOfContentstitle='OnThisPage')]
Preface The Sun Java System Application Server 9.1 Troubleshooting Guide describes common problems encountered when using the Sun Java System Application Server 9.1 and how to solve them. Who Should Use This Guide The Sun Java System Application Server 9.1 Troubleshooting Guide is intended for developers and administrators who use the Sun Java System Application Server to assemble and deploy distributed and Web-based applications.
- Java APIs as defined in the JavaJava Servlet, JavaServer Pages (JSP), Enterprise JavaBeans (EJB), and Java Database Connectivity (JDBC) specifications
- The SQL structured database query languages
- Relational database concepts
How This Book Is Organized This Wiki describes workarounds for some problems you may encounter when configuring, using, or deploying applications with the Sun Java System Application Server 9.1 software. This Wiki includes the following chapters:
Note |
It is anticipated that chapters will be added as this Wiki matures. |
Default Paths and File Names The following table describes the default paths and file names that are used in this Wiki.
Placeholder |
Description |
Default Value |
install-dir |
Represents the base installation directory for Application Server. |
*Solaris:* /opt/SUNWappserver/appserver Linux: /opt/sun/appserver/ Non-root: ~/SUNWappserver Windows: Drive:\Sun\AppServer |
domain-root-dir |
Represents the directory containing all domains. |
*Solaris:* var/opt/SUNWappserver/domains/ Linux: /var/opt/sun/appserver/domains/ Other: install-dir/domains/ |
domain-dir |
Represents the directory for a domain. |
In configuration files, you might see domain-dir represented as follows: {{$
Unknown macro: {com.sun.aas.instanceRoot}
domain-root-dir/domain-dir |
instance-dir |
Represents the directory for a server instance. |
domain-dir/instance-dir |
Third-Party Web Site References Third-party URLs are referenced in this document and provide additional, related information.
Note |
Sun is not responsible for the availability of third-party web sites mentioned in this document. Sun does not endorse and is not responsible or liable for any content, advertising, products, or other materials that are available on or through such sites or resources. Sun will not be responsible or liable for any actual or alleged damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods, or services that are available on or through such sites or resources. |
Accessing Sun Resources Online The docs.sun.com Web site enables you to access Sun technical documentation online. You can browse the docs.sun.com archive or search for a specific book title or subject. Books are available as online files in PDF and HTML formats. Both formats are readable by assistive technologies for users with disabilities. To access the following Sun resources, go to the Sun Microsystems Web site:
- Downloads of Sun products
- Services and solutions
- Support (including patches and updates)
- Training
- Research
- Communities (for example, Sun Developer Network)
Next |