Soceket failure loading index.html

I just installed Weblogic 5.1 on NT 4.0 spk5. (This is an evaluation
download that I got on 7/7/00 ). Everything installed okay, but to test
the server, I entered the following URL
http://localhost:7001
The page comes up but the console shows an exception being thrown ??
is this okay ?
Thu Jul 13 06:50:52 CDT 2000:<I> <NT Performance Pack> Allocating: '2'
NT reader threads
Thu Jul 13 06:50:53 CDT 2000:<I> <ServletContext-General> file: init
Thu Jul 13 06:50:53 CDT 2000:<I> <ServletContext-General> servletimages:
init
Thu Jul 13 06:50:53 CDT 2000:<E> <HTTP> Connection failure
java.net.SocketException: ReadFile on fd=472 failed with err=64
at weblogic.socket.NTSocketMuxer.initiateIO(Native Method)
at weblogic.socket.NTSocketMuxer.read(NTSocketMuxer.java:254)
at
weblogic.socket.MuxableSocketHTTP.requeue(MuxableSocketHTTP.java:157)
at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:267)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
Compiled Code)

OK, looking at the positive side of my problem. . . i am not alone! Over the past week i have tried EVERY suggestion listed on this discussion forum and to my real disappointment, they all failed me. I have tried:
1. Clearing out the domain file.
2. Trashing the iWeb preferences
3. Repairing Disk Permissions
4. Tried publishing at different times of the day
5. Tried publishing from different networks with different upload speeds
6. Turned off the isync program
7. Deleting iWeb
8. Re-Installing iWeb
9. Re-upgrading to iWeb 1.1.1
10. Build and publish a new site with one page
11. Restoring my original site
12. Deleting all files from my iDisk.
So basically i now have a domain name that goes nowhere www.chillilounge.com and iWeb that is DEAD. I am sooooo frustrated!
Come on APPLE surely you have to respond to this discussion!
PowerBook G4 12"   Mac OS X (10.4.7)  

