Unable to access the jtflogin.jsp page in 11i Reverse proxy implementation

1,591 views
Skip to first unread message

sree

unread,
Jun 10, 2008, 11:05:57 AM6/10/08
to Oracle Apps Technology
Hi,

I have seen your earlier posts. It helps me a lot. Thank you for
sharing your knowledge.

Recently we implemented DMZ with reverse proxy on 11.5.10.2 solaris
env.

We applied all the required patches by following the metalink notes

Metalink Note 287176.1: DMZ Configuration with Oracle E-Business Suite
11i
Metalink Note 438744.1: Case History: Implementing a Reverse Proxy
Alone in a DMZ Configuration

After starting the apache (adapcctl.sh) we can not able to see the
jtflogin page. It is throwing the GONE 410 error on the browser. I
read one of the doc that this is known issue and by uncommenting the
jtflogin.jsp in the url_fw.conf from the apache/apache/conf/. but that
is not helping any more.

Also I am getting the following errors in the debug log files.

Jserv.log :- [10/06/2008 09:02:09:320 CDT] <critical> ApacheJServ/
1.1.2: Failed to bind to port(s) specified in /d00/oa05applmgr/oa05ora/
9iAS/Apache/Jserv/etc/jserv.properties. Please check /d00/oa05applmgr/
oa05ora/9iAS/Apache/Jserv/etc/jserv.properties and jserv.conf file,
and make sure number of JServ process specified in jserv.conf is less
than number of ports specified in /d00/oa05applmgr/oa05ora/9iAS/Apache/
Jserv/etc/jserv.properties. and the ports are not used by other
processes.
ApacheJServ/1.1.2: Failed to bind to port(s) specified in /d00/
oa05applmgr/oa05ora/9iAS/Apache/Jserv/etc/jserv.properties. Please
check /d00/oa05applmgr/oa05ora/9iAS/Apache/Jserv/etc/jserv.properties
and jserv.conf file, and make sure number of JServ process specified
in jserv.conf is less than number of ports specified in /d00/
oa05applmgr/oa05ora/9iAS/Apache/Jserv/etc/jserv.properties. and the
ports are not used by other processes.

For the above error i have varified one of your bolg saying to modify
the /etc/nsswitch.dns. but inmy case that is already set to the
correct way.

Accesslog :- 10.5.221.178 - - [09/Jun/2008:15:10:45 -0500] "GET /
OA_HTML/jtflogin.jsp HTTP/1.0" 410 400

Please help me how to resolve this issue.

Thank you,
Sree.

Message has been deleted

oracleapps...@gmail.com

unread,
Jun 10, 2008, 7:13:36 PM6/10/08
to Oracle Apps Technology
Hi Sree,

The Gone errors which come are due to url_fw.conf
Please paste the url_fw.conf line which you uncommented for
jtflogin.jsp. I searched for jtflogin.jsp in my url_fw.conf and
could
not find it. One more thing you can try is this:


Add this line in url_fw.conf

RewriteRule ^/OA_HTML/jtflogin.jsp [L]

Bounce Apache and retest.

Also I am curious to know which module you are implementing in
extranet which requires jtflogin.jsp.


Let me know if it works. If it doesn't work, paste your url_fw.conf
here, I'll check that.


- Vikram

sree

unread,
Jun 11, 2008, 12:32:56 PM6/11/08
to Oracle Apps Technology
Hi Vikram,

Thank you very for your response.

I tried all the way by modifying the url_fw.conf and httpd.conf file.
But no luck. I raised TAR too, they are doing investigation for the
last one week. One more thing if I commented the include url_fw.conf
from the httpd.conf file then i can see the static AppsLogin page, but
if tried to click on the login links then it is throwin the page cannt
be displayed error.
we are implementing the isupport module with reverse proxy alone.

As per my knowledge there is some problem with the jserv port
configuration and the jdk settings by seeing the log errors.

1)OPM:Can not find one alive process

2)/oa05applmgr/oa05iAS/Apache/Jserv/etc/jserv.properties. Please
check /d00/oa05applmgr/oa05iAS/Apache/Jserv/etc/jserv.properties and
jserv.conf file, and make sure number of JServ process specified in
jserv.conf is less than number of ports specified in /d00/oa05applmgr/
oa05iAS/Apache/Jserv/etc/jserv.properties. and the ports are not used
by other processes

For above errors i verified in the oracle forums but none of them are
working.

Here is the url_fw.conf content for your reference.

-------------------------------------------------------------------------
# $Header: url_fw.conf 115.32 2006/11/16 18:23:35 rhadding ship $
#/
*===========================================================================
+
# | Copyright (c) 2005 Oracle Corporation, Redwood Shores,
California, USA |
# | All rights
reserved |
# | Applications
Division |
#
+===========================================================================
+
# |
# | FILENAME
# | url_fw.conf
# |
# | DESCRIPTION
# | This configuration file contain a list of positive
# ! urls that are allowed to access an E-business suite instance
from
# | outside private network i.e. over internet.
# | All other urls are denied.
# |
# | PLATFORM
# | GENERIC
# |
# | NOTES
# |
# | HISTORY
# |
#
+===========================================================================
+
#
# ###############################################################
#
# This file is automatically generated by AutoConfig. It will be read
and
# overwritten. If you were instructed to edit this file, or if you
are not
# able to use the settings created by AutoConfig, refer to Metalink
document
# 165195.1 for assistance.
#
# ###############################################################

