9.1 NetWare Apache/Tomcat Installation Directories

  • Apache installation directory
  • Standard Apache directory
  • Main Apache configuration file
  • Apache configuration file for GroupWise WebAccess
  • Apache configuration file for GroupWise Monitor
  • Apache configuration file for the GroupWise Calendar Publishing Host
  • Apache document root directory
  • Web server default Web page
  • Tomcat installation directory
  • GroupWise-specific document root directory
  • GroupWise-specific Web services page
  • com/novell/webaccess
  • com/novell/webpublisher
  • Directory for WebAccess help files
  • Directory for WebPUblisher help files
  • webaccess
  • webpublisher
  • Directory for GroupWise WebAccess Application files
  • Directory for GroupWise WebPublisher Application files
  • GroupWise Web service information directory
  • GroupWise Web service configuration file
  • classes/com/novell
  • Directory for Novell product files
  • Directory for GroupWise WebAccess files
  • Subdirectory for service provider files
  • Directory for GroupWise WebPublisher files
  • Subdirectory for service provider files
  • GroupWise Web service template files
  • Calendar Publishing Host document root directory
  • Calendar Publishing Host Web services page
  • Calendar Publishing Host Web service information directory
  • Calendar Publishing Host Web service configuration file
  • GroupWise Monitor document root directory
  • GroupWise Monitor Web services page
  • GroupWise Monitor Web service information directory
  • GroupWise Monitor Web service configuration file
  • GroupWise Monitor Web service template files
  • Directory for GroupWise Web services files
  • Subdirectory for the Calendar Publishing Host
  • Calendar Publishing Host configuration file
  • Directory for Calendar Publishing Host log files
  • Subdirectory for GroupWise Monitor
  • Monitor Application configuration file
  • Directory for Monitor Application log files
  • Subdirectory for WebAccess
  • WebAccess Application configuration file
  • Communications Manager configuration file
  • LDAP service provider configuration file
  • Directory for WebAccess Application log files
  • Directory for WebAccess users’ session files
  • Subdirectory for WebAccess Application files
  • WebPublisher Application configuration file
  • Communications Manager configuration file
  • Subdirectory for WebPublisher Application log files

9.1.1 sys:/apache2/conf directory

The /apache2/conf directory is the standard Apache Web server configuration directory.

httpd.conf file

The httpd.conf file is the main Apache configuration file. On NetWare, the GroupWise Installation program modifies it to include a reference to the GWApache2.conf file.

GWApache2.conf file

The GWApache2.conf file includes the JkMount command that enables Apache to access the GroupWise WebAccess and WebPublisher application files that have been installed into Tomcat.

gwmon.conf file

The gwmon.conf file includes the JkMount command that enables Apache to access the GroupWise Monitor application files that have been installed into Tomcat.

gwcal.conf file

The gwcal.conf file includes the JkMount command that enables Apache to access the GroupWise Calendar Publishing Host application files that have been installed into Tomcat.

htdocs/index.html file

The index.html file in the htdocs directory is the default HTML file that displays in your Web browser when you go to the IP address or hostname of the server.

9.1.2 sys:/tomcat/4/webapps

The /tomcat/4/webapps directory is where applications are installed into the Web server.

gw/index.html file

The index.html file in the gw directory is the default HTML file for the GroupWise client Web services (WebAccess and WebPublisher) and displays when you go to the following URL:

http://web_server_address/gw

From this default page, WebAccess and WebPublisher URLs can be easily accessed:

http://web_server_address/gw/webacc
http://web_server_address/gw/webpub

gw/WEB-INF/web.xml file

The web.xml file tells the Web server where the various GroupWise service providers and their configuration files are located. By default, they are located in subdirectories under sys:\Novell\GroupWise.

gw/WEB-INF/classes/com/novell/webaccess/providers directory

The providers directory holds the Java class and properties files for the WebAccess providers. For more information, see Adding or Removing Service Providers in WebAccess in the GroupWise 8 Administration Guide.

gw/WEB-INF/classes/com/novell/webpublisher/providers directory

The providers directory holds the Java class and properties files for the WebPublisher providers. For more information, see Adding or Removing Service Providers in WebAccess in the GroupWise 8 Administration Guide.

gw/WEB-INF/classes/templates directory

The templates directory holds subdirectories for the various file formats used in various browser environments. For more information, see Modifying WebAccess Application Template Settings in WebAccess in the GroupWise 8 Administration Guide.

gwcal/index.html file

The index.html file in the gwcal directory is the default HTML file for the GroupWise Calendar Publishing Host Web service and displays when you go to the following URL:

