OAS 10.1.3.1: Single Point Entry Configuration

owlearner

Active Member
Hello All,

I am currently configuring 8.98.2.3 tools with application version E811 SP1. I have a couple of web servers and in the current production environment with 8.96C1 and OAS 10.1.2.0.2 everything works fine. the same configuration is not working as expected in 10.1.3.1 OAS.

my entries in httpd.conf file are

Listen 8083
NameVirtualHost jdetest:8083

<VirtualHost jdetest:8083>
Oc4jMount /jde/ JasOC4JDV
Oc4jMount /jde/* JasOC4JDV
ServerAlias jdetest
ServerName jdetest.aje.ae
</VirtualHost>

RewriteEngine on
RewriteCond %{HTTP_HOST} !^jdetest.* [NC]
RewriteCond %{REQUEST_URI} E1Menu.maf [NC]
RewriteRule ^(.*) /index.html [R]


and the canonical names was set to off.

Please have a look at the picture attached for more on this issue.

Could you all please share your ideas to configure this in better way. i am using Hardware Balancer too in this configuration.

Thanks all in adavance.

Aftab
 

Attachments

  • 167104-Picture 006.jpg
    167104-Picture 006.jpg
    44.5 KB · Views: 137
Back
Top