#

<IfModule mod_rewrite.c>

#==============================================================
#Include the initial default start page
# INITIAL PAGE
#
#==============================================================

#RewriteRule ^/$ /OA_HTML/AppsLocalLogin.jsp [R,L]
RewriteRule ^/$ /OA_HTML/jtflogin.jsp [L]
#Re-direct to the iRecruitment home page
#RewriteRule ^/$ /OA_HTML/IrcVisitor.jsp [R,L]
#Re-direct to the iStore home page
#RewriteRule ^/$ /OA_HTML/ibeCZzpHome.jsp [R,L]


#==============================================================
#Include all static files (wildcarded)
# STATIC Patterns
#
#==============================================================

RewriteRule ^/OA_MEDIA/.*\.(gif|jpg|jpeg|bmp)$ - [L]
RewriteRule ^/OA_HTML/.*\.(gif|jpg|jpeg|bmp)$ - [L]
RewriteRule ^/OA_HTML/.*\.(js|css|xss)$ - [L]
RewriteRule ^/OA_HTML/.*\.(xls|avi)$ - [L]
RewriteRule ^/OA_HTML/.*\.(htm|html)$ - [L]
#RewriteRule ^/OA_HTML/.*\.(HTM|HTML)$ - [L] # Only if needed
RewriteRule ^/robots.txt$ - [L]
RewriteRule ^/favicon.ico$ - [L]

#===============================================================
#Include all common files
# COMMON Pages - popups, calendar functions
#===============================================================

RewriteRule ^/OA_HTML/cabo/jsps/1\.jsp$ - [L]
RewriteRule ^/OA_HTML/cabo/jsps/a\.jsp$ - [L]
RewriteRule ^/OA_HTML/cabo/jsps/calendarDialog\.jsp$ - [L]
RewriteRule ^/OA_HTML/cabo/jsps/frameRedirect\.jsp$ - [L]
RewriteRule ^/OA_HTML/cabo/jsps/fred\.jsp$ - [L]
RewriteRule ^/OA_HTML/cabo/jsps/gr\.jsp$ - [L]
RewriteRule ^/OA_HTML/jsp/fnd/fnderror\.jsp$ - [L]

#===============================================================
#Include URLS for login method: LOCAL
# LOCAL/SSO Login Pages
#===============================================================

#RewriteRule ^/$ http://muhost.mydomain.com:8005/oa_servlets/AppsLogin
[R,L]
RewriteRule ^/oa_servlets/oracle\.jsp\.JspServlet$ - [L]
RewriteRule ^/OA_HTML/OA\.jsp$ - [L]
RewriteRule ^/OA_HTML/RF\.jsp$ - [L]
RewriteRule ^/OA_HTML/AppsLocalLogin\.jsp$ - [L]
RewriteRule ^/OA_HTML/AppsLocalLogout\.jsp$ - [L]
RewriteRule ^/OA_HTML/OALogout\.jsp$ - [L]
RewriteRule ^/OA_HTML/OAErrorPage\.jsp$ - [L]
RewriteRule ^/OA_HTML/OAErrorDetailPage\.jsp$ - [L]
RewriteRule ^/OA_HTML/OAExport\.jsp$ - [L]
RewriteRule ^/OA_HTML/OADownload\.jsp$ - [L]
RewriteRule ^/OA_HTML/fndvald\.jsp$ - [L]
RewriteRule ^/OA_HTML/OARegion\.jsp$ - [L]
RewriteRule ^/OA_HTML/AppsChangePassword\.jsp$ - [L]
RewriteRule ^/oa_servlets/AppsLogin$ - [L]
RewriteRule ^/oa_servlets/oracle\.apps\.fnd\.sso\.AppsLogout$ - [L]
RewriteRule ^/oa_servlets/oracle\.apps\.fnd\.sso\.AppsLogin$ - [L]
RewriteRule ^/oa_servlets/oracle\.apps\.fnd\.sso\.FNDSSOLoginRedirect$
- [L]
RewriteRule ^/oa_servlets/AppsSSOServlet/$ - [L]
RewriteRule ^/oa_servlets/oracle\.apps\.fnd\.sso\.FNDSSOLogoutRedirect
$ - [L]

#================================================================
# Do not include PLS Help - redirect to customer created local help
#RewriteRule ^/OA_HTML/jsp/fnd/fndhelp\.jsp$ /help/ [R,L]
#RewriteRule ^/OA_HTML/jsp/fnd/fndhelp\.jsp$ /OA_HTML/
YourOwnHelpHere .html [L,PT]
#RewriteRule ^/OA_HTML/jsp/fnd/fndhelp\.jsp$ http:// myhelpsite/help/
[R,L]
#================================================================

