• 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

apache and wls8.1 configuration examples..

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have a wls8.1 environment set-up (non cluster environment) i need to configure an apache webserver..
myserver name is: firstserver in my wls8.1 domain is: firstDomain
myport# is:8001
my host is : localhost

this is the entry i added to the httpd.conf file:
<IfModule mod_weblogic.c>
WebLogicHost localhost
WebLogicPort 8001
MatchExpression *.jsp
</IfModule>

i did not include my server name?.
please if someone had a working configuration files or any ideas is greatly appreciated ...btw i am runing wls8.1SP3 on windows 2000.

cheers,
Adam
 
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May be Installing and Configuring the Apache HTTP Server Plug-In will be useful to you.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic