• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Please help in mod_jk/apache2/JBoss EAP 6.3

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Im trying to use mod_jk for getting a result something like localhost/hello should display result as same as http://localhost:8081/hello

My next goal is LoadBalancing but Im stuck with my 1st step because
http://localhost:8081/hello - works
localhost/hello - Fails with 404 page cannot be found

To give overview of environment:
JBoss 6.3.0 Alpha1
Apache2
mod_jk

Im using domain and hostcontroller environment. (NOT standalone)
I have 2 JVMs in hostcontroller (TEST21 and TEST22). As of now my target is just to redirect all content of TEST21 jvm to localhost.
Let me try TEST22 part later.

I have edited apache2.conf, worker.properties, jk.conf.

Unfortuantely Im getting only 404 page cannot be displayed everytime.

I did multiple restarts of all JVMs and Apache2 services. I did not see any errors in any logs.

PLEASE help. I have attached all files possible. Please let me know if you need any more info.

It would be of greatest help if you can help.
 
reply
    Bookmark Topic Watch Topic
  • New Topic