#================================================================
# Include PLS Help -
#RewriteRule ^/OA_HTML/jsp/fnd/fndhelp\.jsp$ - [L]
#RewriteRule ^/pls/[^/]*/fnd_help.search$ - [L]
#RewriteRule ^/pls/[^/]*/fnd_help.Advanced_Search_Page$ - [L]
#RewriteRule ^/pls/[^/]*/fndgfm/fnd_help.get/(.*) - [L]
#================================================================



#================================================================
#Include URLs for product IRC (iRecruitment)
# IRC Product Pages
# jsp - external only
#================================================================

#RewriteRule ^/OA_HTML/IrcVisitor\.jsp$ - [L]
# mod_plsql --- only IRC.C
#RewriteRule ^/pls/[^/]*/irc_web.show_vacancy$ - [L]
#RewriteRule ^/OA_HTML/JobPositionSeeker\.xsl$ - [L]
#RewriteRule ^/OA_HTML/IRCRESUMEUK1\.xsl$ - [L]
#RewriteRule ^/OA_HTML/IRCRESUMEUK2\.xsl$ - [L]
#RewriteRule ^/OA_HTML/IRCRESUMEUS1\.xsl$ - [L]
#RewriteRule ^/OA_HTML/IRCRESUMEUS2\.xsl$ - [L]
#RewriteRule ^/OA_HTML/IRCRESUMEUS3\.xsl$ - [L]


#===============================================================
#Include URLs for product IBE (iStore)
# IBE Product Pages
#===============================================================

#RewriteRule ^/OA_HTML/ibeC.*\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibcGetAttachment\.jsp$ - [L]

#RewriteRule ^/OA_HTML/jtfdload\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfDownload\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtftmplh\.jsp$ - [L]

#===============================================================
#Include URLs for product IBE (iStore) with CZ
# If iStore is optionally integrated with the Configurator the
# following CZ URLs are required.
#===============================================================

#RewriteRule ^/OA_HTML/CZErrorPage\.jsp$ - [L]
#RewriteRule ^/OA_HTML/CZInfo\.jsp$ - [L]
#RewriteRule ^/OA_HTML/CZInitializationErrorPage\.jsp$ - [L]
#RewriteRule ^/OA_HTML/CZInitialize\.jsp$ - [L]
#RewriteRule ^/OA_HTML/CZShowUI\.jsp$ - [L]
#RewriteRule ^/OA_HTML/CZTerminate\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czBlafTemplate\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czButtonBar\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czCntnt\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czContainer\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czEmbed\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czEmbeddedTerminate\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czFormFooter\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czFormHeader\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czFormTemplate\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czFormTree\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czFraTemplate\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czHeader\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czHeartBeat\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czIFrame\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czJradHeartBeat\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czLeft\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czRight\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czSource\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czStylesheet\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czSummary\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czblank\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czdisp\.jsp$ - [L]
#RewriteRule ^/OA_HTML/czseperator\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cztree\.jsp$ - [L]
#RewriteRule ^/configurator/oracle\.apps\.cz\.servlet\.UiServlet$ -
[L]
#RewriteRule ^/configurator/oracle\.apps\.cz\.servlet\.Proxy$ - [L]
#RewriteRule ^/configurator/oracle\.apps\.cz\.runtime
\.DisplayCXResultServlet$ - [L]
#RewriteRule ^/servlets/oracle\.apps\.cz\.servlet\.UiServlet$ - [L]
#RewriteRule ^/servlets/oracle\.apps\.cz\.runtime
\.DisplayCXResultServlet$ - [L]
#RewriteRule ^/servlets/oracle\.apps\.cz\.servlet\.Proxy$ - [L]
#RewriteRule ^/serlvet/oracle\.apps\.cz\.servlet\.UiServlet$ - [L]
#RewriteRule ^/serlvet/oracle\.apps\.cz\.runtime
\.DisplayCXResultServlet$ - [L]
#RewriteRule ^/serlvet/oracle\.apps\.cz\.servlet\.Proxy$ - [L]

#===============================================================
#Include URLs for product IES (iSurvey)
#===============================================================
#RewriteRule ^/OA_HTML/iessvymain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iessvymenubased\.jsp$ - [L]

#===============================================================
#Include URLs for product OKS (Service Contracts)
#Added 2 lines for 5508043
#===============================================================
RewriteRule ^/OA_HTML/oksEntitlementsUsageDetails\.jsp$ - [L]
RewriteRule ^/OA_HTML/oksEntitlementsProductDetails\.jsp$ - [L]

#===============================================================
#Include URLs for product OKS (Service Contracts)
#===============================================================

#RewriteRule ^/OA_HTML/oksHeader\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksFooter\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksAutoRenewalHelp\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksAutoRenewalQuote\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksContactInfo\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksContactInfoReject\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksERNCommitmentLov\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksPaymentDetails\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksRejectPolicy\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksRejectReview\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksRenewalContracts\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksResponseReview\.jsp$ - [L]

#================================================================
#Include URLs for product POS (iSupplier Portal)
#================================================================

#RewriteRule ^/OA_HTML/jsp/pos/suppreg/SupplierRegister\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jsp/pos/registration/RegistrationReply\.jsp$
- [L]

