Redirect default page to Webaccess

Hello,
I have installed GW Webaccess V7.0SP4 on SLES 10 (eDir V8.8.3).
NO OES!
I read a lot of documentations and postings to the following issue. But nothing helps - for that following issue.
I am only want to redirect the default page of the Webacces Server to the /gw/webaccess url. On NetWare no Problem but on Linux ???
Lets say: Autochangechange https://webmail.xxx.de in https://webmail.xxx.de/gw/webaccess in users browser.
I create a index.html containing following code.
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=https://webmail.xxx.xx/gw/webacc">
</head>
<body bgcolor="#ffffff">
<p> Loading GroupWise WebAccess........ </p>
</body>
</html>
But where should I copy these file ? Where does Apache search for index.html on Linux. I try a lot of different directories, which was named in a couple of TIDs but nothing works. Restart Server wont help, too.
Main Question: Where could I find index.html and apache config file on SLES10 GWWEBACCESS installation?

Originally Posted by jhillenb
Hello,
I have installed GW Webaccess V7.0SP4 on SLES 10 (eDir V8.8.3).
NO OES!
I read a lot of documentations and postings to the following issue. But nothing helps - for that following issue.
I am only want to redirect the default page of the Webacces Server to the /gw/webaccess url. On NetWare no Problem but on Linux ???
Lets say: Autochangechange https://webmail.xxx.de in https://webmail.xxx.de/gw/webaccess in users browser.
I create a index.html containing following code.
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=https://webmail.xxx.xx/gw/webacc">
</head>
<body bgcolor="#ffffff">
<p> Loading GroupWise WebAccess........ </p>
</body>
</html>
But where should I copy these file ? Where does Apache search for index.html on Linux. I try a lot of different directories, which was named in a couple of TIDs but nothing works. Restart Server wont help, too.
Main Question: Where could I find index.html and apache config file on SLES10 GWWEBACCESS installation?
I just put the following index.html (modified the redirect in the default Novell index.html) in the /srv/www/htdocs
---begin
<html>
<!-- This is all just a super-duper redirect to the Welcome page
If the user has Javascript 1.1 installed, they don't get their history
messed up. Otherwise, it behaves like a normal redirect, and even has
fallbacks to non JS and browsers that don't handle the meta refresh tag
-->
<head>
<script language="JavaScript">
<!--
var sThisURL = unescape('/gw/webacc');
function doRedirect()
actualRedirect();
function actualRedirect()
setTimeout( "top.location.href = sThisURL", 500 );
//-->
</script>
<script language="JavaScript1.1">
<!--
function actualRedirect()
// this is a better way to do it if we have JS 1.1, not adding
// to the browser's history
top.location.replace( sThisURL );
if ( "MSIE" == navigator.appName )
doRedirect();
//-->
</script>
</head>
<meta http-equiv="refresh" content="1;url=/gw/webacc" target="top">
<body bgcolor="white" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" onLoad="doRedirect()">
</body>
</html>
--end

