Article
Problem
Using Apache2 and Tomcat on Open Enterprise Server Linux, attempting to go the address http://<server address>/gw/webacc will return a 404 Error: Object Not Found.
The problem is that the gw.conf configuration is not present in the
/etc/opt/novell/httpd/sslconf.d directory.
Solution
To correct this, enter the following command with required security rights to the server (IE Root access):
cp -s /etc/opt/novell/gw/gw/conf /etc/opt/novell/httpd/sslconf.d
This will create a symbolic link in the sslconf.d directory to the gw.conf file located in the /etc/opt/novell/gw/ directory.
By the way - if you want to disable http and only allow https (SSL) access, you can remove the symbolic link from the /etc/apache2/conf.d file.
These changes effectively add or remove the location of the JkMount statements from the httpd.conf file.
Note: This solution was tested with GroupWise 6.5 Webaccess, Apache 2, Open Enterprise Server Linux, and SUSE Linux 9.0.
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 3981 reads


0