apache AJP bad rendering

Hi All,

I have configured Apache with JBoss 

The communication seems without errors but the page rendering is very strange 

The login page is restricted and it appears on the top left of the page 

If I do the login I can see only the light blu color of the page instead designer page has a reload loop ... 

Attached the login page 

 

 

  Discussion posts and replies are publicly visible

Parents
  • I have solved this part removing rows with no-jk ...

    SetEnvIf REQUEST_URI "\.css$" no-jk
    SetEnvIf REQUEST_URI "\.jpg$" no-jk
    ...

    Now the problem is on /designer URI
    Here the browser have a strange behavior , It like it continues to reload the page ...

    If I remove Apache and use only JBoss configuration I don't have any issue ...
    So I am sure the problem is on Apache config
Reply
  • I have solved this part removing rows with no-jk ...

    SetEnvIf REQUEST_URI "\.css$" no-jk
    SetEnvIf REQUEST_URI "\.jpg$" no-jk
    ...

    Now the problem is on /designer URI
    Here the browser have a strange behavior , It like it continues to reload the page ...

    If I remove Apache and use only JBoss configuration I don't have any issue ...
    So I am sure the problem is on Apache config
Children