JSP as Home Page on iPlanet

Is it possible to configure the iPlanet web server 4.1 to serve a JSP as its
          home page from WL when a user hits a URL like http://www.mywebsite.com? The
          proxy by jsp extension and directory work fine when the URL is anything
          other than the default web site. I'd rather avoid doing a redirection in an
          HTML page to a JSP page. In my testing, if the home page in iPlanet is set
          to a JSP page, the proxy rules don't go into effect properly and for some
          reason iPlanet asks WL to serve it's default page.
          Any ideas on how I can get this to work?
          -Brian Cunningham
          

Brian,
          You can easily get WLS to serve index.jsp as the default home page. I have
          included the section of the docs from the "Serving dynamic pages by default"
          section from http://www.weblogic.com/docs51/admindocs/http.html#default
          You may configure the WebLogic Server to serve dynamic default files, delivered
          by the JSPServlet, the PageCompileServlet, or your own custom servlet. This
          property instructs the WebLogic Server to look for certain files to be handled
          by specific servlets handling their file extension types:
          weblogic.httpd.indexFiles=index.foo,index.bar
          Where servlets must be registered to handle all files with extension ".foo" and
          ".bar", such as:
          weblogic.httpd.register.*.foo=com.myservlets.FooServlet
          weblogic.httpd.register.*.bar=com.myservlets.BarServlet
          The comma separated list of filenames is searched in order, and precedes the
          invocation of the FileServlet, and hence precedes the defaultFilename associated
          with the FileServlet. Note that servlets must be registered to handle the listed
          file extension types.
          Hope this helps,
          Robert
          Brian Cunningham wrote:
          > Thanks for the reply. But, I guess I should've stated my problem more
          > clearly.
          >
          > I have my obj.conf configured to serve index.jsp as my home page and I've
          > tried adding it as an index file as well. It's also configured to proxy all
          > text/jsp to WL and anything under a specified directory. However, when a
          > user goes to http://www.myhomepage.com/ and the obj.conf tries to deliver
          > the configured home page of index.jsp it doesn't proxy it correctly to WL.
          > WL, for whatever reason, will deliver it's specified default file instead of
          > the index.jsp. My guess is that iPlanet will only proxy the requests based
          > on the URL. So, even though index.jsp is configured as the home page and
          > iPlanet is configured to proxy all jsp requests to WL, it still doesn't work
          > correctly. I don't want to use iPlanet to serve the jsp using its JSP
          > engine. I just can't get it to proxy correctly to WL. I've tried a few
          > dozen configurations in iPlanet which have all failed.
          >
          > The only other solution I can think of is to allow iPlanet to work
          > incorrectly but configure WL to serve a JSP as its home page. However,
          > weblogic.properties is configured by default to use the FileServlet to serve
          > the defaultFile. How can I configure weblogic.properties to deliver a jsp
          > as its default file? I tried changing the obvious lines without any
          > success, i.e. register ServletServlet with initArgs of
          > defaulServletName=index.jsp but that didn't work.
          >
          > Any ideas?
          >
          > Wei Guan <[email protected]> wrote in message
          > news:[email protected]...
          > > Comments inline.
          > >
          > > --
          > > Cheers - Wei
          > >
          > >
          > > Brian Cunningham <[email protected]> wrote in message
          > > news:[email protected]...
          > > > Is it possible to configure the iPlanet web server 4.1 to serve a JSP as
          > > its
          > > > home page from WL when a user hits a URL like http://www.mywebsite.com?
          > > Yes, you have to setup index.jsp as a default page in iPlanet. However,
          > I'd
          > > rather like to setup WebLogic to serve JSP and servlet while iPlanet
          > serves
          > > static pages only.
          > >
          > > > The
          > > > proxy by jsp extension and directory work fine when the URL is anything
          > > > other than the default web site. I'd rather avoid doing a redirection
          > in
          > > an
          > > > HTML page to a JSP page. In my testing, if the home page in iPlanet is
          > > set
          > > > to a JSP page, the proxy rules don't go into effect properly and for
          > some
          > > > reason iPlanet asks WL to serve it's default page.
          > > It might be your weblogic plugin setup. In your servlet setup in obj.conf,
          > > if you use path pattern, such as "/weblogic*", and if you request
          > > http://www.mywebsite.com/weblogic/abc/, iPlanet will proxy it to weblogic
          > > since it match "/weblogic*". So, weblogic has to figure out what the
          > default
          > > page is. So, the URL mathces the ppath in servlet proxy setup will not
          > work.
          > > Check to see if this applies to your case.
          > >
          > > My 2 cents.
          > >
          > > >
          > > > Any ideas on how I can get this to work?
          > > >
          > > > -Brian Cunningham
          > > >
          > > >
          > >
          > >
          