#================================================================
#Include URLs for product PON (Sourcing)
#================================================================

#RewriteRule ^/OA_JAVA/oracle/apps/pon/jar/ponam\.jar$ - [L]
#RewriteRule ^/servlets/MonitorServlet$ - [L]

#=================================================================
#Include URLs for product IBU (iSupport)
#=================================================================

#RewriteRule ^/OA_HTML/cskmslctprod\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskmslctplat\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibufmsgw\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibufadse\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iessvymenubased\.jsp$ - [L]
#
#RewriteRule ^/OA_HTML/jtfasuh\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfPendingApproval\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfAssignAccount\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfarapm\.jsp$ - [L]
#
#RewriteRule ^/OA_HTML/ibuprofcmpysic\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprofctptc\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprofaddrc\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuuaccountc\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfUserSummary\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfApprovalRequests\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskmrelstmtsb\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csCountersAddGrpMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfNotesCreateMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csdProdLOV\.jsp$ - [L]
#
#RewriteRule ^/OA_HTML/ibuprofpps\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuumprofrole\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuurolec\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuumprofresp\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburespfinder\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuurespc\.jsp$ - [L]
#
#RewriteRule ^/OA_HTML/csksxvfb\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuhqlsmy\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRRemoveConfirmation\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCOtdOrdLineSerialPopupMain\.jsp$ - [L]
#
#RewriteRule ^/OA_HTML/ibuCOtdOrdLineSerialPopupMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfreg\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuhsrpf1\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csksxvm\.jsp$ - [L]
#
RewriteRule ^/OA_HTML/jtflogin\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfavald\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfrreg1\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfrreg\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfregui\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfAvailableEnrollments\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfApprovalRequests\.jsp$ - [L]
#And some more ibu files:
#RewriteRule ^/OA_HTML/ibuumprofcmpy\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibupendreq\.jsp$ - [L]
# Below from list
#RewriteRule ^/OA_HTML/csCountersAddCtrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csCountersHistoryMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csCountersRdgDFFMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csdInstSiteLOV\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csdProdNumLOV\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csdRMANumLOV\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csdRONumLOV\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csdSNLOV\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csdSONLOV\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csdSRNumLOV\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiAdditionalAttrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiContractsMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiCountersMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiCreateInstMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiInstConfigMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiInstGeneralMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiInstHistoryMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiNotesSummMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiPerzEditMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiPtyContactsMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiRepOrdersMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiSearchProdMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiServReqsMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiTxnDtlMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csiTxnLatestMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/csifLOV\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskmatchstmts\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskmbasicsrch\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskmrelstmts\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskmslctcat\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskmssm\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskslctprod\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskunisrchresult\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibeCOtpLineBill\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCCkdViewAddr\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCCkdViewCntct\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCCkpViewAddr\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCCkpViewCntct\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCOtdOrdLineSerialPopupMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCOtdRetConfirmMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCOtdRetCreMultiLineMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCOtdRetCreSingleLineMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCOtdRetDtlMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCOtdRetReviewMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCOtdRetSumMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRAdditionalContacts\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRCRConfirmation\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRContactInformation\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRContactPoint\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRCreateView\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRDetails\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRDetailsAddContact\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRDetailsUpdateContact\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRIdentifyProblem\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRProblemCode\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRProblemDetails\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRProblemResolved\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRQLEdit\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRReview\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRSearch\.jsp$ - [L]
##RewriteRule ^/OA_HTML/ibuSRSelectRequestType\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRServiceRequestSummary\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRSolutionDetail\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRSuggestedSolutions\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRUpdateView\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRVersion\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRViewSummary\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSearchProdMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibualluser\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibufcatv\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibufmsgp\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibufmsgr\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibufmsgv\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuhedtf\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuhpage\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuhucnt\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuhult1\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuhulyt\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuidrdetail\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuidrsearch\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuidrsummary\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuiinvs\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuiord\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuiordd\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuipmts\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuksf1\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuksv1\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuktl\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibupcmp\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibupendp\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibupfbgl\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprefswitcher\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprofaccount\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprofaddr\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprofadminv\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprofcmpy\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprofctptv\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprofgeneral\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuprofpp\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburaddr\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburcontact\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburcr01\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburdt01\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburinvitem\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburse02\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibursepd\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibusiteselection\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuumprofaccount\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuumprofaddr\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuumprofadminv\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuumprofctptv\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuumprofgeneral\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuumprofpp\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuunisrch\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuzbot\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfNotesAllMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfNotesMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfUserEnrollments\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfalout\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfdcall\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfdispref\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfschnf\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsBusinessProcessDetails\.jsp$ -
[L]
#RewriteRule ^/OA_HTML/oksEntitlementsContactPoints\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsContractOverview\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsCoverageDetails\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsLineDetails\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsPartyContacts\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsSearch\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsSearchItemLov\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsSearchProductLov\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsSearchSiteLov\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsSearchSystemLov\.jsp$ - [L]
#RewriteRule ^/OA_HTML/oksEntitlementsSimpleSearch\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfregoi\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskmsca\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskmscr\.jsp$ - [L]
#RewriteRule ^/OA_HTML/cskatch\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburbtct\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfNotesCreateSave\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibumis11\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRTemplateSummary\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRDetailsActions\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuipytd\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuiords\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuiordl\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfregno\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRCreateTemplate\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburatth\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtfFlexDescLOVDisplay\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuLoginForward\.jsp$ - [L]
#
#RewriteRule ^/OA_HTML/ibuinvpm\.jsp$ - [L]
#RewriteRule ^/OA_HTML/iburat2c\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRTempSelectRequestType\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuiinsd\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRTempAddContacts\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuSRUpdateTemplate\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibuCOtdDlvyDtlMain\.jsp$ - [L]
#
##======================================================================
#Include URLs for product OTL (Time/Labor)
#======================================================================

