fail to use an external Apache HTTP server through AdminConsole
---------------------------------------------------------------
Key: GERONIMO-5572
URL: https://issues.apache.org/jira/browse/GERONIMO-5572
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: console
Affects Versions: 3.0
Environment: OS:Windows XP SP3
Java Version: 1.6.0_20
Server:Geronimo 3.0-SNAPSHOT
Reporter: Zhen Zhang
Fix For: 3.0
setps to recur:
1. Install Apache HTTP from http://httpd.apache.org/download.cgi
2. Start server
3. Open Apache mod_jk Configuration portlet by clicking Server --> Apache HTTP
in Admin Console
4. Follow the wizard to config Admin Console to Apache HTTP
(when you follow the wizard step 4: configure apache , add the following info
into [Apache Server Home]/conf/httpd.conf
<IfModule mod_jk.c>
JkWorkersFile
D:\server\geronimo-tomcat7-javaee6-web-3.0-SNAPSHOT\var\config\workers.properties
JkLogFile
D:\server\geronimo-tomcat7-javaee6-web-3.0-SNAPSHOT\var\log\apache_mod_jk.log
JkLogLevel error
JkMount //* geronimo_ajp13
JkMount /console/* geronimo_ajp13
</IfModule>
) instead of the info that the wizard shows
5. Access Admin Console via : http://localhost/console/
Reference:
1. mod_jk howto:
http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html
2. Download binaries of mod_jk:
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.