Similar Messages

  • Password Protecting a JSP Home Page

    Hi,
    Can anyone help me set up some type of login & password authentication on a site I have set up on web logic server? It's a portal type home page that has links to some sites but I would like to have password protection before it gets to the portal page. Is there a good way to do this possibly using a JSP.
    Any help would be greatly appreciated.
    Thanks,
    Dino

    Assuming you have a database with usernames and passwords and would use cookies, here's a Q&D approach...
    On your pages, check for the presence of a specific session cookie ( you name it ). You can do this with a simple include file on each page.
    If no cookie:
    Prompt for login. Upon successful login, write session cookie (you named) with value of the current session ID.
    If cookie is found:
    Check it's value against session.getId(). If it matches, let 'em in, otherwise prompt for login.
    good luck!

  • JSP works at Home Page Only

    From my earlier post: The JSP tags and scriptlets execute fine on my Home Page, but when I navigate to another page via Link or POST the JSP code gets Ignored. Curiously enough, but when the POST method is used, I get the following error: METHOD NOT ALLOWED - The requested method POST is not allowed for the URL/mypage.jsp. I suspect the server configuration, since I installed and configured it myself. I'm using Apache 1.3 with Tomcat. Any help would be appeciated.
    Thanks
    CMD

    I'm not sure exactly what the problem is, but unless you explicitly did something to restrict POST to a particular page or path, then POST won't be disabled by default in Apache or Tomcat. So I would check whatever modifications you might have made in the config files first. And does GET work? Are the JSP pages otherwise working at all? Maybe check for errors in the logs? There should be a JK log for the Tomcat JK connector.

  • 500 Internal Server Error while trying to connect to EBS home page url

    Hi,
    I am using EBS 12.0.4 on HP UX ia64
    After succesfully running adcfgclone.pl on both db and application server, when i tried to connect to my EBS home page
    url it is showing ::--
    500 Internal Server Error
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     
    at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     
    at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     
    at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     
    at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 33 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection     
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     this might look proper...
    Edited by: 807592 on Dec 6, 2010 12:37 PM

    Hi,
    Did AutoConfig complete successfully?
    Please see these docs.
    Unable To Login After Clone [ID 418130.1]
    Steps To Clean Nonexistent Nodes or IP Addresses From FND_NODES [ID 260887.1]
    oracle.apps.fnd.cache.CacheException - null connection - on AppsLocalLogin.jsp [ID 414170.1]
    Login Fails After Changing The 'GUEST' Password To Either Mixed / Lowercase In R12 [ID 602425.1]
    Thanks,
    Hussein

  • BI Launch Pad Home page error - Servlet Engine Exception: Index: 0, Size: 0

    Hi,
    I am encountering below error when I click on 'Home' button under BI launch Pad in BO BI 4.1 (Operating system - Linux, SP2) but able to log in successfully and can able to run the reports successfully. But the same when I tried with 'Administrator' account I am not seeing any issues and when I tries to login with User Account below error is throwing.
    Please find the attachment.
    I tried to restart the Tomcat but no luck.
    Need your help in order to trouble shoot the issue.
    =======================================================================================================
    Servlet Engine Exception: Index: 0, Size: 0
    URL: /BOE/portal/1405150358/PerformanceManagement/scripts/tools/err_page.jsp?cafWebSesInit=true&bttoken=MDAwRG5GSzldTDA8YVVVaGVgWjFIPE5aXz8ybEhUOzAEQ&bttoken=MDAwRG5GSzldTDA8YVVVaGVgWjFIPE5aXz8ybEhUOzAEQ&actId=3241&pvl=en_US&service=%2FInfoView%2Fcommon%2FappService.do&loc=en&objIds=0&appKind=InfoView&pref=pref%3DmaxOpageUt%253D200%253BmaxOpageC%253D10%253Btz%253DUS%252FPacific-New%253BmUnit%253Dinch%253BshowFilters%253Dtrue%253BsmtpFrom%253Dtrue%253BpromptForUnsavedData%253Dtrue%253B&homeDashboard=true
    StackTrace:
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.get(InfoObjects.java:754)
        at com.bo.aa.storefile.FileUtility.getApplicationBackgroundData(FileUtility.java:201)
        at org.apache.jsp.jsp.dmdashboard_jsp._jspService(dmdashboard_jsp.java:890)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at org.eclipse.equinox.jsp.jasper.JspServlet.service(JspServlet.java:121)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at com.businessobjects.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:110)
        at com.businessobjects.http.servlet.internal.ServletLastFilterChainElement.service(ServletLastFilterChainElement.java:30)
        at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:46)
        at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.serviceHelper(BundlePathAwareServiceHandler.java:235)
        at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.service(BundlePathAwareServiceHandler.java:197)
        at com.businessobjects.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:248)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:220)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:749)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:487)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:412)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:339)
        at com.businessobjects.http.servlet.internal.servlet.RequestDispatcherAdaptor.forward(RequestDispatcherAdaptor.java:31)
        at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1759)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
        at com.businessobjects.webutil.struts.CrystalUTF8InputActionServlet.process(CrystalUTF8InputActionServlet.java:21)
        at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at com.businessobjects.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:110)
        at com.businessobjects.http.servlet.internal.ServletLastFilterChainElement.service(ServletLastFilterChainElement.java:30)
        at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:46)
        at com.businessobjects.bip.core.web.boetrustguard.BOETrustPrepareFilter.doFilter(BOETrustPrepareFilter.java:35)
        at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
        at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
        at com.businessobjects.bip.core.web.supportabilty.TraceLogScopeFilter.doFilter(TraceLogScopeFilter.java:38)
        at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
        at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
        at com.businessobjects.sdk.actionfilter.WorkflowFilter.doFilter(WorkflowFilter.java:45)
        at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
        at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
        at com.businessobjects.bip.core.web.appcontext.RequestInitFilter.doFilter(RequestInitFilter.java:26)
        at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)
        at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)
        at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.serviceHelper(BundlePathAwareServiceHandler.java:235)
        at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.service(BundlePathAwareServiceHandler.java:197)
        at com.businessobjects.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:248)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:220)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at com.businessobjects.pinger.TimeoutManagerFilter.doFilter(TimeoutManagerFilter.java:168)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:743)

    Hi Ganesh,
    The issue seems to be related to user security in BI 4.1. It looks like a known bug in some scenarios and has been resolved in BI 4.1 SP03
    Please refer below SAP KBA and confirm the workflow as well as BI 4.1 product version.
    1931237 - StackTrace displayed on BI Launchpad home page
    Regards,
    Hrishikesh

  • Need to create custom home page for iProcurment.

    Hi,
    I have an issue in iProcurment.
    i have modified the Menu name from "Requisitions" to "My Requisitions" in custom responsibility "XX iProcurment" its a replica of standard iProcurment responsibility.
    then i clear the Cache and bounce the middle tire even though the changes are not reflecting. But when i do the same changes in the standard iProcurment responsibility then i am able to see the changes.
    Create a main menu XX_ICX_POR_SSP_HOME its a replica of ICX_POR_SSP_HOME then attached to XX iProcurment
    Menu:                XX_ICX_POR_SSP_HOME
    User Menu Name: XX Internet Procurement Home
    Menu Type:          Standard
    Description:     Internet Procurement Home
    seq          Prompt                         Submenu                                        Function                              Description     
    1          iProcurement Home Page                                                       POR SSP HOME                         Internet Procurement Home Page
    3                                        XX iProcurement: Homepage menu
    4                                                                                     EAM Function To Launch IP
    5                                        iProcurement: Function Security
    6                                        iProcurement Preferences Menu Container                                             iProcurement Preferences Menu Container
    Sub menu:
    XX_ICX_POR_HOMEPAGE_MENU its a replica of ICX_POR_HOMEPAGE_MENU
    Menu:               XX_ICX_POR_HOMEPAGE_MENU
    User Menu Name:     XX iProcurement: Homepage menu
    Menu Type:          Home Page
    Description:     iProcurement Homepage menu
    seq          Prompt               Submenu                                                  Function                              Description     
    5          Shop                    XX iProcurement: Shop                                                                      Shop tab
    10          My Requisitions          iProcurement: Requisition Status                                                       Requisition Status tab
    15          Receiving          iProcurement: Receiving Home Page Menu                                             Receiving tab
    20          Contractors               iProcurement: Contractor                                                                 Contractor tab
    25                                   iProcurement: Common Functions                                                            Common iProcurement Functions
    30                                   iProcurement: Global Menu                                                                 iProcurement Global Menu
    35                                   ICX_STANDARD_GLOBAL_MENU                                                                 ICX Standard Global Menu
    40                                                                                          iProcurement                         iP Product Branding
    Hear i am changing the prompt of "Requisitions" to "My Requisitions"
    i have modified the function XX_POR_SSP_HOME its a replica of POR_SSP_HOME
    x_object=AppsServlet&x_source=menu&x_menuFunction=displayHomePage
    OA.jsp?OAFunc=ICX_POR_LAUNCH_IP&OAHP=XX_ICX_POR_HOMEPAGE_MENU&OASF=ICX_POR_LAUNCH_IP&porMode=accessHomePage&OAPB=ICX_POR_IP_BRAND

    Do you have much experience working with HTML & CSS code?
    Does this project need to work well in all devices; not just tablets?
    If the answer to both question sis Yes, I recommend Dreamweaver.
    If the answer to both question is No, use Muse.
    Nancy O.

  • How do I set up my Home Page to open when I open a new tab?

    I want my home page to appear when I open a new tab but I only get a blank screen... is there anyway to fix this?

    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/2221
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/777
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    * Shockwave Flash 10.1 r53
    * Java Plug-in 1.6.0_13 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • XMII home page Accessing problem

    Hi,
    We tried to access the xmii server from another network outside of our LAN. we are able to access the XMII login URL. but after giving username and password it is going into goservice.jsp and showing error "Unable to load home page, java.lang.NullPointerException " and stopped.
    How to solve this problem?
    Regards,
    Senthil

    Hi,
    This is some additional information to my query.
    We went through the log. It is showing error in log as "Unable to read XSL document [http://<virtual IP address:port>/XMII/Stylesheets/IllumRowsetHTML.xsl]#".
    But if we give this xsl URL (http://<virtual IP address:port>/XMII/Stylesheets/IllumRowsetHTML.xsl) directly in browser outside LAN network, it is showing the xsl file.
    Regards,
    Senthil
    Edited by: senthil kumar on Nov 17, 2009 1:36 PM

  • Directing home page to servlet

    We use Netscape 3.6 and iPlanet 4.1 as web servers, and Tomcat 3.3.1 as servlet engine.
    I am writing a servlet for a mobile site that identifies user agent to generate the appropriate mark up language for the device (WML/HDML/HTML and etc).
    I am unable to configure the web server to route the home page to the servlet. (e.g. going to http://mobile.xxx.com would direct to http://mobile.xxx.com/home.xml which home.xml is processed by the servlet engine)
    Any thoughts?
    Thank you in advance.
    Anita Loo

    Anita,
    Have you tried adding home.xml as one of the index filenames under Content Management | Document Preferences?
    See if adding home.xml as the first entry helps in what you're trying to accomplish. What the webserver will do on a request to / is go through the list of files defined in Index filenames and look for the first match. If no match is found, it will either display a directory listing of all files in the document root or respond with an error page depending on what option Directory Indexing is set to.

  • I want to allow user to open a page only from the home page and not directl

    Dear friends,
    Can you help me in this.
    My home page is using frames. In one of the frame i am calling one html page which is calling one applet. Is it possible to hide the source code of the bottom frame .
    As the user types in the absolute path of the request on the address bar , he any how manages to see my source code of the html (view source) thereby the applet tag .
    Can't figure it out, how to hide the source code of the bottom frame .
    I read that its possible with redirecting it to some other page , but how will i know that user is not calling from the home page
    Any body , who can help in this regards.
    Bye
    Thank's

    You can set up a javascript to prevent someone viewing the page source, but anyone web-savvy will be able to switch off javascript and see it anyways.
    You could also add a request value to the second page so that you have "<a href="page.jsp?parameter=00a">" and if the parameter is not set the page will not show. That is a bit of a hack but would probably work.
    Basically, don't put anything too security dependent on the client site, because once it is run on someone's computer they have access to it.

  • EBS Home Page color is trun on blue instead of the origenal color

    Hi ALL :
    In My production Instance , after bounce the services , i found that APPS home page has a different color than usual , its turned to blue color
    My environment installed in HPUX Itanium
    EBS version : 12.1.1
    Any help is much appreciated .
    Hesham ELBanna

    Hi Hesham ,
    Has any up-gradation/ new patch been applied your apps instance ( 11i to R12 ) ?? the look and feel of 11i and R12 is different altogether .
    The blue theme come up by default with release 12 versions .
    where are you getting in blue theme in home page , are accessing via JSP home page or form based screen ?
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How can I enable session(using url)  tracking in home page

    i am developing bidding application. How can I enable session(using url) tracking in home page ?
    for example :
    http://mydomine.com/index.jsp;jsessionid=4A38A4496F6862681DFD09CD6D648485.tomcat75
    please help me.

    Doubleposted. Please continue here: [http://forum.java.sun.com/thread.jspa?threadID=5308686&tstart=0]
    In the future, do not use the back button to edit the message, but use the edit button instead. Otherwise you're reposting the form again. You should know that better as being a web developer.

  • Unable to open forms from E-Business Suite home page

    After cloning i am unable to open forms from E-Business Suite home page wher i can open form directly using http://erpap.erp.ae:8000/dev60cgi/f60cgi.
    i found the below eror in apache error_log
    [Sun Jan 8 12:22:53 2012] [error] [client 172.20.250.198] File does not exist: /erpapp/prod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Sun Jan 8 12:22:53 2012] [error] [client 172.20.250.198] File does not exist: /erpapp/prod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Sun Jan 8 12:23:06 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:06 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:06 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:07 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 12:23:08 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 12:23:08 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 13:41:04 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 13:41:04 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/oracle/jdbc
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    [Sun Jan 8 13:48:22 2012] [error] [client 172.20.250.198] client denied by server configuration: /erpapp/prod/prodcomn/java/java
    These directories doestn't exist in the cloned instance as well as prod.

    $ cat access_log.1325980800
    172.20.250.123 - - [08/Jan/2012:09:54:09 +0400] "GET / HTTP/1.1" 200 2592 1
    172.20.250.123 - - [08/Jan/2012:09:54:09 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /applist.html HTTP/1.1" 200 1608 0
    172.20.250.123 - - [08/Jan/2012:09:54:10 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:09:54:13 +0400] "GET /aplogon.html HTTP/1.1" 200 1959 0
    172.20.250.123 - - [08/Jan/2012:09:54:15 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:09:54:53 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 38
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 1
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 1
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.123 - - [08/Jan/2012:09:54:54 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.123 - - [08/Jan/2012:09:54:55 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 1
    172.20.250.123 - - [08/Jan/2012:09:57:31 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 17
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET / HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:45 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:07:46 +0400] "GET /applist.html HTTP/1.1" 304 - 1
    172.20.250.198 - - [08/Jan/2012:10:07:47 +0400] "GET /aplogon.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:10:08:28 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 40
    172.20.250.198 - - [08/Jan/2012:10:08:28 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 1
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.198 - - [08/Jan/2012:10:08:29 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.198 - - [08/Jan/2012:10:08:53 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 10
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET / HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /applist.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:29 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:32 +0400] "GET /aplogon.html HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:44 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 11
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:45 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:10:14:52 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 0
    172.20.250.198 - - [08/Jan/2012:11:50:09 +0400] "GET / HTTP/1.1" 200 2592 1
    172.20.250.198 - - [08/Jan/2012:11:50:09 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.198 - - [08/Jan/2012:11:50:09 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.198 - - [08/Jan/2012:11:51:00 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:51:00 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:51:00 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:51:12 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 4
    172.20.250.198 - - [08/Jan/2012:11:51:50 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 2
    172.20.250.198 - - [08/Jan/2012:11:53:43 +0400] "GET /OA_HTML/AppsLocalLogin.jsp?langCode=US&username=SYSADMIN HTTP/1.1" 200 7226 1
    172.20.250.198 - - [08/Jan/2012:11:53:53 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 1
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET / HTTP/1.1" 304 - 1
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /applist.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:56:19 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:26 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19000 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:26 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=OACoreGroup&port=16000 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:26 +0400] "GET /oprocmgr-service?cmd=Register&index=1&modName=JServ&grpName=OACoreGroup&port=16003 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:27 +0400] "GET /oprocmgr-service?cmd=Register&index=3&modName=JServ&grpName=OACoreGroup&port=16002 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:27 +0400] "GET /oprocmgr-service?cmd=Register&index=2&modName=JServ&grpName=OACoreGroup&port=16001 HTTP/1.1" 200 15 0
    erpapt1.erp.du.ae - - [08/Jan/2012:11:56:27 +0400] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=DiscoGroup&port=17000 HTTP/1.1" 200 15 0
    172.20.250.198 - - [08/Jan/2012:11:56:28 +0400] "GET /aplogon.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:14 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 33
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:11:57:15 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:12:00:39 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 1
    172.20.250.198 - - [08/Jan/2012:12:01:59 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.198 - - [08/Jan/2012:12:02:06 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:12:02:11 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=U7kI2EMPzRdDXg5_j2HQ6g..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:12:02:15 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:12:03:34 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:12:04:11 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:13:28:02 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 1
    172.20.250.198 - - [08/Jan/2012:13:28:12 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 1
    172.20.250.198 - - [08/Jan/2012:13:29:43 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:13:29:51 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=U7kI2EMPzRdDXg5_j2HQ6g..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:13:29:54 +0400] "GET /OA_HTML/RF.jsp?function_id=20809&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=aXR9rxEOOpPLiLvW2hotuQ.. HTTP/1.1" 302 252 0
    172.20.250.198 - - [08/Jan/2012:13:29:59 +0400] "GET /oa_servlets/weboam/oam/oamApps HTTP/1.1" 302 223 5
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_HTML/cabo/images/cache/en/bGopk9n.gif HTTP/1.1" 200 396 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_HTML/cabo/images/cache/cstlu.gif HTTP/1.1" 200 809 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_HTML/cabo/images/cache/cstru.gif HTTP/1.1" 200 810 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/refresh_enabled.gif HTTP/1.1" 200 335 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/notstartedind_active.gif HTTP/1.1" 200 1031 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/criticalind_active.gif HTTP/1.1" 200 1034 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/warningind_status.gif HTTP/1.1" 200 1040 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/unknown.gif HTTP/1.1" 200 373 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/okind_active.gif HTTP/1.1" 200 1040 0
    172.20.250.198 - - [08/Jan/2012:13:30:07 +0400] "GET /OA_MEDIA/okind_status.gif HTTP/1.1" 200 987 0
    172.20.250.198 - - [08/Jan/2012:13:31:29 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD HTTP/1.1" 302 247 1
    172.20.250.198 - - [08/Jan/2012:13:31:30 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD$index=0 HTTP/1.1" 200 21372 1
    172.20.250.198 - - [08/Jan/2012:13:31:30 +0400] "GET /OA_HTML/cabo/images/pbs.gif HTTP/1.1" 200 151 0
    172.20.250.198 - - [08/Jan/2012:13:31:33 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD$index=1 HTTP/1.1" 200 24150 0
    172.20.250.198 - - [08/Jan/2012:13:31:40 +0400] "GET /oa_servlets/weboam/oam/functionMap$target=PROD$index=1?event=link&service_handle=FormsL&target=PROD&fnctNm=FUNCTION_MAP.VIEW_FRM&page=SERVICE_INSTANCE HTTP/1.1" 302 301 1
    172.20.250.198 - - [08/Jan/2012:13:31:41 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$service*_handle=FormsL$target=PROD$fnctNm=FUNCTION*_MAP.VIEW*_FRM HTTP/1.1" 302 350 1
    172.20.250.198 - - [08/Jan/2012:13:31:43 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$crtHnd=CMDCART$service*_handle=FormsL$id=1000$target=PROD$DCA=R$ac=N$ae=Y$SRSV=YYNN$fnctNm=FUNCTION*_MAP.VIEW*_FRM HTTP/1.1" 200 17043 2
    172.20.250.198 - - [08/Jan/2012:13:31:44 +0400] "GET /OA_HTML/cabo/images/cache/en/bRunt0DmS.gif HTTP/1.1" 200 573 0
    172.20.250.198 - - [08/Jan/2012:13:31:44 +0400] "GET /OA_HTML/cabo/images/cache/en/bAdd_WjOZ.gif HTTP/1.1" 200 585 0
    172.20.250.198 - - [08/Jan/2012:13:31:44 +0400] "GET /OA_HTML/cabo/images/cache/casort.gif HTTP/1.1" 200 79 0
    172.20.250.198 - - [08/Jan/2012:13:31:52 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$crtHnd=CMDCART$service*_handle=FormsL$id=1000$target=PROD$DCA=R$ac=N$ae=Y$SRSV=YYNN$fnctNm=FUNCTION*_MAP.VIEW*_FRM?event=link&target=PROD&crtHnd=CMDCART&service_handle=FormsL&id=1000&APP_ID=0&MGR_ID=20302&shrtNm=FORMS_erpdbt3_9000&MGR_TYPE=7&SRSV=YYNN&DCA=R&fnctNm=SERVICE_INSTANCE.VIEW_STS&page=OAM_SRVC_STS HTTP/1.1" 302 410 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET / HTTP/1.1" 304 - 1
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /apptitle.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /appdet.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /applist.html HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:49 +0400] "GET /appsmed3.gif HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:56 +0400] "GET /OA_HTML/txkObjectTag.js HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:34:57 +0400] "GET /dev60cgi/f60cgi HTTP/1.1" 200 43057 1
    172.20.250.198 - - [08/Jan/2012:13:35:07 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndforms.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:07 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:07 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndewt.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:08 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndswing.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:09 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:09 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndaol.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:10 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndctx.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:10 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndlist.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:35:10 +0400] "GET /OA_JAVA/java/awt/KeyboardFocusManager.class HTTP/1.1" 403 253 0
    172.20.250.198 - - [08/Jan/2012:13:35:11 +0400] "GET /OA_JAVA/java/awt/KeyboardFocusManager.class HTTP/1.1" 403 253 0
    172.20.250.198 - - [08/Jan/2012:13:35:11 +0400] "GET /OA_JAVA/java/awt/event/MouseWheelListener.class HTTP/1.1" 403 257 0
    172.20.250.198 - - [08/Jan/2012:13:35:11 +0400] "GET /OA_JAVA/java/awt/event/MouseWheelListener.class HTTP/1.1" 403 257 0
    172.20.250.198 - - [08/Jan/2012:13:35:12 +0400] "GET /OA_JAVA/oracle/forms/registry/Registry.dat HTTP/1.1" 200 4117 0
    172.20.250.198 - - [08/Jan/2012:13:35:12 +0400] "GET /OA_JAVA/oracle/apps/fnd/formsClient/OracleApplications.dat HTTP/1.1" 200 1361 0
    172.20.250.198 - - [08/Jan/2012:13:35:18 +0400] "GET /OA_JAVA/oracle/apps/fnd/jar/fndutil.jar HTTP/1.1" 304 - 0
    172.20.250.198 - - [08/Jan/2012:13:36:53 +0400] "GET /oa_servlets/weboam/oam/service/serviceStatus$APP*_ID=0$SRSV=YYNN$crtHnd=CMDCART$shrtNm=FORMS*_erpdbt3*_9000$MGR*_TYPE=7$DCA=R$service*_handle=FormsL$id=1000$target=PROD$MGR*_ID=20302$fnctNm=SERVICE*_INSTANCE.VIEW*_STS HTTP/1.1" 200 - 301
    172.20.250.198 - - [08/Jan/2012:13:40:02 +0400] "GET /oa_servlets/weboam/oam/service/serviceInst$crtHnd=CMDCART$service*_handle=FormsL$id=1000$target=PROD$DCA=R$ac=N$ae=Y$SRSV=YYNN$fnctNm=FUNCTION*_MAP.VIEW*_FRM?event=link&target=PROD&crtHnd=CMDCART&service_handle=FormsL&id=1000&APP_ID=0&MGR_ID=20302&shrtNm=FORMS_erpdbt3_9000&MGR_TYPE=7&SRSV=YYNN&DCA=R&fnctNm=SERVICE_INSTANCE.VIEW_PROC&page=OAM_SRVC_PROC HTTP/1.1" 302 409 228
    172.20.250.198 - - [08/Jan/2012:13:40:03 +0400] "GET /oa_servlets/weboam/oam/service/serviceProc$APP*_ID=0$SRSV=YYNN$crtHnd=CMDCART$shrtNm=FORMS*_erpdbt3*_9000$MGR*_TYPE=7$DCA=R$service*_handle=FormsL$id=1000$target=PROD$MGR*_ID=20302$fnctNm=SERVICE*_INSTANCE.VIEW*_PROC HTTP/1.1" 302 409 1
    172.20.250.198 - - [08/Jan/2012:13:40:04 +0400] "GET /oa_servlets/weboam/oam/oamLogin?event=returnToPortal HTTP/1.1" 302 302 0
    172.20.250.198 - - [08/Jan/2012:13:40:04 +0400] "GET /oa_servlets/weboam/redirectURL$url=http_3A$|$|erpdbt3.erp.du.ae_3A8000$|OA*_HTML$|OA.jsp_3FOAFunc$=OAHOMEPAGE HTTP/1.1" 302 254 0
    172.20.250.198 - - [08/Jan/2012:14:13:25 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7238 1
    172.20.250.33 - - [08/Jan/2012:14:14:19 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 27
    172.20.250.33 - - [08/Jan/2012:14:14:19 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 0
    172.20.250.33 - - [08/Jan/2012:14:14:20 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.33 - - [08/Jan/2012:14:14:21 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.33 - - [08/Jan/2012:14:14:22 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.33 - - [08/Jan/2012:14:15:12 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.33 - - [08/Jan/2012:14:15:12 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.33 - - [08/Jan/2012:14:15:26 +0400] "GET /OA_HTML/RF.jsp?function_id=26355&resp_id=26973&resp_appl_id=800&security_group_id=0&lang_code=US&params=88OpBk3ncg-DlE0ANF9OaSugrPkqCTX-v2PhUaYqdTk&oas=rqLHbUKgD1rFJ-YHnBj3QQ.. HTTP/1.1" 302 480 4
    172.20.250.123 - - [08/Jan/2012:14:47:52 +0400] "GET / HTTP/1.1" 200 2592 2
    172.20.250.123 - - [08/Jan/2012:14:47:55 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.123 - - [08/Jan/2012:14:47:55 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.123 - - [08/Jan/2012:14:47:57 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 1
    172.20.250.123 - - [08/Jan/2012:14:47:57 +0400] "GET /applist.html HTTP/1.1" 200 1608 1
    172.20.250.123 - - [08/Jan/2012:14:47:57 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:14:47:59 +0400] "GET /aplogon.html HTTP/1.1" 200 1959 0
    172.20.250.123 - - [08/Jan/2012:14:48:01 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:14:48:38 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 37
    172.20.250.123 - - [08/Jan/2012:14:48:38 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:38 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.123 - - [08/Jan/2012:14:48:39 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.123 - - [08/Jan/2012:14:49:11 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 12
    172.20.250.123 - - [08/Jan/2012:14:49:48 +0400] "GET /OA_HTML/blank.html HTTP/1.1" 200 98 0
    172.20.250.123 - - [08/Jan/2012:14:50:32 +0400] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=3kDMcCtdrf4dy1BjJAUbxA..&formsLink=yes HTTP/1.1" 302 378 8
    172.20.250.29 - - [08/Jan/2012:15:03:10 +0400] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogin?requestUrl=http%3A%2F%2Ferpdbt3.erp.du.ae%3A8000%2FOA_HTML%2FOA.jsp%3Fpage%3D%2Foracle%2Fapps%2Ffnd%2Fframework%2Fnavigate%2Fwebui%2FHomePG%26homePage%3DY%26OAPB%3DFWK_HOMEPAGE_BRAND%26transactionid%3D1404776423%26oapc%3D2%26oas%3D8eJ7fbUrkUJ6Q0k0hGxVwA..&cancelUrl=http%3A%2F%2Ferpapt1.erp.du.ae%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errText=You+have+insufficient+privileges+for+the+current+operation. HTTP/1.1" 302 517 1
    172.20.250.29 - - [08/Jan/2012:15:03:24 +0400] "GET /OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Ferpapt1.erp.du.ae%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errCode=FND_SSO_PHISH_ERROR&errText=You+have+insufficient+privileges+for+the+current+operation.&s2=EAFB83E5C4BBBE952873ECD3B7468FAC57AB5AA4D267B5E24CDF41065645CB72 HTTP/1.1" 200 8446 14
    172.20.250.29 - - [08/Jan/2012:15:03:24 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 200 21940 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 200 92920 1
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 200 85 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 200 28 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 200 211 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 200 136 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 200 1435 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cmbts.gif HTTP/1.1" 200 154 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 200 102 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 200 433 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/errorl.gif HTTP/1.1" 200 988 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 200 171 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 200 119 0
    172.20.250.29 - - [08/Jan/2012:15:03:25 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.29 - - [08/Jan/2012:15:04:12 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 8
    172.20.250.171 - - [08/Jan/2012:15:26:41 +0400] "GET / HTTP/1.1" 200 2592 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /apptitle.html HTTP/1.1" 200 1018 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /applist.html HTTP/1.1" 200 1608 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /appdet.html HTTP/1.1" 200 1012 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /appsmed3.gif HTTP/1.1" 200 1981 0
    172.20.250.171 - - [08/Jan/2012:15:26:42 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.171 - - [08/Jan/2012:15:26:46 +0400] "GET /aplogon.html HTTP/1.1" 200 1959 0
    172.20.250.171 - - [08/Jan/2012:15:26:48 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 200 7209 2
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/styles/cache/oracle-desktop-2_2_24_5-en-ie-windows.css HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/jsLibs/Common2_2_24_5.js HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/images/t.htm HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_HTML/cabo/images/t.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:50 +0400] "GET /OA_MEDIA/fndpbs.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/en/bLogiBtz4.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_MEDIA/FNDSSCORP.gif HTTP/1.1" 304 - 1
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/cghec.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/cghes.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/cache/cghee.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /OA_HTML/cabo/images/tip.gif HTTP/1.1" 304 - 0
    172.20.250.171 - - [08/Jan/2012:15:26:51 +0400] "GET /favicon.ico HTTP/1.1" 404 217 0
    172.20.250.171 - - [08/Jan/2012:15:27:28 +0400] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 254 5
    172.20.250.171 - - [08/Jan/2012:15:29:56 +0400] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=FKrKS3J_gqEufubNCI47VQ..&formsLink=yes HTTP/1.1" 302 378 1
    172.20.250.171 - - [08/Jan/2012:15:32:21 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=A-kIj_ymVCbKFxe8CFAL7A..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.171 - - [08/Jan/2012:15:32:30 +0400] "GET /OA_HTML/RF.jsp?function_id=77&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=fCl6JV7SRIFRKlQO3_JGqQ..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.171 - - [08/Jan/2012:15:32:37 +0400] "GET /OA_HTML/RF.jsp?function_id=77&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=fCl6JV7SRIFRKlQO3_JGqQ..&formsLink=yes HTTP/1.1" 302 374 3
    172.20.250.171 - - [08/Jan/2012:16:07:58 +0400] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogout HTTP/1.1" 500 539 0
    172.22.27.10 - - [08/Jan/2012:16:23:47 +0400] "GET / HTTP/1.1" 200 2592 1
    172.20.250.198 - - [08/Jan/2012:16:29:41 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 1
    172.20.250.198 - - [08/Jan/2012:16:29:49 +0400] "GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=U7kI2EMPzRdDXg5_j2HQ6g..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:16:30:45 +0400] "GET /OA_HTML/RF.jsp?function_id=93&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=foQoH4esI29_NSfGe0XLRA..&formsLink=yes HTTP/1.1" 302 374 0
    172.20.250.198 - - [08/Jan/2012:16:30:48 +0400] "GET /OA_HTML/RF.jsp?function_id=12481&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&params=R2O79muh0aPEOytL2jgzGwmUodupzbPYyU0qBd.BSoM&oas=mo3beqolB-zMJiVP0nKvFQ.. HTTP/1.1" 302 513 0

  • IStore home Page

    Does anyone knows what is the home/default page for istore sites? We have two sites created but when I go to <server>/OA_HTML/ibeCZzdMinisites.jsp it always goes to first site we created. I need a page where we can select which site we need to go to.
    Thanks.

    the profile option IBE_DEFAULT_MINISITE is set to null.
    the url http://<server>/OA_HTML/ibeCCtdMinisites.jsp
    goes to home page.
    We have the homepage out of iStore. Is there a way to go to seeded registration page for site no 2 ?
    I tried this but it went to site no 1. site no 1 has custom page tied to template for ibeCRgdRegContainer.jsp. site no 2 does not have any custom page to its template for this file.
    <server>/oa_html//ibeCRgdRegContainer.jsp
    Thanks.

  • Java SDK - Can I list the universes in the repository on the home page?

    I have a need to create a custom home page. When the user logs in through Infoview they should see the list of universes available for their use. Is there some code that you can insert to the home.jsp page to list these universes?

    In current Firefox releases (29 and later) the orange Firefox menu button has been replaced by the three-bar Firefox Menu button at the far right end of the Navigation Toolbar and this button is always visible whether the Menu Bar is visible or hidden.
    You can have the Menu Bar visible via the right-click context menu of a toolbar to have menus like the File menu with Print (Ctrl+P) and Print Preview and the Bookmarks and History and Tools menus.
    You can toggle the title bar on/off via the "Title Bar" button at the bottom left in the Customize palette window.
    See also:
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox
    *https://support.mozilla.org/kb/common-questions-after-updating-to-new-firefox

Maybe you are looking for

  • Request.getParameter() from same page as HTML form

    I have a jsp page with a form. form contains a textfield, once the user submits the form, i want jsp scriptlet to get the value of the user input and carry out processing on it within the same page and give a result. problem is the first time the pag

  • Smart Playlists not updating after iTunes upgrade

    Since updating to iTunes 7.5.0.20, my iPod Photo no longer updates my Smart Playlists automatically Any reasons, fixes, suggestions?

  • ORA-00955 when upgrading from Content Server 5.0.2 to Publisher?

    I am upgrading Content Server 5.0.2 to Publisher. After running the sw installation and having imported the publisher.pte file, I am starting the Publisher and receiving an Oracle error "ORA-00955: name is already used by an existing object". From th

  • DBMAN350 Error reading MultiCube data over aggregate

    Hi, I have handed down multicube over a Cube, DSO, and IP Aggregate.  When I try to display the data using a LISTCUBE I get errors.  I just noticed I get the same error in my development box. 1. Error reading the data of InfoProvider Z_C017_A8    Mes

  • 3D chart

    Hi All, I have the following error in my flex application. How can i solve this error? quote: Could not resolve <fc:Column3DChart> to a component implementation Thanks, Srinivas r