473,320 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

We are facing an issue when adding a client uri context in httpd.conf

1
We are facing an issue when adding a client uri context in httpd.conf

we are migrating iplanet to apache
source OS version: Oracle Solaris on SPARC (64-bit) version 10
Source web server: iPlanet web server 6.1.12

Target OS version: OEL 6.0
Target web server: Apache 2.2.15

in iPlanet context is like this:
--------------------------------
Expand|Select|Wrap|Line Numbers
  1. PathCheck fn="find-index" index-names="index.html,home.html,index.jsp" 
  2. ObjectType fn="type-by-extension" 
  3. ObjectType fn="force-type" type="text/plain" 
  4. <Client uri=/XXX/*> 
  5. Service fn="wl_proxy" WebLogicCluster="weblogic_cluster_1" Idempotent="OFF" Debug="OFF" DebugConfigInfo="OFF" WLSocketTimeoutSecs="1800" WLIOTimeOutSecs="1800" DynamicServerList="OFF" 
  6. </Client> 
  7. <Client uri=/xxxxxx/*> 
  8. Service fn="wl_proxy" WebLogicCluster="weblogic_cluster_2" Idempotent="OFF" Debug="OFF" DebugConfigInfo="OFF" WLSocketTimeoutSecs="50" WLIOTimeOutSecs="1800" 
  9. </Client> 
  10. Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap" 
  11. Service method="(GET|HEAD)" type="magnus-internal/directory" fn="send-error" path="index.html" 
  12. Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file" 
  13. Error fn="error-j2ee" 
  14. Output fn="set-variable" insert-srvhdrs="X-Frame-Options:SAMEORIGIN" 
  15. Output fn="insert-filter" filter="http-compression" type="text/*" vary="on" compression-level="1" 
  16.  
In Apache we are trying the context like this:
----------------------------------------------
<Location /XXX/*>
SetHandler weblogic-handler
WebLogicCluster weblogic_jvms_in_cluster_1
Idempotent OFF
Debug OFF
DebugConfigInfo OFF
WLSocketTimeoutSecs 1800
WLIOTimeOutSecs 1800
DynamicServerList OFF
</Location>

if any one face this issue, please let me know the steps to resolve
Aug 22 '15 #1
0 5965

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Vetrivel | last post by:
Application architecture : Develop interface between two existing systems, a. Enterprise CRM system b. Web based intranet system. Environment : Intranet Server : IIS and ASP. Script :...
2
by: brenda.stow | last post by:
error msg " An error occured while referencing the object. You tried to run a visual basic procedure that improperly references a property or method of an object" This msg occurs everytime I add a...
4
by: Aaron Queenan | last post by:
How can I use the designer to add a context menu to a class which inherits from a control, e.g. treeview, without adding the context menu to a form? For example, to add a context menu with...
0
by: John K | last post by:
I am still pretty new to this environment and don't know much about httpd.conf. I understand that it is the place to configure the server but don't know how to actually use it for what I'm trying...
4
by: Prince of Code | last post by:
Hi all, I would like to know what is the difference between LoadModule & AddModule configuration directives in httpd.conf of Apache server. I guess LoadModule is for loading dynamic modules which...
0
by: Gerard Flanagan | last post by:
Hello, Does anyone know of an existing module to parse httpd.conf files? Thanks.
4
by: coaxfiber | last post by:
Hi guys, my problem is when I installing the Apache v2.2.4 as my local server to run my php, and then run the test configuration, it tells me this error: httpd.exe: Syntax error on line 152 of...
0
by: s2rinivasan | last post by:
I am using Redhat linux EL4 2.6.9-5 . In it I am configuring httpd configuration with out authentication it gives the currect page. But with authenticetion it shows some error that MYSQL ERROR:...
2
by: K. | last post by:
Hello! I would like to implement such funcionality: https://www.test.pl -I enter into this page without any problems (encrypted connection) when user tries to write: http://www.test.pl...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.