Similar Messages

  • How to load a default page in web based application ?

    Hi
    I am new to j2ee , I have an application in which , when i start the application , login.html should be open by default .
    One way i found is that put the page name in <welcome-file> tag inside web.xml.
    My question is that there any other way like calling the dafault servlet or something else by which we can load the default page ?
    Any kind of help would be great.
    thanks in advance.

    Hi Rastogha,
    that sounds (to me) like the right way to do this. I suppose another way would be to have index.html redirect using a meta tag, but that's a little messy IMHO.
    sjl

  • How do I stop firefox from redirecting every page I click on in Google search? No matter what I search for in Google when I click on it Firefox redirects me to some other search, sales, or contest page.

    How do I stop firefox from redirecting every page I click on in Google search? No matter what I search for in Google when I click on it Firefox redirects me to some other search, sales, or contest page. I have a security program running, no maleware, adware, or virus on my pc. Thanks for the help in advance.

    Sounds like a dose of search redirect malware or a redirect virus.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

  • Change Default Page in Tab

    Hi all, I have Parent Tabs and Sub-Tabs in my application. Could anyone please show me how to change the default page under Tabs? Thank you.

    Hi Nguyen,
    You issue here is not with the parent or child tabs.
    Based on user you want to show page1 or page 2 as their default page once they login. Is that correct.
    Here you need to perform some some re directions based on user.
    I guess your application should be landing in page 1 for the user whether he is in group1 or group 2 .
    I would suggest you to create an application item say : F_FIRST_TIME
    Create a branches on these two page before header on load
    On Page 1 create a branch on page load before header to redirect to page 2 based on a condition : F_FIRST_TIME is null and Logged in user group is 2
    On Page 2 create a branch on page load before header to redirect to page 1 based on a condition : F_FIRST_TIME is null and Logged in user group is 1
    On both pages create a process on load before header setting the F_FIRST_TIME to some value  "NOT FIRST TIME"

  • [Entitlements] Issue on default page

    Hi. I have an issue regarding the entitlements on a resource in the portal.
    When a default page (or book) with entitlements is visited, the portal redirect the user on the default root page of the portal if the particular user doesn't have the entitlements for that particular page.
    How can I set a different behaviour (e.g. the portal redirect the user to the first available resource on the same branch)?
    Thanks in adv.
    ps. I'm using a WLP 10.3 in my production environment.

    For new page after try using the conditional formula like this by clicking on X+2 corresponding to new page after
    not onlastrecord
    Regards,
    Raghavendra

  • Hot to have my website point to a webpage instead of the default page

    Hi,
    I have a website set up for iAS and it shows the default page for iAS and there's a link to EM.
    How can I make my website redirect to a specific page? Thanks.
    I tried mod_rewrite on the httpd_conf and it isn't working so far.
    # Loading mod_rewrite module here as it has to load before mod_oc4j
    LoadModule rewrite_module libexec/mod_rewrite.so
    AddModule mod_rewrite.c
    <IfModule mod_userdir.c>
    #UserDir public_html
    RewriteEngine on
    RewriteRule
    ^/shortcut$ /homedriectory/home.html
    </IfModule>

    Your default webpage is called shortcut or why you use this? If I'm not wrong, I think the default page is index.html or you can try to use only *^/*.
    Greetings

  • Hide the default page (index.jsp) from the url

    I have configured weblogic to make certain pages such as index.jsp to
              be a default page so that I can type in www.mydomain.com and it takes
              me to www.mydomain.com/index.jsp. However, I would like for this page
              to be hidden like it is on other web servers so that when I type
              www.mydomain.com I get www.mydomain.com without showing the
              "index.jsp" appended to the URL, even though it takes me to that page.
              Is this possible? Please advise.
              Thanks.
              

    It's because WLS issues a redirect instead of forward.
              I have to admit that this behaviour is not consistent with other
              webservers. You might want to report this issue to [email protected]
              An ugly workaround is to have a frond-end proxy/webserver and specify
              the DefaultFileName or else live with the current problem ;-)
              Kumar
              web servers.
              Daniel Chance wrote:
              > I have configured weblogic to make certain pages such as index.jsp to
              > be a default page so that I can type in www.mydomain.com and it takes
              > me to www.mydomain.com/index.jsp. However, I would like for this page
              > to be hidden like it is on other web servers so that when I type
              > www.mydomain.com I get www.mydomain.com without showing the
              > "index.jsp" appended to the URL, even though it takes me to that page.
              > Is this possible? Please advise.
              >
              > Thanks.
              >
              

  • Setting Book Default page in runtime

    Hi All,
    How to set Book Default page in runtime.
    My requirement is based on loged in user group name we have to go to that page, in book there are four pages default is 3 page. based on user login we have to go the pirticular page.
    Thanks,
    Venkaata Sarvabatla

    Hi
    I have a similar requirement but the problem i am facing is that the control of the program does not go into the handlePostbackData() method of the desktop backing file. the URL i call from the login JSP is something like: "/../../myDesktop.portal" where myDesktop.portal is the desktop portal file having books and pages. Page1 is the default but based on an input i need to redirect to Page2 instead of landing on the default Page1. I wanted to give the redirect logic in the handlePostbackData() method but the control does not go into the method. I also tried giving sth like : "/../../myDesktop.portal?_nfpb=true&_pageLabel=Page2" but it still renders the (default) Page1.
    Do you have an idea what would I be possible missing out on or doing wrong here. Thanks.
    I am using struts portals.
    Thanks
    GT
    Edited by: 929390 on Apr 23, 2012 7:03 AM

  • Problems Accessing Direct URL. Default Page Comes Up Instead of Requested URL

    Portal 3.0.9
    When trying to access a URL, customer is prompted for username/password. Once she enters the username/password, she is redirected to the default page for that user.
    If she is already logged in and tries to access the same URL she gets the correct page.
    I tried reproducing the problem, however, in my case the once I enter the username/password it redirects me to the URL that I had originally wanted. But I am able to reproduce the problem on customers site.
    Is there any setup that I am overlooking?
    Thanks

    Hi mnagan,
    You should look at [https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox this article about that specific issue] and the article [http://kb.mozillazine.org/Preferences_not_saved Preferences not saved]. These should give you all the information you need!
    If that doesn't work:
    # Type about:config in the address bar
    # Click ''I'll be careful, I promise'' if prompted
    # In the Filter input field type ''startup''
    # Double click on startup.homepage_override_url
    # Delete the text string and click ''OK''
    # Close Firefox and reopen the window to verify that it has worked.
    Hopefully this helps!

  • Redirect jsp page problem

              I have problem when I want to redirect a page, inputparam2test.jsp back to the perious
              page, inputparam1test.jsp. Everything works until I
              add a "if" statement in the inputparam1test.jsp.
              The error is "Error 500--Internal Server Error".
              Can anybody help me out? Thanks a lot!
              inputparam1test.jsp:
              <html>
              <head>
              <title>create a patameter input form</title>
              </head>
              <body>
              <%!
              String dataset;
              String modeltype;
              %>
              <%
              dataset = request.getParameter("dataset");
              modeltype = request.getParameter("modeltype");
              %>     
              <center>
              <form action="inputparam2test.jsp" method="post">
              <table cellspacing=10>
              <tr>
              <td colspan=2>
                        Please enter model parameters
                   </td>
                   </tr>     
              <tr>
                   <td>
                        Dell LRI
                   </td>
                   <td>     
                        <select name="DellLRI">
                        <option value="1">1
                        <option value="0">0
                        </select>
                   </td>
                   </tr>
                   <%
                   if(modeltype.equals("Direct")) {
              out.println("in if");
              %>
                   <tr>
                   <td>
                   </td>
                   <td>     
                        <input type="submit" value="Next>" name="Next>">
                   </td>
                   </tr>
              </form>
              </center>
              </body>
              </html>
              inputparam2test.jsp:
              <html>
              <head>
              <title>continue input parameters </title>
              </head>
              <body>
              <%
              response.sendRedirect("inputparam1test.jsp");
              %>
              </body>
              </html>
              

    You do not check if the modelType is null and
              if(modeltype.equals("Direct")) {
              out.println("in if");
              will result in a NullPointerException when it is null.
              Almond Huang <[email protected]> wrote:
              > I have problem when I want to redirect a page, inputparam2test.jsp back to the perious
              > page, inputparam1test.jsp. Everything works until I
              > add a "if" statement in the inputparam1test.jsp.
              > The error is "Error 500--Internal Server Error".
              > Can anybody help me out? Thanks a lot!
              > inputparam1test.jsp:
              > <html>
              > <head>
              > <title>create a patameter input form</title>
              > </head>
              > <body>
              > <%!
              > String dataset;
              > String modeltype;
              > %>
              > <%
              > dataset = request.getParameter("dataset");
              > modeltype = request.getParameter("modeltype");
              > %>     
              > <center>
              > <form action="inputparam2test.jsp" method="post">
              > <table cellspacing=10>
              > <tr>
              > <td colspan=2>
              >           Please enter model parameters
              >      </td>
              >      </tr>     
              > <tr>
              >      <td>
              >           Dell LRI
              >      </td>
              >      <td>     
              >           <select name="DellLRI">
              >           <option value="1">1
              >           <option value="0">0
              >           </select>
              >      </td>
              >      </tr>
              >      <%
              >      if(modeltype.equals("Direct")) {
              > out.println("in if");
              >      }
              > %>
              >      <tr>
              >      <td>
              >      </td>
              >      <td>     
              >           <input type="submit" value="Next>" name="Next>">
              >      </td>
              >      </tr>
              > </form>
              > </center>
              > </body>
              > </html>
              > inputparam2test.jsp:
              > <html>
              > <head>
              > <title>continue input parameters </title>
              > </head>
              > <body>
              > <%
              > response.sendRedirect("inputparam1test.jsp");
              > %>
              > </body>
              > </html>
              Dimitri
              

  • How to Get My Dashboard as Default Page Instead of Home Page in OBIEE 11G?

    Hello Gurus,
    I have one requirement where i need to change default page to "My Dashboard" like what we had in OBIEE 10G ?
    Rite-now in OBIEE 11G when any user logs in they are directed to "Home" Page, but i want to change the navigation to "My Dashboard" for all user..
    I know the option to in My Account and Change the Default dashboard in Preferences , but it's manual way to do it for all end-users.
    and the other is to create the PORTALPATH Variable and do it from RPD.
    So I am looking to some other way there we can change the navigation path from system file itself...
    Thanking You..

    Hello David,
    Thanks for reply.
    Actually I am just concern abt the OBIEE Dashboard page, the link that u have mentioned is for Application Server, where we can manage the multiple Application Portals.
    and it also doesn't come with Middleware that we are installing for OBIEE.
    so i did get some useful information but not related to my question.
    is there any place in EM(Enterprise Manager) or Console(Admin Console) from where we can manage the Default Portal for OBIEE Users?
    Thanking You..

  • When I open a new tab is doesn't open to my set homepage as it would if opening firefox from start. It instead opens to a "default" page with pogo powered by yahoo, I want to change to google. How do I do this?

    Opening firefox from begining, I have been able to set it to always open to google as it was in my old firefox default settings. If I remember correctly when you opened a tab, it would automatically open to the homepage. I'm not expierencing this with the new version. It is automatically going to the default page rather than the set homepage. (I just have learned to prefer the google search over the yahoo search over the years and am resistant to changing over, sorry)

    A new tab opens by default as a blank tab (about:blank).<br />
    If that isn't the case then an extension has changed that behavior.
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/new-tab-homepage/

  • Making the BP Fact Sheet as the default page in CIC

    Hi All,
    How to make the BP Fact Sheet as the default page in the CIC WinClient. What is the config (IMG) path/ transaction code to do this change? Please let me know.
    Thanks in advance.
    --R D

    Hi R D,
    the transaction code is CRMC_CIC_WSP3 -
    'Define Profile for Automatically Created Workspaces'
    Best regards,
    Gerhard

  • How can i redirect a page to Login screen when sessionis timeout???

    I have a problem in my portal development.
    I set the "<b>Session timeout= 01</b>" parameter in the<b> Visual Administrator</b>
    server_0 > services > Web Container
            Runtime > sap.com/irj  > irj    (view button)
    However, when the session is timeout then the page become to be "red"!!! That is, there is an Exception. I'd like to redirect the page to the "Login screen", but I don't know how. <b>Does anybody know how can I do it</b>?
    Thanks in advance.

    Hi,
        the http session invalidation must be checked at application level  do it DYNPAGE only .you can call the following method.
    public void expireSession(IPortalComponentRequest request)
              long lastAccessedTime=request.getServletRequest().getSession().getLastAccessedTime();
              Date currentDate = new Date();
              Calendar currentDateCal = new GregorianCalendar();
              currentDateCal.setTime(currentDate);
              long systemTime = currentDateCal.getTimeInMillis();          
              long sessionExpiryTime = systemTime - lastAccessedTime;
              long sessionExpiryTimeProp = 600000; //dont hard code.get from property file
              if(sessionExpiryTime >= sessionExpiryTimeProp)
                   try
                       IPortalComponentResponse response=(IPortalComponentResponse)this.getResponse();                    
                        String sessionExpiryPage ="/irj/servlet/prt/portal/prtroot/com.sap.portal.masthead.LogOutComponent?logout_submit=true";                    
                        response.write ("<script language="javascript">");
                        response.write("parent.window.location.replace('"+sessionExpiryPage+"','','toolbar:No,status: No,location: N0');");
                        response.write("</script>");
                   }catch(Exception e)     

  • How can I set app tabs to open to the default page on startup?

    If I use an App Tab and click on a link from that tab, then exit and open Firefox, it opens up the website I was on when I closed Firefox the last time as the App Tab. For example, If I have Google as an app tab, make a search, click on a new website, and exit Firefox, the same website from before will load in my App tab instead of Google. When I open Firefox, I want my app tabs to open to their default pages, not the pages I was surfing from those tabs when I closed Firefox.

    App Tabs are not protected against changing the URL by opening a link in that same tab and Firefox doesn't keep a record of the original URL.<br />
    You can middle click a link to open the link in a new tab if you do not want the tab changing the URL.
    You can lock the tab with the Tab Mix Plus extension.
    * Tab Mix Plus : https://addons.mozilla.org/firefox/addon/1122

Maybe you are looking for

  • Adobe Cloud Which Software does it come with

    With Adobe Cloud Which Software or apps does it come with?

  • Not able to delete text elements.

    Hello I copied a z report from production server to development server by copying the code in se38. now system is no allowing me to delete a text element for parameter. SELECTION-SCREEN BEGIN OF BLOCK b4 with frame title text-012. PARAMETERS: P_YEAR 

  • MBD message ordering

              Hi All,           I have a problem with sequencing of messages redelivered to MDBs on WL8.1. I have           looked through the solutions posted to the same problem on this newsgroup but           they seem to have made no difference.     

  • Cannot see some of my downloaded and installed pro...

    Hello! I don't understand this - when I look in my Ovi Store and search my "Own Files", then I can find e.g. the Youtube app. I installed it today via Ovi Store. When I look in my main menu under Programs, I cannot find it. Also, if I search my memor

  • FXO Disconnect Problem

    Hello, I just would like to ask some ideas on FXO disconnect problem having a setup of FXO to FXO termination on both sites. I am using a VIC-2FXO-M2 on both Cisco 1760-V Router and these fxo ports are terminated to the PABX local.The voice port will