• 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

Configuring jboss portal server to listen to apache using proxypass..?

 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

Currently i am having one application running in plain jboss, and another jboss portal server running in same machine.... for now i have configured the port numbers to be different so that jboss portal and jboss server does not conflict... if supposey jboss uses port 8080, i changed the jboss portal uses 8484, in that way i have configured.

But now i need to make it as, i should have only one jboss portal server, in which both portal and ordinary application should run, but our home page should be our apache home page, which should forward to jboss using "PROXYPASS - Connector".

Please help me out in this.... say http:/localhost connects to our apache home and when we type http://localhost/portal it should look at our jboss portal server and when typing http://localhost/somecontext it should again forward to our jboss, in which some other application would be running.

Hope you would have understood..

Waiting for your early response.


Regards,
Prabhu.
 
reply
    Bookmark Topic Watch Topic
  • New Topic