#RewriteRule ^/OA_HTML/export\.jsp$ - [L]
#
#======================================================================
#Include URLs for AMS (Oracle Marketing)
#======================================================================

#RewriteRule ^/OA_HTML/amsContactPreferencesMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/amsWebTracking\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibcGetAttachment\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ibcGetContentItem\.jsp$ - [L]
#RewriteRule ^/OA_HTML/jtffmImageTracker\.jsp$ - [L]
#RewriteRule ^/OA_HTML/amstracking\.jsp$ - [L]
#RewriteRule ^/OA_HTML/amsWebPlacementLink\.jsp$ - [L]
#RewriteRule ^/OA_HTML/amsWebLitePlacementLink\.jsp$ - [L]

#======================================================================
#Include URLs for product PRM (Partner Rel. Mgmt.)
#======================================================================

#RewriteRule ^/OA_HTML/pvxLoctrAddrValidation\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxLoctrError\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxLoctrAdvSearch\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxLoctrMap\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxLoctrAuth\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxLoctrResultDetails\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxLoctrDebug\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxLoctrResults\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxLoctrDrivingDirections\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxLoctrSearch\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptySumryMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyAdschMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptySchrtMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyDtailRedirct\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyPrtnrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOrgznAccessCheck\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyProfilesMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyOpenMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxWonOpptyMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyRouteDtlMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtnrRelLOVMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxProfileAttrEditMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyAllNotesMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyExtSlstmMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvdMyOffrdOppBin\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCAcdViewAttrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCAcdEditAttrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCOadViewAttrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCOadEditAttrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptySlstmMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtnrOppDtailMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOrgznOpptyMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtnrOppCntctMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtnrOppSlstmMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtnrOppNotesMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCntctOpptyMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyNotesMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtOpenOpptyRepMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtWonOpptyRepMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyPrtnrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyMatchLOVMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptySubRouteMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyRouteDtlMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtnrRelLOVMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtnrCntctLOVMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyExtSlstmMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxFrcstOppPrtnrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyDtailRedirct\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxWonOpptyMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyOpenMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxPrtnrOppNotesMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyAllNotesMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOppNotesDtlMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxProfileAttrEditMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxEntyAttrHstryMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxProfileAttrVldtnHstryMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxProfileAttrVldtnMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxOpptyProfilesMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxRefRdOnlyDtlMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvpEnrlCntrtMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvpEnrlPBillMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvpEnrlPCnfmMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvpEnrlPInfoMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvpEnrlQSmryMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvpEnrlQsnrMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvpEnrlThankMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvpPrgmDescMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvdEnrlStartMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCOadMmbrshipMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCOadChnlTeamMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvdEnrlStartMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCPvpPrgmDescMain\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCpvdPrgmNewBin\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCpvdPrgmUpgradeBin\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCpvdPrgmRenewBin\.jsp$ - [L]
#RewriteRule ^/OA_HTML/pvxCRgpPrtAddnlInfo\.jsp$ - [L]
#
#======================================================================
#Include URLs for product OIR (iReceivables)
#======================================================================

#RewriteRule ^/OA_HTML/AnonymousLogin\.jsp$ - [L]
#RewriteRule ^/OA_HTML/SelfRegistration\.jsp$ - [L]

#======================================================================
#Include URLs for product OTA (Oracle Learning Management)
#======================================================================

#RewriteRule ^/OA_HTML/ota_asmt\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ota_play_asmt\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ota_play_ebs\.jsp$ - [L]
#RewriteRule ^/OA_HTML/ota_play_gen\.jsp$ - [L]

#======================================================================
#Include URLs for product SCE (Oracle Collaborative Planning)
# - SCE also requires use of FORMS
#======================================================================

#RewriteRule ^/servlets/oracle\.apps\.ecx\.oxta\.TransportAgentServer$
- [L]
#RewriteRule ^/OA_HTML/.*/OATemplate\.(exe|zip)$ - [L]

#======================================================================
#Include URLs for FORMs (required by SCE)
#======================================================================

