473,396 Members | 2,009 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,396 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 6019

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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.