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.