#RewriteRule ^/html/oajinit\.exe$ - [L]
#RewriteRule ^/jinitiator/oajinit\.exe$ - [L]
#RewriteRule ^/dev60cgi/f60cgi$ - [L]
#RewriteRule ^/pls/[^/]*/fnd_icx_launch\.launch$ - [L]
#RewriteRule ^/pls/[^/]*/fnd_icx_launch\.runforms$ - [L]
#RewriteRule ^/OA_JAVA/.*\.(gif|jpg|jpeg|bmp)$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/jar/fndforms\.jar$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n\.jar$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/jar/fndewt\.jar$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/jar/fndswing\.jar$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/jar/fndbalishare\.jar$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/jar/fndaol\.jar$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/jar/fndctx\.jar$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/jar/fndlist\.jar$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/jar/fndutil\.jar$ - [L]
#RewriteRule ^/OA_JAVA/java/awt/KeyboardFocusManager\.class$ - [L]
#RewriteRule ^/OA_JAVA/oracle/forms/engine/MainBeanInfo\.class$ -
[L]
#RewriteRule ^/OA_JAVA/sun/beans/infos/MainBeanInfo\.class$ - [L]
#RewriteRule ^/OA_JAVA/oracle/ewt/swing/JBufferedAppletBeanInfo\.class
$ - [L]
#RewriteRule ^/OA_JAVA/sun/beans/infos/JBufferedAppletBeanInfo\.class
$ - [L]
#RewriteRule ^/OA_JAVA/oracle/ewt/lwAWT/BufferedAppletBeanInfo\.class
$ - [L]
#RewriteRule ^/OA_JAVA/sun/beans/infos/BufferedAppletBeanInfo\.class
$ - [L]
#RewriteRule ^/OA_JAVA/oracle/ewt/popup/PopupAppletBeanInfo\.class$
- [L]
#RewriteRule ^/OA_JAVA/sun/beans/infos/PopupAppletBeanInfo\.class$ -
[L]
#RewriteRule ^/OA_JAVA/oracle/dms/instrument/Sensor\.class$ - [L]
#RewriteRule ^/OA_JAVA/oracle/forms/registry/Registry\.dat$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/fnd/formsClient/OracleApplications
\.dat$ - [L]
#RewriteRule ^/OA_JAVA/oracle/.*\.properties$ - [L]
#RewriteRule ^/forms/formservlet$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/gl/jar/glhelib\.jar$ - [L]
#RewriteRule ^/OA_JAVA/oracle/apps/gl/jar/glahelib\.jar$ - [L]
#
#==========================================================
#Include all Custom files
#==========================================================

# If not allowed by list above - go away! [G] is '410 Gone'
RewriteRule .* - [G]
# END Positive list of URLs

</IfModule>

ErrorDocument 410 "<HTML><HEAD><TITLE>410 Gone</TITLE></HEAD><BODY
bgcolor=white><H1>Gone</H1><BLOCKQUOTE>Access to the requested URI has
been blocked by the URL Firewall.<p>If you believe that you have
reached this page while performing valid operations within the
application, please send mail to app...@corp.entprise.loomisfargo.com
explaining what you were doing when you got this error.</
BLOCKQUOTE><HR></BODY></HTML>


# end of URL FW Rules

--------------------------------------------------------------------------------------------------------

Please let me know if u wann more info.

Once again thank you very much for your response.

Thank you,
Sree.

oracleapps...@gmail.com

unread,
Jun 12, 2008, 8:59:04 AM6/12/08
to Oracle Apps Technology
Hi Sree,

This sounds very much like the issue we faced described in
http://oracleappstechnology.blogspot.com/2008/05/apachejserv112-failed-to-bind-to-ports.html

Can you enable debug logging in Jserv as specified in Metalink Note
230688.1 and see if messages like this are appearing in
$IAS_ORACLE_HOME/Apache/Jserv/logs/jserv.log :

16/05/2008 22:03:43:117 EDT] cannot create socket on 16000

and in mod_jserv.log:

[16/05/2008 23:51:19:877] (EMERGENCY) ajp12: can not connect to host
192.168.1.100:16000
[16/05/2008 23:51:19:878] (EMERGENCY) ajp12: function connection fail

Also check for one more thing. Which url_fw.conf are you modifying ?
Is it the one present in Reverse proxy or the one present in your E-
Business Suite $IAS_ORACLE_HOME/Apache/Apache/conf ? You may need to
modify both.

- Vikram
> #RewriteRule ^/$http://muhost.mydomain.com:8005/oa_servlets/AppsLogin
> #Include URLs for product IES (iSurvey) ...
>
> read more »

sree

unread,
Jun 12, 2008, 10:37:41 AM6/12/08
to Oracle Apps Technology
Hi Vikram,

Thanks for the information.

I had seen that blog earlier, because Iam getting the same error. But
thing is what ever you suggested in the article that are obsolutely
fine with my environment. still iam getting the same kind of errors in
the log files.

I have verified the etc/nsswitch.conf
# You must also set up the /etc/resolv.conf file for DNS name
# server lookup. See resolv.conf(4).
hosts: files dns

etc/hosts
#
# Internet host table
#
::1 localhost
127.0.0.1 localhost
10.5.207.187 virux187 virux187.loomisfargo.com
loghost

---------------------------------------------------------

