Portal, V6.1
Directory structure
This topic shows the naming conventions used to denote the location of files on the servers and the types of resources you can find in those directories.
- WebSphere Portal root directory (portal_server_root)
- WebSphere Portal profile directory (WP_PROFILE)
- WAS directory structure (AppServer_root)
- Lotus Domino directory structure (domino_server_root and domino_data_root)
- Directories for languages
WebSphere Portal root directory (portal_server_root)
Throughout this documentation, the installation location for the portal server component of IBM WebSphere Portal is noted as portal_server_root.
For the i5/OS platform, an additional variable is used to indicate the user data directory. The user data directory is noted as portal_server_root_user.
The following table shows the default location if it is not otherwise specified during installation:
Operating system Location AIX /usr/IBM/WebSphere/PortalServer HP-UX /opt/IBM/WebSphere/PortalServer Linux /opt/IBM/WebSphere/PortalServer Solaris /opt/IBM/WebSphere/PortalServer Windows C:\IBM\WebSphere\PortalServer i5/OS
- portal_server_root (ProdData)
- /QIBM/ProdData/PortalServer/V61
- portal_server_root_user (UserData)
- WAS V6.1 for Base and Express:
- /QIBM/UserData/WebSphere/AppServer/V61/Base/profiles/wp_profile/PortalServer
- WAS V6.1 for ND:
- /QIBM/UserData/WebSphere/AppServer/V61/nd/profiles/wp_profile/PortalServer
WebSphere Portal profile directory (WP_PROFILE)
Throughout this documentation, the profile location is noted as WP_PROFILE. The following table shows the default profile location if another location it is not specified during installation:
Operating system Location AIX /usr/IBM/WebSphere/wp_profile HP-UX /opt/IBM/WebSphere/wp_profile Linux /opt/IBM/WebSphere/wp_profile Solaris /opt/IBM/WebSphere/wp_profile Windows C:\IBM\WebSphere\wp_profile i5/OS
- WAS V6.1 for Base and Express:
- /QIBM/UserData/WebSphere/AppServer/V61/Base/profiles/wp_profile
- WAS V6.1 for ND:
- /QIBM/UserData/WebSphere/AppServer/V61/nd/profiles/wp_profile
WebSphere Portal directory structure after installation on Windows and UNIX
WebSphere Portal has the following directory structure after installation.
portal_server_root Root directory for WebSphere Portal | +-- ap | +-- base | +-- bin WebSphere Portal tools | +-- bp | +-- cmapi | +-- doc Javadoc and sample XMLAccess input files | +-- ext | +-- firstSteps First Steps Launcher (Windows and Linux only) | +-- installableApps Source portlet application files prior to deployment | +-- installer | +-- jcr Resources for searching content repositories | +-- license WebSphere Portal license agreement | +-- log WebSphere Portal log files | +-- lwo | +-- lwp04.infra | +-- migration Scripts used to assist in migrating from | previous releases of WebSphere Portal | +-- package Response files and utilities for install | +-- pcc.api | +-- pcc.impl | +-- prereq | +-- prereqs.infra | +-- pzn | +-- pzn.ext | +-- reguninstall Resources for uninstalling registry keys | +-- search | +-- shared Shared resources, including runtime JARs, TLDs, | and other resources. | The /app subdirectory is the application server's | WPSLib shared library for WebSphere Portal | +-- theme | +-- ui | +-- uninstall Resources for uninstalling WebSphere Portal | and components | +-- version Vinformation for various components | +-- wcm Source Web application files for web content management | +-- wps.properties
WebSphere Portal directory structure after installation on i5/OS
WebSphere Portal has the following directory structure after the installation:
ProdData's portal_server_root Root directory for WebSphere Portal | +-- depcheck Dependency checker files | +-- dist Install binary files | +-- doc WebSphere Portal | Information Center and Javadoc | +-- img Image files | +-- license WebSphere Portal license agreement | +-- log Log files | +-- package Response files and utilities for install | +-- uninstall Resources for uninstalling | WebSphere Portal and components UserData's portal_server_root Root directory for WebSphere Portal | +-- ap | +-- base | +-- bin WebSphere Portal tools | +-- bp | +-- cmapi | +-- config | +-- deployed | +-- derby | +-- doc WebSphere Portal | Information Center and JavaDoc | +-- ext | +-- installableApps WAR files prior to deployment | +-- installer | +-- jcr Resources for searching content repositories | +-- log Log files | +-- lwo | +-- lwp01.infra | +-- META-INF | +-- migration Scripts used to assist in migrating from previous releases | of WebSphere Portal | +-- package Response files and utilities for install | +-- pcc.api | +-- pcc.impl | +-- prereq | +-- prereqs.infra | +-- pzn Personalization runtime and resources | +-- pzn.ext | +-- search | +-- shared Shared resources, including runtime JARs, TLDs, | and other resources. | The /app subdirectory is the application server's WPSLib | shared library for WebSphere Portal | +-- theme | +-- ui | +-- version Vinformation for various components | +-- wizard
WAS directory structure (AppServer_root)
- WAS installation directory
Throughout this documentation, the install location for WAS is noted as AppServer_root
For i5/OS the install location for WAS is noted as app_server_root and refers to the UserData path, unless otherwise specified in the topic where you see it. The profile_root variable below refers to the name given to the WAS profile in use.
- WAS profile directory
Throughout this documentation, the location for the WAS profiles is noted as was_profile_root.
Operating system Location AIX /usr/IBM/WebSphere/wp_profile HP-UX /opt/IBM/WebSphere/wp_profile Linux /opt/IBM/WebSphere/wp_profile Solaris /opt/IBM/WebSphere/wp_profile Windows C:\IBM\WebSphere\wp_profile i5/OS
- /QIBM/UserData/WebSphere/AppServer/V61/Base/profiles/wp_profile
- /QIBM/UserData/WebSphere/AppServer/V61/ND/profiles/wp_profile
- wps.war directory
The WebSphere Portal enterprise application is installed to the following location within WAS profile's path:
/installedApps/cell/wps.ear/wps.warThe WAR file directory structure for the WebSphere Portal enterprise application contains the following resources.wps.war | +-- c2a Cooperative portlet resources | +-- dnd | +-- doc Portal-level help and readme | +-- DocEditor JSPs for the Rich Text Editor | +-- dtd XML DTDs and schema definitions | +-- html License and privacy HTML files for the portal. | +-- images Common images for the portal | +-- menu Resources for MenuService applet | (Collaborative Components API) | +-- META-INF Standard Java MANIFEST.MF for the | portal Web application | +-- peopleawareness Resources for the people awareness features | +-- screens Screen JSPs for the portal | | | +-- markup_name Subdirectory for each markup type | |-- search | |-- skins Skin JSPs for the portal | | | +-- markup_name Subdirectory for each markup type | |-- themes Theme JSPs for the portal | | | +-- markup_name Subdirectory for each markup type | +-- virtualportal XMLAccess file for setting up a virtual portal | +-- web2 | +-- WEB-INF Protected resources for the portal Web applicationThe following directories contain resources for customization. Resources for all other directories in the portal Web application directory structure must not be modified.
- /doc
- /images
- /screens
- /skins
- /themes
- /virtualportal
Lotus Domino directory structure (domino_server_root and domino_data_root)
Throughout this documentation, the install location for the IBM Lotus Domino server software is noted as domino_server_root.
For i5/OS the install location for the Lotus Domino server software is noted as domino_server_root and refers to the ProdData path, unless otherwise specified in the topic where you see it.
The following table shows the default location if it is not otherwise specified during installation:
Operating system Location AIX /opt/IBM/ Lotus / HP-UX /opt/IBM/ Lotus / Linux /opt/IBM/ Lotus / Solaris /opt/IBM/ Lotus / Windows C:\ Lotus \Domino i5/OS
The Lotus Domino server data directory is noted as domino_data_root.
For i5/OS The Lotus Domino server data directory is noted as domino_data_root and refers to the UserData path, unless otherwise specified in the topic where you see it.
The following table shows the default location of the Domino data directory if it is not otherwise specified during installation:
Directories for languages
The following shows the languages supported by WebSphere Portal and the directories used for storing locale-specific resources. These directories are used in portlet Web application directories and in the WebSphere Portal enterprise application (themes, skins, and other Web application resources).
Language (locale) Directory Language (locale) Directory Language (locale) Directory Arabic /ar Catalan /ca Czech /cs Danish /da German /de Greek /el English /en Spanish /es Finnish /fi French /fr Croatian /hr Hungarian /hu Italian /it Hebrew /iw Japanese /ja Korean /ko Dutch /nl Norwegian /no Polish /pl Portuguese /pt Brazilian Portuguese /pt_BR Romanian /ro Russian /ru Slovak /sk Slovenian /sl Swedish /sv Thai /th Turkish /tr Ukrainian /uk Simplified Chinese /zh Traditional Chinese /zh_TW
Parent topic
Reference