You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Zhen Zhang (JIRA)" <ji...@apache.org> on 2010/09/06 07:45:33 UTC

[jira] Updated: (GERONIMO-5572) fail to show DOJO script in AdminConsole, when use an external Apache HTTP server through AdminConsole

     [ https://issues.apache.org/jira/browse/GERONIMO-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhen Zhang updated GERONIMO-5572:
---------------------------------

    Summary: fail to  show DOJO script in AdminConsole, when use  an external Apache HTTP server through AdminConsole  (was: fail to  show DOJO script in AdminConsole, with using  an external Apache HTTP server through AdminConsole)

> fail to  show DOJO script in AdminConsole, when 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
>            Priority: Minor
>             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/
> you will find the Admin Console only show a small part compared to access Admin Console via http://localhost:8080/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.