Logs :- Jserv.log
-----------------------------------------------------------------------------------------------------------------------------------------------------------
[12/06/2008 08:52:17:874 CDT] <info> ApacheJServ/1.1.2 is starting...
[12/06/2008 08:52:17:874 CDT] <debug> using confFile /d00/oa05applmgr/
oa05comn/conf/iAS/Apache/Jserv/etc/jserv.properties
[12/06/2008 08:52:18:186 CDT] <info> Connection authentication enabled
[12/06/2008 08:52:18:223 CDT] <info> Connection allowed from /
127.0.0.1
[12/06/2008 08:52:18:226 CDT] <info> Connection allowed from
shouux190.loomisfargo.com/10.5.207.190
[12/06/2008 08:52:18:226 CDT] <debug> port 16050 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> port 16051 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> port 16052 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> port 16053 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> port 16054 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> port 16055 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> port 16056 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> port 16057 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> port 16058 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> port 16059 is specified in
properties file
[12/06/2008 08:52:18:226 CDT] <debug> try to start on port 16050
[12/06/2008 08:52:18:244 CDT] <debug> cannot create socket on 16050
[12/06/2008 08:52:18:244 CDT] <debug> try to start on port 16051
[12/06/2008 08:52:18:245 CDT] <debug> cannot create socket on 16051
[12/06/2008 08:52:18:245 CDT] <debug> try to start on port 16052
[12/06/2008 08:52:18:245 CDT] <debug> cannot create socket on 16052
[12/06/2008 08:52:18:245 CDT] <debug> try to start on port 16053
[12/06/2008 08:52:18:245 CDT] <debug> cannot create socket on 16053
[12/06/2008 08:52:18:246 CDT] <debug> try to start on port 16054
[12/06/2008 08:52:18:246 CDT] <debug> cannot create socket on 16054
[12/06/2008 08:52:18:246 CDT] <debug> try to start on port 16055
[12/06/2008 08:52:18:246 CDT] <debug> cannot create socket on 16055
[12/06/2008 08:52:18:246 CDT] <debug> try to start on port 16056
[12/06/2008 08:52:18:247 CDT] <debug> cannot create socket on 16056
[12/06/2008 08:52:18:247 CDT] <debug> try to start on port 16057
[12/06/2008 08:52:18:247 CDT] <debug> cannot create socket on 16057
[12/06/2008 08:52:18:247 CDT] <debug> try to start on port 16058
[12/06/2008 08:52:18:248 CDT] <debug> cannot create socket on 16058
[12/06/2008 08:52:18:248 CDT] <debug> try to start on port 16059
[12/06/2008 08:52:18:248 CDT] <debug> cannot create socket on 16059
[12/06/2008 08:52:18:248 CDT] <critical> ApacheJServ/1.1.2: Failed to
bind to port(s) specified in /d00/oa05applmgr/oa05comn/conf/iAS/Apache/
Jserv/etc/jserv.properties. Please check /d00/oa05applmgr/oa05comn/
conf/iAS/Apache/Jserv/etc/jserv.properties and jserv.conf file, and
make sure number of JServ process specified in jserv.conf is less than
number of ports specified in /d00/oa05applmgr/oa05comn/conf/iAS/Apache/
Jserv/etc/jserv.properties. and the ports are not used by other
processes.
ApacheJServ/1.1.2: Failed to bind to port(s) specified in /d00/
oa05applmgr/oa05comn/conf/iAS/Apache/Jserv/etc/jserv.properties.
Please check /d00/oa05applmgr/oa05comn/conf/iAS/Apache/Jserv/etc/
jserv.properties and jserv.conf file, and make sure number of JServ
process specified in jserv.conf is less than number of ports specified
in /d00/oa05applmgr/oa05comn/conf/iAS/Apache/Jserv/etc/
jserv.properties. and the ports are not used by other processes.
-------------------------------------------------------------------------------------------------------------
Error_log

[Thu Jun 12 08:53:51 2008] [error] OPM:Can not find one alive process
[Thu Jun 12 08:54:16 2008] [debug] opm_ew.c(469): OPM: EW: Enters
opm_ew_broadcast()
-----------------------------------------------------------------------------------------------------------------------------------------------------
access.log
10.5.221.178 - - [12/Jun/2008:08:53:51 -0500] "GET /OA_HTML/
jtflogin.jsp HTTP/1.0" 200 -
10.5.221.178 - - [12/Jun/2008:08:54:01 -0500] "GET /servlets/Hello
HTTP/1.0" 410 404
--------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------

Iam modifying the external server url_fw.conf file. I will try to
modify the internal server as you suggested.

Iam struggeling like anything, but no luck.

Thanks for helping me.

~Sree.

oracleapps...@gmail.com

unread,
Jun 13, 2008, 4:29:55 PM6/13/08
to Oracle Apps Technology
Hi Sree,

Paste the contents of mod_jserv.log also. Mod_jserv.log may show us
what host the jserv port is trying to bind to.

The error you are getting in your access log looks like

10.5.221.178 - - [12/Jun/2008:08:53:51 -0500] "GET /OA_HTML/
jtflogin.jsp HTTP/1.0" 200 -
10.5.221.178 - - [12/Jun/2008:08:54:01 -0500] "GET /servlets/Hello
HTTP/1.0" 410 404

Which means it is allowing jtflogin.jsp but not allowing /servlets/
Hello

