Create a static HTML page from a CFM page

How do I take the results of a dynamic CFM page and write it
to a static HTML page.

You can also use the CF administrator.
Schedule the task. (Or just create the task to be hit by a
call from a page.) When you set up the "task" Click Publish Save
output to a file
and assign the path you want it to write to. I do this for
high volume front pages and have them created every few minutes to
reduce the load on the sql and cf servers..

Similar Messages

  • Creating an Aperture web page from photos the page goes white and nothing displays. Is this a RAM issue?

    I have just purchased an iMac 27" 2.7GHZ running OSX 10.7.4 with 4GB RAM (16 GB has been ordered). I am using Aperture 3.3.2. When I attempt to create a web page from photos the page goes white and nothing displays. Is this a RAM issue?

    I have resolved the issue....turns out that, in my case, running OSX 10.8.1 with Aperture 3.3.2 was what was required! I was running Aperture 3.3.2 with OSX 10.7.x and had this issue.
    I hope this helps someone else as well.

  • How to open NEW PORTAL PAGE from current portal page ?

    I'm very confuse with my problem.
    I have 2 portal page.
    portal page I has 2 portlet : portlet A & portlet C.
    portal page II has 2 portlet : portlet B & portlet C.
    Now my customer want : start with portal page I, when i submit portlet A, program will open portal page II.
    I don't know the way to call new portal page from current portal page. Help me, please.
    Thanks.
    Edited by: young_hero on Oct 30, 2008 1:12 AM

    Could you please help me how to call a .html page
    from a Pl/Sql procedure or trigger ?
    Thanks & Regards
    Kalyani KothaKalyani,
    Could you explain a little more exactly what you're trying to acheive? I'm not quite sure what it is you're asking for. Are you asking: "how would you/can you open a browser and direct it to a URL with PL/SQL?"
    Earl

  • How do I print selected pages from a multi page document

    How do I print selected pages from a multi page document?
    This question was solved.
    View Solution.

    Hi,
    It depends on the software you are using, what is it ? In general you can select a range or just a number of pages.
    Regards
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Opening a seeded OAF page from custom JSP page.

    Hi All,
    We have requirement to open a seeded OAF page from custom JSP page.
    When we try to open URL of an OAF page after passing URL input parameters, we are always getting following error:
    'You have insufficient privileges for the current operation. Please contact your System Administrator.'
    On directly accessing the seeded OAF page, its encoding all the input parameters passed in URL. Also some more encoded parameters are getting added to the URL dynamically.
    Is there any standard way exists to invoke seeded OAF pages without passing encrypted parameters to it? Also where can we get more details about
    encrypting OAF URL parameters.
    Any pointers would be appreciated.
    Thanks in advance!
    Saurabh

    Have you duplicated entire Customer Service module's menu in your responsibility?
    or Also ping me the menu name..
    --Prasanna                                                                                                                                                                                                                                                               

  • How Do I delete a blank page from a multiple page doc in Adobe XI?

    How Do I delete a blank page from a multiple page doc in Adobe XI?

    Thank you Claudio.  That's like an ultimate bummer!  So frustrating.  Thank
    you for taking the time to answer my question.
    Best,
    Robert
    Best,
            Robert
    On Sat, Mar 8, 2014 at 10:03 PM, Claudio González

  • How do I save one page from a multi-page pdf document?

    Can I take a 65 page pdf file and save it as 65 individual pages?

    I know if you are using Adobe Acrobat X, you can go to the "Tools" section and then under "Pages" you will see "Extract". If you click on that while your document is open it will show you your options for extracting the pages and saving them as individual PDF files. Be sure to check the box "Extract Pages As Seperate Files" and this should help get you on your way. I hope this helps answer your question on extracting pages from a multiple page PDF.

  • HP printer only prints blank pages from Word or Pages

    My HP all in one printer only prints blank pages from Word or Pages documents, prints ok from anything else.  Any ideas? Have deleted and readded printer removed HP software reinstalled software from Apple etc. Help please!

    If this just happens from these two programs, it's most likely a driver conflict.  If typically using an alternate driver will alow you to get around this.  To try this, add the printer's que to the Mac.  Click the dropdown next to Use and choose a driver that's not for your printer.  Typically the best one to try is another Photosmart dirver, but Deskjet drivers will work as well.  I would make the instructions a bit more clear, but I don't have access to a 10.6 Mac.  Let me know if this works or not. 
    I am a printer tech for HP.

  • Is it possible to delete a single page from a multi-page Adobe document?

    Is it possible to delete a single page from a multi-page Adobe document?

    With Adobe Acrobat yes - but not with the free Adobe Reader.

  • Having trouble with the syntax when trying to only print some random pages from a multi page documen

    Having trouble with the syntax when trying to only print some random pages from a multi page document.  So far in the Print Selection Area, I have chosen "pages" and then typed 1,3-4 so as NOT to print page 2 but this does not seem to work. - Help Please

    In my updated firefox, the print button does NOT open print preview first.
    How can I access print preview function?

  • Static html with url to apex pages

    I have a table with html content that contains url's to apex pages similar to
    <a href="f?p=115:300:???:PAGE:::P300_PAGE_NAME:test_page>test page</a>
    <a href=f?p=115:300:???:PAGE:::P300_PAGE_NAME:another_test_page">another test page</a>
    Where ??? needs to be the session id.
    I could use wwv_flow.do_substitutions to render the content and use &SESSION. in place of the question marks. Did not like this option as my content is in a CLOB and didn't want to parse all the content if the links are never clicked, also the content could be very large.
    I don't have much control on how the url is generated, only the base path.
    I also thought about building my own procedure to change the link value and then call the original f procedure, similar to:
    <a href="set_session?p=115:300:#SESSION#:PAGE:::P300_PAGE_NAME:another_test_page>another test page</a>
    This set_session procedure would get the session using plsql and then do the substitution and then call the existing f function.
    Is there another solution to have static url's and render the content in an html region so that when clicked the session id is maintained?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    mwooldridge wrote:
    I have a table with html content that contains url's to apex pages similar to
    <a href="f?p=115:300:???:PAGE:::P300_PAGE_NAME:test_page>test page</a>
    <a href="f?p=115:300:???:PAGE:::P300_PAGE_NAME:another_test_page>another test page</a>
    Always post HTML code using <tt>\...\</tt> tags to prevent it being rendered by the forum software.
    Where ??? needs to be the session id.
    I could use wwv_flow.do_substitutions to render the content and use &SESSION. in place of the question marks.How do you retrieve and render the content?
    Did not like this option as my content is in a CLOB and didn't want to parse all the content if the links are never clicked, also the content could be very large.I don't like that option because it uses an undocumented, unsupported API call.

  • Removing index.html from home page / remove .html tags from all other pages

    Hello All,
    I was wondering if there is a way to remove the index.html from my main page, so that www.mypage.com/index.html is simply www.mypage.com/. This also applies to all the other pages in the site, but only for the .html extension: www.mypage.com/contact.html becomes www.mypage.com/contact. Almost all sites I know do this, but I can't figure out the technique beyond working some crazy voodoo with Apache.
    Thanks in advance for your help!

    if 'index.html' is in your HOST server's default filename list, then you can omit its name from any link, e.g.,
    <a href="/">Home</a>
    That link will cause the server to load the default file found in the root folder of the site.
    This is actually the preferred way to link to your home page.

  • Problems calling a html form from a different page

    Hi,
    I'm working on a logon for a website. I have a html page and a jsp page that contains the login function. I want to call the login form after the user presses submit. But I'm having problems calling the form from the html page.
    Any help appreciated.
    Here is my html page:
    <form method="POST" action="login.jsp">
    <table>
    <tr>
    <td>
    <div align="center">
    <b>UserName:</b>
    <input name="user_name" type="text" class="input" id="username" maxlength="18">
    <b>Password:</b></font>
    <input type="password" name="password" class="input" maxlength="18">
    </input>
    <input type="button" border="0" value="Login" width="30" height="20">
    </input>
    My jsp page:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <body bgcolor = "#E5E8EF">
    <script language="javascript">
    function login(form) {
         alert("hello");
    if (form.username.value=="joe") {
    if (form.password.value=="bloggs") {             
    location="success.html"
    } else {
    alert("Invalid Password")
    } else {  alert("Invalid UserID")
    //-->
    </script>
    </body>
    </html>

    So your intention is that the JS function would be invoked somehow?
    Are you aware that Javascript is a completely different language from Java/JSP/JSTL?
    Here is a listing of some JSP/Servlet tutorials which might help you further:
    http://www.google.com/search?q=java+tutorial+site:sun.com
    http://www.google.com/search?q=jsp+tutorial+site:sun.com
    http://www.google.com/search?q=servlet+tutorial+site:sun.com

  • Requesting pages from the index page cause the the webserver to hang

    Whenever I request pages from the main osx server page(ie my page or wikis) it cause the web server to hang for a minute or so before giving me the page. It also stops the server from sending pages to anyone else.
    If I go directly to any of the wikis by typing the address into the navbar I get no problems.
    here is the info from the log file.
    oxy_http.c(1920): proxy: HTTP: serving URL http://127.0.0.1:8086/
    [Wed Sep 16 15:58:59 2009] [debug] proxy_util.c(1991): proxy: HTTP: has acquired connection for (127.0.0.1)
    [Wed Sep 16 15:58:59 2009] [debug] proxy_util.c(2047): proxy: connecting http://127.0.0.1:8086/ to 127.0.0.1:8086
    [Wed Sep 16 15:58:59 2009] [debug] proxy_util.c(2145): proxy: connected / to 127.0.0.1:8086
    [Wed Sep 16 15:58:59 2009] [debug] proxy_util.c(2300): proxy: HTTP: fam 2 socket created to connect to 127.0.0.1
    [Wed Sep 16 15:58:59 2009] [debug] proxy_util.c(2406): proxy: HTTP: connection complete to 127.0.0.1:8086 (127.0.0.1)
    [Wed Sep 16 15:58:59 2009] [debug] modproxyhttp.c(1703): proxy: start body send
    [Wed Sep 16 15:58:59 2009] [debug] mod_headers.c(740): headers: apheaders_outputfilter()
    [Wed Sep 16 15:58:59 2009] [debug] modproxyhttp.c(1796): proxy: end body send
    [Wed Sep 16 15:58:59 2009] [debug] proxy_util.c(2009): proxy: HTTP: has released connection for (127.0.0.1)
    [Wed Sep 16 15:59:29 2009] [debug] modproxyhttp.c(56): proxy: HTTP: canonicalising URL //127.0.0.1:8086
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(1489): [client 192.168.0.103] proxy: http: found worker http://127.0.0.1:8086 for http://127.0.0.1:8086/, referer: http://wiki.intraecdpm.org/groups/cwwE/
    [Wed Sep 16 15:59:29 2009] [debug] mod_proxy.c(993): Running scheme http handler (attempt 0)
    [Wed Sep 16 15:59:29 2009] [debug] modproxyhttp.c(1920): proxy: HTTP: serving URL http://127.0.0.1:8086/
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(1991): proxy: HTTP: has acquired connection for (127.0.0.1)
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2047): proxy: connecting http://127.0.0.1:8086/ to 127.0.0.1:8086
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2145): proxy: connected / to 127.0.0.1:8086
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2300): proxy: HTTP: fam 2 socket created to connect to 127.0.0.1
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2406): proxy: HTTP: connection complete to 127.0.0.1:8086 (127.0.0.1)
    [Wed Sep 16 15:59:29 2009] [debug] modproxyhttp.c(1703): proxy: start body send
    [Wed Sep 16 15:59:29 2009] [debug] mod_headers.c(740): headers: apheaders_outputfilter()
    [Wed Sep 16 15:59:29 2009] [debug] modproxyhttp.c(1796): proxy: end body send
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2009): proxy: HTTP: has released connection for (127.0.0.1)
    [Wed Sep 16 15:59:29 2009] [debug] modproxyhttp.c(56): proxy: HTTP: canonicalising URL //127.0.0.1:8086
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(1489): [client 192.168.0.103] proxy: http: found worker http://127.0.0.1:8086 for http://127.0.0.1:8086/, referer: http://wiki.intraecdpm.org/groups/ictstaff/
    [Wed Sep 16 15:59:29 2009] [debug] mod_proxy.c(993): Running scheme http handler (attempt 0)
    [Wed Sep 16 15:59:29 2009] [debug] modproxyhttp.c(1920): proxy: HTTP: serving URL http://127.0.0.1:8086/
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(1991): proxy: HTTP: has acquired connection for (127.0.0.1)
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2047): proxy: connecting http://127.0.0.1:8086/ to 127.0.0.1:8086
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2145): proxy: connected / to 127.0.0.1:8086
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2300): proxy: HTTP: fam 2 socket created to connect to 127.0.0.1
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2406): proxy: HTTP: connection complete to 127.0.0.1:8086 (127.0.0.1)
    [Wed Sep 16 15:59:29 2009] [debug] modproxyhttp.c(1703): proxy: start body send
    [Wed Sep 16 15:59:29 2009] [debug] mod_headers.c(740): headers: apheaders_outputfilter()
    [Wed Sep 16 15:59:29 2009] [debug] modproxyhttp.c(1796): proxy: end body send
    [Wed Sep 16 15:59:29 2009] [debug] proxy_util.c(2009): proxy: HTTP: has released connection for (127.0.0.1)
    [Wed Sep 16 15:59:59 2009] [debug] modproxyhttp.c(56): proxy: HTTP: canonicalising URL //127.0.0.1:8086
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(1489): [client 192.168.0.103] proxy: http: found worker http://127.0.0.1:8086 for http://127.0.0.1:8086/, referer: http://wiki.intraecdpm.org/groups/cwwE/
    [Wed Sep 16 15:59:59 2009] [debug] mod_proxy.c(993): Running scheme http handler (attempt 0)
    [Wed Sep 16 15:59:59 2009] [debug] modproxyhttp.c(1920): proxy: HTTP: serving URL http://127.0.0.1:8086/
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(1991): proxy: HTTP: has acquired connection for (127.0.0.1)
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2047): proxy: connecting http://127.0.0.1:8086/ to 127.0.0.1:8086
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2145): proxy: connected / to 127.0.0.1:8086
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2300): proxy: HTTP: fam 2 socket created to connect to 127.0.0.1
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2406): proxy: HTTP: connection complete to 127.0.0.1:8086 (127.0.0.1)
    [Wed Sep 16 15:59:59 2009] [debug] modproxyhttp.c(1703): proxy: start body send
    [Wed Sep 16 15:59:59 2009] [debug] mod_headers.c(740): headers: apheaders_outputfilter()
    [Wed Sep 16 15:59:59 2009] [debug] modproxyhttp.c(1796): proxy: end body send
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2009): proxy: HTTP: has released connection for (127.0.0.1)
    [Wed Sep 16 15:59:59 2009] [debug] modproxyhttp.c(56): proxy: HTTP: canonicalising URL //127.0.0.1:8086
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(1489): [client 192.168.0.103] proxy: http: found worker http://127.0.0.1:8086 for http://127.0.0.1:8086/, referer: http://wiki.intraecdpm.org/groups/ictstaff/
    [Wed Sep 16 15:59:59 2009] [debug] mod_proxy.c(993): Running scheme http handler (attempt 0)
    [Wed Sep 16 15:59:59 2009] [debug] modproxyhttp.c(1920): proxy: HTTP: serving URL http://127.0.0.1:8086/
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(1991): proxy: HTTP: has acquired connection for (127.0.0.1)
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2047): proxy: connecting http://127.0.0.1:8086/ to 127.0.0.1:8086
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2145): proxy: connected / to 127.0.0.1:8086
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2300): proxy: HTTP: fam 2 socket created to connect to 127.0.0.1
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2406): proxy: HTTP: connection complete to 127.0.0.1:8086 (127.0.0.1)
    [Wed Sep 16 15:59:59 2009] [error] [client 192.168.0.103] (54)Connection reset by peer: proxy: error reading status line from remote server 127.0.0.1, referer: http://wiki.intraecdpm.org/groups/ictstaff/
    [Wed Sep 16 15:59:59 2009] [debug] modproxyhttp.c(1432): [client 192.168.0.103] proxy: NOT Closing connection to client although reading from backend server 127.0.0.1 failed., referer: http://wiki.intraecdpm.org/groups/ictstaff/
    [Wed Sep 16 15:59:59 2009] [error] [client 192.168.0.103] proxy: Error reading from remote server returned by /RPC2, referer: http://wiki.intraecdpm.org/groups/ictstaff/
    [Wed Sep 16 15:59:59 2009] [debug] proxy_util.c(2009): proxy: HTTP: has released connection for (127.0.0.1)
    [Wed Sep 16 15:59:59 2009] [debug] mod_cache.c(131): Adding CACHE_SAVE filter for /error/HTTPBADGATEWAY.html.var
    [Wed Sep 16 15:59:59 2009] [debug] mod_cache.c(138): Adding CACHEREMOVEURL filter for /error/HTTPBADGATEWAY.html.var
    [Wed Sep 16 15:59:59 2009] [debug] mod_headers.c(740): headers: apheaders_outputfilter()
    [Wed Sep 16 15:59:59 2009] [debug] mod_cache.c(528): cache: /error/HTTPBADGATEWAY.html.var not cached. Reason: Response status 502
    [Wed Sep 16 15:59:59 2009] [debug] mod_headers.c(740): headers: apheaders_outputfilter()
    [Wed Sep 16 15:59:59 2009] [debug] mod_headers.c(740): headers: apheaders_outputfilter()
    [Wed Sep 16 15:59:59 2009] [debug] mod_headers.c(740): headers: apheaders_outputfilter()
    [Wed Sep 16 15:59:59 2009] [debug] mod_headers.c(740): headers: apheaders_outputfilter()
    [Wed Sep 16 15:59:59 2009] [notice] Graceful restart requested, doing restart
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [error] (9)Bad file descriptor: aprpollsetpoll: (listen)
    [Wed Sep 16 15:59:59 2009] [notice] Apache/2.2.11 (Unix) PHP/5.3.0 configured -- resuming normal operations
    [Wed Sep 16 16:00:04 2009] [notice] caught SIGTERM, shutting down
    [Wed Sep 16 16:00:15 2009] [notice] Apache/2.2.11 (Unix) PHP/5.3.0 configured -- resuming normal operations
    As far as I can tell it's refusing a connection from itself but what module is causing it I have no Idea. It's also mention proxy but I'm not running it. Help Please!

    I now believe maybe I'm missing files can someone tell me what the contents of the directory /Library/WebServer/Documents/collaboration-availability/ should be please ?
    I'm let to believe this from these entries.
    [Wed Sep 16 16:52:52 2009] [notice] caught SIGTERM, shutting down
    [Wed Sep 16 16:54:09 2009] [notice] Apache/2.2.11 (Unix) PHP/5.3.0 configured -- resuming normal operations
    [Wed Sep 16 16:54:20 2009] [error] [client 192.168.0.103] File does not exist: /Library/WebServer/Documents/collaboration-availability/webcal/, referer: http://wiki.intraecdpm.org/
    [Wed Sep 16 16:54:20 2009] [error] [client 192.168.0.103] Attempt to serve directory: /Library/WebServer/Documents/collaboration-availability/changepassword/, referer: http://wiki.intraecdpm.org/
    [Wed Sep 16 16:54:20 2009] [error] [client 192.168.0.103] Attempt to serve directory: /Library/WebServer/Documents/collaboration-availability/webmail/, referer: http://wiki.intraecdpm.org/
    [Wed Sep 16 16:54:20 2009] [error] (61)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:8171 (*) failed
    [Wed Sep 16 16:54:20 2009] [error] [client 192.168.0.103] Attempt to serve directory: /Library/WebServer/Documents/collaboration-availability/emailrules/, referer: http://wiki.intraecdpm.org/
    [Wed Sep 16 16:55:22 2009] [error] [client 192.168.0.103] Attempt to serve directory: /Library/WebServer/Documents/collaboration-availability/webmail/, referer: http://wiki.intraecdpm.org/groups/
    [Wed Sep 16 16:55:22 2009] [error] [client 192.168.0.103] File does not exist: /Library/WebServer/Documents/collaboration-availability/webcal/, referer: http://wiki.intraecdpm.org/groups/

  • Can't open one custom page from other custom page after import.

    Hi all!
    I've created 2 custom pages "EITPersonPG" and "EITPersonMainPG" and imported them to the mds repository using import.bat. I created a function for "EITPersonPG" and added it into menu. I can open my pages from menu directly but when I try open "EITPersonMainPG" from "EITPersonPG" I get this error:
    oracle.apps.fnd.framework.OAException: No data found for region (ibsborlas/oracle/apps/per/eit/webui/EITPersonMainPG).
    ## Detail 0 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = ibsborlas/oracle/apps/per/eit/webui/EITPersonMainPG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
    I executed "exec jdr_utils.printDocument('/ibsborlas/oracle/apps/per/eit/webui/EITPersonMainPG');" in Sql and it's OK.
    I created a function for "EITPersonMainPG" and added it into menu. I can open it.
    I can open "OA.jsp?page=ibsborlas/oracle/apps/per/eit/webui/EITPersonMainPG" from menu, but can't open it from "OA.jsp?page=ibsborlas/oracle/apps/per/eit/webui/EITPersonPG".
    What must I do so as to open "EITPersonMainPG" from "EITPersonPG"?
    Thanks in advance.
    Pavel.

    I've solved question about bouncing the apache server according to Doc ID: 471763.1 "R12 How To Bounce Apache And Clear HTML Cache In Vision Instance And Have Updated Java Code Class Active"
    Note :At R12 level bouncing apache command is different of the one to bounce oacore oc4j engine andothers. An example of situation is : how to make a modification to a JSPand have > > that modification recognized by the OC4J - JSP engine.
    So to clarify :
    1. In 11i the apache start and stop command , also
    bounce the JVM running on JSERV and clear caches by doings as below :To clear the jsp & modplsql caches run this commandrm -Rf $OA_HTML/_pages/*rm -Rf $COMMON_TOP/_pages/*rm -> Rf $IAS_ORACLE_HOME/Apache/modplsql/cache/*
    2. In R12 the command to stop and start apache only takes action on
    Apache web server and not on the OC4J container that executes the JVM.
    To bounce the OC4J container there is an specific script:
    *$INST_TOP/admin/scripts/adoacorectl.sh*
    Therefore when making a modification to a JAVA class in R12 for the
    web application, in order to have that change recognized, it is needed to bounce
    OC4J using adoacorectl.sh script.
    Bouncing oacore OC4J engine may also be needed if you make
    modifications to system properties. Example for JTT based
    applications: jtt system properties.Thank you Anoop!

Maybe you are looking for