472,779 Members | 2,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,779 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 5572

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: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.