For allowing /servlets/Hello you'll need to add this line to
url_fw.conf:

RewriteRule ^/servlets/Hello [L]

- Vikram

sree

unread,
Jun 16, 2008, 6:49:30 PM6/16/08
to Oracle Apps Technology
Hi Vikram,

Thank you for replying.

Actually the issue got resolved on saturday with the help of oracle
support team(Dan) and now Iam able to access the isupport pages from
the reverse proxy.

The problem was with the configuration setup. This set was implemented
by earlier consultant and he was failed. So as per the suggesstions
from the oracle support I did from the scratch. Now everything is
working fne.

Once again thank for your support.

Thank you,
Sree.
> > ---------------------------------------------------------------------------­---------------------------------------------------------------------------­-----
> > ---------------------------------------------------------------------------­----------------------------------
> > Error_log
>
> > [Thu Jun 12 08:53:51 2008] [error] OPM:Can not find one alive process
> > [Thu Jun 12 08:54:16 2008] [debug] opm_ew.c(469): OPM: EW: Enters
> > opm_ew_broadcast()
> > ---------------------------------------------------------------------------­--------------------------------------------------------------------------
> > access.log
> > 10.5.221.178 - - [12/Jun/2008:08:53:51 -0500] "GET /OA_HTML/
> > jtflogin.jsp HTTP/1.0" 200 -
> > 10.5.221.178 - - [12/Jun/2008:08:54:01 -0500] "GET /servlets/Hello
> > HTTP/1.0" 410 404
> > ---------------------------------------------------------------------------­---------------------------------------------------------------------------­--
> > ---------------------------------------------------------------------------­---------------------------------------------------------------------------­----------
>
> > Iam modifying the external server url_fw.conf file. I will try to
> > modify the internal server as you suggested.
>
> > Iam struggeling like anything, but no luck.
>
> > Thanks for helping me.
>
> > ~Sree.- Hide quoted text -
>
> - Show quoted text -

oracleapps...@gmail.com

unread,
Jun 19, 2008, 12:55:08 PM6/19/08
to Oracle Apps Technology
Hi Sree,

Glad to hear that your problem is resolved. However, I think we do not
know what caused it, as you had to do it from scratch. If you have
any insight on what was wrong with the "configuration setup", do share
with us.

Thanks and regards,

- Vikram
> > > ---------------------------------------------------------------------------­­--------------------------------------------------------------------------­-­-----
> > > ---------------------------------------------------------------------------­­--------------------------------------------------------------------------­-­--
> > > ---------------------------------------------------------------------------­­--------------------------------------------------------------------------­-­----------
>
> > > Iam modifying the external server url_fw.conf file. I will try to
> > > modify the internal server as you suggested.
>
> > > Iam struggeling like anything, but no luck.
>
> > > Thanks for helping me.
>
> > > ~Sree.- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -

sree

unread,
Jun 24, 2008, 5:02:50 PM6/24/08
to Oracle Apps Technology
Hi Vikram,

Actually there were so many problems we faced. Some of them like...

1) Port configurations:- As per the client needs the first consultant
chosen to setup a reverse proxy with no external tier. So in this
scenario the consultant shared the internal appl_top and he treat
another tier as virtual external tier and also he cloned one context
file for external use. Upto this okie, but when editing the context
files he gave the same port nos which are using in internal tier
application too and also he pointed the s_webhost to reverse proxy
server(it should be virtual host).

2) In the context file he has given the $FND_SECURE path to the
internal tier secure path. It should be pointing to external tier(In
reality after sharing the appl-top the oralce application will not
create a secure directory for virtual external tier, so we have to
create a directory for extenal tier under the $FND_SECURE _TOP/virtual
host name/xxxx.dbc files and also set this external path in the
context file).

3) This has done by second consultant....... After struggeling for a
long time and none of them got worked, so He decided to implement the
reverse proxy with external tier instead of no external tier, so he
cloned the entier application tier and he made so many changes,but no
use.

Then my turn came into picture, I tried like anything for two weeks
and a raised a TAR. Oracle support team also worked for one week, but
there was no luck. Again me and oracle team expert sat for 8 hrs and
we decided to implement the reverse proxy alone with out external tier
from the scratch.

Finally we got the result. Really I learned so many things in
resolving the issues.

Thank you,
Sree.
> > > > ---------------------------------------------------------------------------­­­-------------------------------------------------------------------------­-­-­-----
> > > > ---------------------------------------------------------------------------­­­-------------------------------------------------------------------------­-
> > > > access.log
> > > > 10.5.221.178 - - [12/Jun/2008:08:53:51 -0500] "GET /OA_HTML/
> > > > jtflogin.jsp HTTP/1.0" 200 -
> > > > 10.5.221.178 - - [12/Jun/2008:08:54:01 -0500] "GET /servlets/Hello
> > > > HTTP/1.0" 410 404
> > > > ---------------------------------------------------------------------------­­­-------------------------------------------------------------------------­-­-­--
> > > > ---------------------------------------------------------------------------­­­-------------------------------------------------------------------------­-­-­----------
Reply all
Reply to author
Forward
0 new messages