Similar Messages

  • Index.html pages in local sub-directories will not load automatically when sub-directory name entered into address field, followed by a forward-slash

    I am in the process of designing a website-on-a-CD. In order to make things easier for my clients, I decided to organize this site into local sub-directories with an index.html page in each one. However, when I try to enter the local sub-directory name, followed by a forward-slash, the index page does not open automatically. Instead, I get a raw directory listing that includes the index.html file, and anything else that is present within it. I would like to know if there is any way to force this page to load automatically within Firefox from a local storage medium as it would load from a web-server.

    You need to use file:// as the protocol instead of C:/. The latter may never work (C:\ might).
    Where is the main HTML located ?
    Easiest if to store the images in a sub folder of the location because you can't go back via ../ beyond that root location for security reasons.
    See:
    *http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • Flash not loading in index.html

    Hi there, I have just registered a new domain and am using a temporary one until it had been propogated. The index/html is made up of a flash file and for some reason when I go to load it I get the "Get Adobe Flash Player" icon. I am not sure why. Can anyone help please? Below is the temporary domain I'm using, thanks:
    http://72.51.46.77/~amycarri/
    And here's the source info:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <style type="text/css">
    body {
         background-color: #000;
    #apDiv1 {
         position:absolute;
         left:248px;
         top:520px;
         width:813px;
         height:71px;
         z-index:1;
    #apDiv2 {
         position:absolute;
         left:206px;
         top:8px;
         width:852px;
         height:31px;
         z-index:2;
    #apDiv3 {
         position:absolute;
         left:709px;
         top:254px;
         width:407px;
         height:178px;
         z-index:3;
    </style>
    </head>
    <body>
    <div id="apDiv1"><img src="images/fader outer.jpg" width="801" height="49" /></div>
    <div id="apDiv2"><img src="fader outer.jpg" width="842" height="36" /></div>
    <div id="apDiv3"><img src="images/transparent image.png" width="334" height="140" border="0" usemap="#Map" />
      <map name="Map" id="Map">
        <area shape="rect" coords="64,54,258,106" href="Gallery-Page.html" />
      </map>
    </div>
    <center><object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="720" height="540">
      <param name="movie" value="Scripts/Front Page (2).swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="6.0.65.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="Scripts/Front Page (2).swf" width="720" height="540">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object></center>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>

    But when I go to the source code on mine I get this:
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="Scripts/FrontPage2.swf" width="720" height="540">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
    There is no Frontpage2.html anywhere in the code when I look at it :/

  • When I load an index.html file, the page looks fine, but when I refresh, the page shrinks.

    I am using Dreamweaver. I open an index.html file in Firefox and it looks fine. When I make changes, and then refresh in Firefox, the page will shrink. If I close out Firefox and open the file in Firefox, it's fine until it's refreshed and then it shrinks again.
    The file has one background image that is 1024px by 768px. I made sure the browser was completely open and I have a 27 inch monitor, so there is no reason for it to shrink down.
    I've opened the same file in Chrome and Explorer and this doesn't happen.
    I've uninstalled and reinstalled Firefox hoping this would help, but it didn't.
    Suggestions on how to make this stop?

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages

  • How to load different html files in one page in order to load them without leaving the main stage?

    Hello,
    I'm new with edge animate, but i fell in love with it.
    I'd like to know, is it possible to load different html pages dynamically in the main stage in order to avoid the preloader to be load?
    I can figure out how to save all the pages of the site, but i can't merge them in a continuous animated browsing experience.
    As sample.
    I've got a index.html and home.html, how to switch form index to home without having a clear division between the two pages?
    I can place all the animations within a file and this will allow me to have a continuous surfing experience but it won't generate specific and google indexable pages within the site.
    Example, index.html will generate www.mysite.com, home will generate www.mysite.com/home. How ho switch dinamically between them and integrate them in a unique fading experience?
    Thanks in advance for any help. I'm a newby, but i would like to learn.
    Fea.

    Look into using the Loader class to load the swf files.  If you want to have it happen in different frames then you can put the code into the different frames.

  • Does DW recognize default.htm / index.html?

    I'm new to Dreamweaver and am working on an existing web
    site. Web servers typically load up a "default.htm" or "index.html"
    page when you give it a URL with just the directory name, e.g.
    http://foo.bar/about/. Most of
    the links in my site are set up that way. How can I get Dreamweaver
    to recognize that <a href="/about/"> is not a broken link? Or
    does it automatically know to look for default.htm?

    He is gaining a URL that never changes, according to
    Micha.... 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Paul Whitham AdobeCommunityExpert"
    <[email protected]> wrote in message
    news:erafv6$35u$[email protected]..
    > You are actually making your server work harder by
    ommitting the full file
    > reference and I can;t really see what you are gaining.
    You can define a
    > homepage within DW but that is only one for the site and
    not for each
    > folder.
    >
    > --
    > Paul Whitham
    > Certified Dreamweaver MX2004 Professional
    > Adobe Community Expert - Dreamweaver
    >
    > Valleybiz Internet Design
    > www.valleybiz.net
    >
    > "iganpo" <[email protected]> wrote in
    message
    > news:er8phi$1f7$[email protected]..
    >> I'm new to Dreamweaver and am working on an existing
    web site. Web
    >> servers
    >> typically load up a "default.htm" or "index.html"
    page when you give it a
    >> URL
    >> with just the directory name, e.g.
    http://foo.bar/about/. Most of
    the
    >> links in
    >> my site are set up that way. How can I get
    Dreamweaver to recognize that
    >> <a
    >> href="/about/"> is not a broken link? Or does it
    automatically know to
    >> look
    >> for default.htm?
    >>
    >
    >

  • SAPUI5 in SAP MII 14.0 - error on running index.html

    Dear All,
    I am working on SAP MII 14.0.
    I am trying to run a sample example on SAPUI5 implementation in SAP MII 14.0 taken from link: http://scn.sap.com/community/manufacturing/mii/blog/2013/03/21/making-engaging-ui-on-sap-mii-with-sapui5
    But I got an Error when I tested index.html page !!
    Problem Description:
    My index.html code is :
    <!DOCTYPE HTML>  
    <html><head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> 
    <script src="/sapui5/resources/sap-ui-core.js" 
                          id="sap-ui-bootstrap“  type="text/javascript" 
                          data-sap-ui-libs="sap.ui.commons,sap.ui.table,sap.viz, sap.ui.ux3" 
                          data-sap-ui-theme="sap_goldreflection" > 
    </script>
      </head>  
          <body class="sapUiBody" role="application">  
          <div id='plantkpiDiv'></div>
    <script>  
      alert("1"); // this comes
      //register the application  
    jQuery.sap.registerModulePath("kpidashboard", "/XMII/CM/547555/SAPUI5/kpidashboard/webcontent"); 
      alert("2");   // this comes
    //instantiate the view
      var plantView = sap.ui.view({id:"idPlantView", viewName:"kpidashboard.PlantView", type:sap.ui.core.mvc.ViewType.JS});  
       //add the view to the div 
    alert("3"); // this does not come
      plantView.placeAt("plantkpiDiv");    
       </script> 
           </body>
    </html>  
    Folder Structure in Workbench is as follows:  /XMII/CM/547555/SAPUI5/kpidashboard/webcontent
    Inside webcontent I have created three files i.e. PlantView.controller.js , PlantView.view.js and index.html.
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
    Timestamp: Tue, 11 Mar 2014 10:32:30 UTC
    Message: Unterminated string constant
    Line: 13
    Char: 260
    Code: 0
    URI: http://inpuneme01:50200/XMII/CM/547555/SAPUI5/kpidashboard/webcontent/index.html?JSESSIONID=G59R-clhqrId7QDW_a_VBOSXQqyvRAEC2ZsB_SAPqh1fgxWruoAQAKceTGLKZ-6J
    Message: failed to load 'kpidashboard.PlantView.view' from /XMII/CM/547555/SAPUI5/kpidashboard/webcontent/PlantView.view.js: SyntaxError: Unterminated string constant
    Line: 41
    Char: 11332
    Code: 0
    URI: http://inpuneme01:50200/sapui5/resources/sap-ui-core.js
    Thanks and Regards,
    Anshul Arora

    Hi Rohit,
    I checked and found that PCo Mgmt service was not started. SO I started it and now I am able to get the XML when I open PCO Mgmt URL in the browser of PCo Server
    But,
    When my agent is running, I don't get Browse button enabled in "Subscription Items" tab.
    When I stop the agent instance, I can see Browse button enabled in "Subscription Items" tab. But when I click on browse, it gives me following error:
    Not sure what's wrong?
    Soham

  • Index.html as a link not working with Weblogic 6.0 SP2

    we use weblogic as a webserver with one of our web applications.
              The index.html page is a soft link pointing to one of 2 pages.
              1 page is a site up page and the other is a site down page.
              Using a soft link worked fine with WL60 sp1 but when we moved to SP2
              we now get a 404 when trying to load the index.html page.
              Any ideas why this would be broken?
              Terry Carter
              

    Terry,
              This is a known problem, and CR058420 was opened to address this
              issue. For 6.0, there is not a patch available. The recommended
              solution is to upgrade to 6.1 and apply the appropriate patch.
              Thanks,
              Simon
              Developers Relation Engineer
              BEA Support.
              Terry Carter wrote:
              > we use weblogic as a webserver with one of our web applications.
              > The index.html page is a soft link pointing to one of 2 pages.
              > 1 page is a site up page and the other is a site down page.
              >
              > Using a soft link worked fine with WL60 sp1 but when we moved to SP2
              > we now get a 404 when trying to load the index.html page.
              >
              > Any ideas why this would be broken?
              >
              > Terry Carter
              

  • StageWebView on android jellybean loading local html

    Hi,
    I'm having trouble loading local html files into a local loaded html wrapper using ajax.
    this only happens in JellyBean, iOs and pre-JB is okay. i tracked it down to JB using stricter cross domain policies.
    see this stackOverflow thread. http://stackoverflow.com/questions/14560453/loading-local-html-with-load
    Could AIR please expose the following property on the webview: setAllowUniversalAccessFromFileURLs(true);
    Or if anybody has a workarround, that would be great!
    Tom

    Hi Tom,
    I am experiencing the same problems. Because of this, our team is still using AIR 3.5.
    Somebody just opened a bug report. You should probably follow it closely: https://bugbase.adobe.com/index.cfm?event=bug&id=3610032
    Greets
    kelvin

  • I'm trying to get to my website; all it brings up is a deleted outdated webpage, NOT the current "index.html" page.

    It used to act like all my other 5 or 6 webbrowsers. Now it acts strange, no matter how many times I uninstall FoxFire, and reinstall it. How do I uninstall it with NO history left behind. I've cleared all stuff from within Foxfire with no results. Help! I used to use it all the time along with other browsers to test pages out. Now foxfire will NOT show my website pages.

    Thanks FredMcD for your info, but so far, problem is still the same only in Firefox 29... I'm using Mac, and I assume you are using PC, so I had to look around to find the items you spoke of.
    I'm using the Apple Mac version of FireFox 29.0.1 on Mac OS X Version 10.9.2 on my MacBook Pro 17 laptop computer.
    I have no idea how to "Start FireFox in Save Mode"...
    Poking around in all the preferences, I finally found where to turn OFF "Use Hardware Acceleration". But it makes no difference. Still displays the following items in all three places, and the search results are all unrelated to the webpage I'm trying to load...
    I am typing "http://www.TheRockMCC.org/index.html" into the browser; that is, "TheRockMCC.org" is my home page [in all my browsers]. Only lately has Firefox NOT display my home page.
    "http://www.TheRockMCC.org/index.html" is displayed for a second or two, then it immediately displays the following in the 3 display areas...
    "http://www.therockmcc.org/!_extra/itronclock/itronclock.js"l is what is displayed in the "Search" bar.
    "http://us.yhs4.search.yahoo.com/yhs/errorhandler?hspart=gt&hsimp=yhse-gt&q=http%3A%2F%2Fwww.therockmcc.org%2F!_extra%2Fitronclock%2Fitronclock.js&type=576859" is what is displayed in the "Address" bar.
    "Tab" displays "DNS Solution Yahoo Error ..."
    I've cleared EVERYTHING -cookies, cache, all possible things that can be checked, I checked all, and cleared them multiple times, but to no avail.
    the "itronclock" is no longer installed on my host server, and that whole folder has been deleted from the host server also. Why it still shows up is beyond my understanding. That whole area in webpage has been commented out, since not using it for the time being...

  • UIwebview load local html file problem

    Hi,
    load local html file into UIwebview the TD cell data can't display, as attached the "2817 MODEL" column data lost on screen:
    The local html file souce as:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html lang="en">
      <head>
        <title>IBM z196 zEnterprise 2817 Mainframe Reference - Technology News</title>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <meta http-equiv="Content-Style-Type" content="text/css">
        <meta name="robots" content="index,follow">
        <meta name="Author" content="Hesh Wiener">
        <meta name="Formatter" content="Heshomatic 6.2">
    <STYLE TYPE="text/css">
    <!--
    BODY
      font-family: Arial, Helvetica, sans-serif;
      font-size: 9pt;
    A:link{color:white}
    A:visited{color:yellow}
    -->
    </STYLE>
      </head>
      <body>
        <h2>
          IBM Mainframes:<br>
           IBM z196 zEnterprise 2817 Mainframe Reference
        </h2>
        <table border="1" style="border-collapse:collapse;" summary="2094 series economic specs">
          <tr>
            <th rowspan="2">
                2817  <br>
                 MODEL  
            </th>
            <th rowspan="2">
              FIRST<br>
               AVAIL
            </th>
            <th rowspan="2">EST  INIT<br>
            US PRICE  </th>
          <th rowspan="2"> EST INIT <br>
          MIN US MAINT</th>
            <th rowspan="2">
              APPROX MIPS
            </th>
            <th rowspan="2">
              SW PRICE<br>
               MSU
            </th>
            <th>
              LSPR RELATIVE PERFORMANCE
            </th>
          </tr>
          <tr>
            <th>
              MI z/OS 1.11
            </th>
          </tr>
      <tr>
        <td>2817-401</td>
        <td>3Q 10</td>
        <td>$975,000</td>
        <td>$6,280</td>
        <td>240</td>
        <td>30</td>
        <td>0.43</td>
      </tr>
      <tr>
        <td>2817-402</td>
        <td>3Q 10</td>
        <td>$1,187,000</td>
        <td>$6,729</td>
        <td>459</td>
        <td>58</td>
        <td>0.82</td>
      </tr>
      <tr>
        <td>2817-501</td>
        <td>3Q 10</td>
        <td>$1,244,000</td>
        <td>$7,524</td>
        <td>588</td>
        <td>74</td>
        <td>1.05</td>
      </tr>
      <tr>
        <td>2817-403</td>
        <td>3Q 10</td>
        <td>$1,385,000</td>
        <td>$8,346</td>
        <td>672</td>
        <td>85</td>
        <td>1.20</td>
      </tr>
      <tr>
        <td>2817-601</td>
        <td>3Q 10</td>
        <td>$1,423,000</td>
        <td>$9,434</td>
        <td>768</td>
        <td>97</td>
        <td>1.37</td>
      </tr>
      <tr>
        <td>2817-404</td>
        <td>3Q 10</td>
        <td>$1,570,000</td>
        <td>$10,665</td>
        <td>879</td>
        <td>110</td>
        <td>1.57</td>
      </tr>
      <tr>
        <td>2817-405</td>
        <td>3Q 10</td>
    </html>
    Please help. thanks
    Regards,
    HC

    add colspan into td tag and try it got same problem, I just discovered the td data is numeric it can't display, change td data to alphanumeric it workable to normal display.
    below td tag data is unworkable:
    <td>2817-401</td>
    <td>2817401</td>
    change to below is workable:
    <td>2817*401</td>
    <td>281740A</td>
    <td>2817-401A</td>

  • Problem with DOCTYPE tag in the index.html for flex file

    When I have the following !DOCTYPE tag in the index.html file I use to load the flex swf file(s) both FireFox and Orical browsers both become horizontally shortened.  When the tag removed everything works fine.  Given that the !DOCTYPE tag is necessary for good html I'd really like to know what's going on.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    Good info on that site about HTML, unfortunatly it had nothing new for me.  I did double check and everything and I was doing things the way they recomend.
    I'm really bothered that this is happening.  The DOCTYPE tag should be used and it should not have this effect when added to the HTML generated by the Flex Builder.  Additionally the new Flash Builder does have the DOCTYPE tag in its generated HTML and this is very worrisome.

  • Creating an Index HTML in Dreamweaver?

    I am new to Dreamweaver and was trying to up
    load my web to the server.  It seems most servers require an INDEX HTML as the opening p
    age.  However, dreamweaver does not create this.  I have afolder with
    the home page files in it.  How do I make these pages the index.  Its a frame s
    et page

    No I do understand completely.  It is now corrected.  Was simply not aware
    that DW requires an HTML named index.  Some others automatically create an
    index page as your first page.  I have been in contact with my host server
    and have now corrected.  Now, when I go to my temp URL I see exactly what I
    wish to see.  Part of the issue was the way DW handles Frames pages (still
    not sure I get that part?);  although I do now have it working.  I simply
    pointed my server to a new location IE the home page and did not create an
    index page.  My home page is a Frame set page with links to other pages.
    Once my domain has been transferred I'll be glad to share the site with you.
    Perhaps you can provide additional info to a novice DW user.  I have used
    other web sites and have other webs published etc..  Just feel that DW
    offers lots more capabilities and am still learning that program.
    Thanks for your assistance and look forward to continued conversation and
    assistance!
    Rick

  • 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.

  • SAP portal /index.html redirection

    Hi.
    My question is easy, or should do I guess, but I'm looking around and don't find it:
    Can be changed the automatic redirection that happens in the SAP portal when you enter:
    http\s://myportal.mydomain.com:<port>
    and it goes directly to:
    http\s://myportal.mydomain.com:<port>/index.html
    I would like it to be changed so the redirection goes to
    http\s://myportal.mydomain.com:<port>/irj/portal (or just /irj)
    I'm sure there must be soma way to configure it, I've been looking around visual administrator and config tool but didn't found any property that defines is...
    Thanks in advance and regards.

    Hi Olivier,
    and that's (or: should be) best practice.
    Don't touch the standard portal /index.html or start page. Only makes an upgrade more difficult.
    A reverse proxy is meant for this. Hope that one day SAP will automatically install a WebDispatcher together with the portal. Would eliminate a lot of questions like:
    - http://server/ instead of http://server:50000
    - how to do load balancing
    - how to show a maintenance page
    br,
    Tobias

Maybe you are looking for

  • Price not getting displayed in next page

    ok this is very simple, i don't know y it is not working i m calculating my price in shoppingcart.jsp and then i want to show it as hidden value in form.jsp, i m getting null in form.jsp <input type="hidden" name="textfield" value="<%=sum%>"  />////i

  • How to setup a wireless printer

    I was wandering if anyone out there knows how to setup a wireless printer without spending a lot of money. I have a dell photo 962 printer and a wrt54g router. I have tried to setup the printer on my laptop but it will not let me do so unless I conne

  • Problem with SQL Script in report

    Post Author: danish CA Forum: Data Connectivity and SQL Hi Can someone tell me why I'm not getting the right answer.Basically I want to pick up all creditors invoices that have been invoiced to the 31/12/2007 and then I don't want to count those that

  • Video Recording with iPod?

    I am curious, can I use an iPod as a recording HD. I want to use a digital camera with AV to the iPod. How do you get video onto the iPod? Does anyone know if this will work? Thanks,

  • Arranging photos in date order

    Is it possible to arrange all my pictures in date order within a event or album?