• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

How do you Configure Apache to pass an HTTP request to JBoss?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

This is a newbie question, so be gentle with me.

I am planning on hosting two websites, one just a plain HTML site and one a Java/J2EE site.

How do I configure Apache to pass all HTTP traffic for a specific hostname to JBoss?

Thanks,

Patrick
 
Author
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at mod_jk in JBoss. Off the top of my head, I can't tell you the config for a virtual host, but mod_jk isn't that tricky to do.
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
UsingMod_jk1.2WithJBoss

http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss
reply
    Bookmark Topic Watch Topic
  • New Topic