http://web_server_address/gwcal

gwcal/WEB-INF/web.xml file

The web.xml file tells the Web server where the Calendar Publishing Host service provider and its configuration file are located.

gwmon/index.html file

The index.html file in the gwmon directory is the default HTML file for the GroupWise Monitor Web service and displays when you go to the following URL:

http://web_server_address/gwmon

gwmon/WEB-INF/web.xml file

The web.xml file tells the Web server where the GroupWise Monitor service provider and its configuration file are located.

gwmon/WEB-INF/classes/templates directory

The templates directory holds subdirectories for the various file formats used in various browser environments. For more information, see Modifying Monitor Application Template Settings in Monitor in the GroupWise 8 Administration Guide.

9.1.3 sys:\Novell\GroupWise directory

The sys:\Novell\GroupWise directory holds subdirectories for each GroupWise application.

9.1.4 calhost directory

The calhost directory is created when you install the Calendar Publishing Host.

calhost.cfg file

The calhost.cfg file holds Calendar Publishing Host configuration information. For more information, see Configuring the Calendar Publishing Host in Calendar Publishing Host in the GroupWise 8 Administration Guide.

logs directory

The logs subdirectory holds Calendar Publishing Host Application log files. For more information, see Using Calendar Publishing Host Log Files in Calendar Publishing Host in the GroupWise 8 Administration Guide.

9.1.5 gwmonitor directory

The gwmonitor directory is created when you install GroupWise Monitor.

gwmonitor.cfg file

The gwmonitor.cfg file holds the same configuration information that is stored on the Monitor Application object (named GroupWiseMonitor) in eDirectory. For more information, see Configuring the Monitor Application in Monitor in the GroupWise 8 Administration Guide.

logs directory

The logs subdirectory holds Monitor Application log files. For more information, see Modifying Monitor Application Log Settings in Monitor in the GroupWise 8 Administration Guide.

9.1.6 webaccess directory

The webaccess directory holds files used by the WebAccess Application.

webacc.cfg file

The webacc.cfg file holds the same configuration information that is stored on the WebAccess Application object (named GroupWiseWebAccess) in eDirectory. For more information, see Configuring the WebAccess Application in WebAccess in the GroupWise 8 Administration Guide.

commgr.cfg file

The commgr.cfg file holds the same configuration information that is stored on the GroupWise Provider object (named GroupWiseProvider) in eDirectory, including the IP address, port number, number of threads, and encryption key for the WebAccess Agent. This information enables the WebAccess Application to communicate with the WebAccess Agent. For more information, see Configuring the GroupWise Service Provider in WebAccess in the GroupWise 8 Administration Guide.

A copy of the commgr.cfg file is automatically maintained in the WebAccess Agent queue directory (domain\wpgate\webac80a).

ldap.cfg file

The ldap.cfg file holds the same configuration information that is stored on the LDAP Provider object (named LDAPProvider) in eDirectory. For more information, see Configuring the LDAP Service Provider in WebAccess in the GroupWise 8 Administration Guide.

logs directory

The logs subdirectory holds WebAccess Application log files. For more information, see Controlling WebAccess Application Logging in WebAccess in the GroupWise 8 Administration Guide.

users directory

The users subdirectory holds session files for WebAccess users. If WebAccess times out after a period of user inactivity, the user’s session information is saved. When the user logs back in, the session information is retrieved so that the user can continue working without loss of data. Also, users’ message text is saved during each session, so that if the WebAccess Application is restarted or goes down, users do not lose the message text they were composing at the time.

9.1.7 webpublisher directory

The webpublisher directory holds files used by the WebPublisher Application.

webpub.cfg

The webpub.cfg file holds the same configuration information that is stored on the WebPublisher Application object (named GroupWiseWebPublisher) in eDirectory. For more information, see Configuring the WebPublisher Application in WebAccess in the GroupWise 8 Administration Guide.

commgr.cfg file

The commgr.cfg file holds the same configuration information that is stored on the GroupWise Provider object (named GroupWiseProvider) in eDirectory, including the IP address, port number, number of threads, and encryption key for the WebAccess Agent. This information enables the WebAccess Application to communicate with the WebAccess Agent. For more information, see Configuring the GroupWise Service Provider in WebAccess in the GroupWise 8 Administration Guide.

A copy of the commgr.cfg file is automatically maintained in the WebAccess Agent queue directory (domain\wpgate\webac80a).

logs directory

The logs subdirectory holds WebAccess Application log files. For more information, see Controlling WebAccess Application Logging in WebAccess in the GroupWise 8 Administration Guide.