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.

Similar Messages

  • 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

  • When I open my safari it will no longer go directly to my yahoo home page, says..Safari cannot open page because too many redirects occurred,  Can some one tell me how to fix this, I have tried bookmark but won't open from there.

    when I open my safari it will no longer go directly to my yahoo home page, says.. Safari cannot open page because too many redirects accured, how do I fix this.

    Clear the cache in Safari and have another try
    Cheers!

  • Firefox will not open to home page as directed in options and settings. Opening in safe mode makes no difference, either. Any ideas?

    Firefox will not open to home page as set in the settings. Even in safe mode, it still will not open to home page as directed. It seems to want to open to last set of tabs, even though that is not the way it was set in settings. It seems as though the settings do not have any impact on the way it behaves!!!

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Do a clean reinstall and delete the Firefox program folder before reinstalling a fresh copy of Firefox.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 20.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Cannot reset Home page-keeps defaulting to page I don't want even though I follow directions and answer question re changing home page Yes.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/858808]]</blockquote>
    Home page reset not working. I follow directions and say Yes
    to question re New home page, but system keeps defaulting to existing home page.

    What '''''is''''' the web page that has taken over the homepage feature?

  • After resetting my home page, the directions say to hit "yes" to complete the action. where do I find the yes?

    trying to change home page, the instructions say to hit yes. where is the yes

    Did not know that you could '''drag''' the '''location bar favicon''' to the '''home page toolbar icon''' to change the home page, but as the directions in [http://support.mozilla.com/kb/How%20to%20set%20the%20home%20page How to set the home page] say you would reply "Yes" to the pop-up, which reads "Set Home Page" on it's title bar.
    Those are the first directions on that page and it not the same as the second method which has 6 steps the last of which is "Ok".
    <hr>
    Corrected link it should have matched wording on link title.

  • Directing to the home page

    Hello everybody,
    If an user enters in the url address as http://zoramsite.com/UsernameOrAnything
    what I want is that the user will be directed to the home page of the site as
    http://zoramsite.com
    Where should I make changes in the application so as to succeed?
    Please advice,
    Thanks

    That's "Nope, I don't know how", rather than "Nope, I'm not telling you" by the way. If I knew how, I'd be happy to tell you
    By the way, you've got a few unrelated questions live here at the same time. Can I give you some advice? Concentrate on getting one thing working before trying something else. You'll save yourself an enormous amount of time

  • When I follow the directions for making a blank page my home page, nothing happens. Now what?

    The tutorial directions tell me that if I want a blank page as my home page then I should open a new tab and drag&drop the icon over the "home" button on the right. Nothing happens.

    The way I did it was like this.
    In the location bar, type '''about:blank '''and hit Enter.
    Then click the orange Firefox button and go to '''Options '''| '''Options '''| '''General'''.
    Make sure it says "'''Show My home page'''" in the drop down menu at the top and then click the button called "'''Use Current Tabs'''".

  • I have received an email from a friend with a link which I clicked. It directed me to the google home page and I am now suspicious that it is a virus  or a Trojan horse. I would know what to do on my PC but am new to Ipad. How can I check?

    I have received an email from a friend with a link which I clicked. It took me to the google home page. I am now suspicious that my friend's email account has been hijacked and the link contained a virus or a Trojan horse. I would know what to do on my PC but am new to the IPad. Can any form of Trojan horse be planted on IOS 6 or am I worrying unnecessarily? Reassurance would be most welcome as I do use the IPad for checking bank details and web purchases. Thanks for any help.

    PC virus won't run on iPad.

  • How can I get Firefox to go directly to home page and not to how to syn page as I do not want to syn anything

    whenever I now go to mozilla firefox, it opens the whats new, or how to syn ? I don't have anything to sync, just want to go to the Home page I selected

    Open a new window or tab. In the address bar, type '''''about:config'''''.
    If a warning screen comes up, press the '''''Be Careful''''' button.
    This is where Firefox finds information it needs to run.
    At the top of the screen is a search bar. Enter '''''browser.newtab.url'''''
    and press enter. '''''browser.newtab.url'''''
    tells Firefox what to show when a new tab is opened.
    If you want, right click and select '''''Modify'''''. You can change the
    setting to;<BR><BR>about:home (Firefox default home page),<BR>
    about:newtab (shows the sites most visited),<BR>
    about:blank (a blank page),<BR>
    or you can enter any web page you want.<BR><BR>
    The same instructions are used for the new window setting, listed as
    '''''browser.startup.homepage'''''.

  • When I open Firefox, I get a page that says that Firefox did not direct properly and to try again. When I click the try again, the home page opens. What can I do to avoid this. It just started today. Rebooting does not help.

    This happens only with the home page when I open the browser.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • On startup, Google home page loads then returns to desktop then to Firefox but in direct fetch home page, how do I get rid of direct fetch?

    Windows XP Media Center Edition Version 2002 SP3, Firefox 3.6.11, Zonealarm 8.0.400.020. This started 3 days ago. I thought it might be cured by updating to Firefox 3.6.11 but no such luck. I am able to click on the home page icon and return to Google.

    it wasnt listed at ALL on my toolbars, and when i originally open firefox, the first page is google. when id start a new tab however, this stupidness was there. i had to go into Control Panel->Internet Properties and change it there. Hope it helps you also :)

  • On startup the home page goes directly to a series of ads

    When I open Firefox, the start page goes to an ad and then another, etc. How do I stop this?

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Direction: Member Own Home Page

    Hi there,
    DW 8.0.2, PHP with mySQL database.
    In ASP VBScript I can help myself around building a member
    page where a
    member can login and update his/her detail.
    Now I want to build, in PHP, a login page and according to
    the login
    page, the member's "own" home page displays. On this Home
    page I want to
    have some links to update details and view back orders. The
    back orders
    will be in the form of a down loadable PDF document which
    will be
    updated daily.
    I trust you clever people understand what I mean with "own"
    Home Page.
    I don't expect someone to do everything for me, as I will
    choose to do
    this from some tutorial.
    Really looking forward to your help.
    Regards,
    Deon

    Be sure to select in the same session(startup session in general tab) in '''WHEN FIREFOX STARTS ''' to '''SHOW MY HOME PAGE''' after your put the desire start page in HOME PAGE session.
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Directing your home page on server

    I have a problem, so whats new...
    I uploaded my site to my server, but the site is in a folder. in order for the domain to point to a page it must be in the root folder. So I made my own welcome page and called it defualt, that links right to my home page, I guess it skips the index page. ( is the index page important?) I put the defualt page in the root folder with its repective files folder. My domian points to the defualt page but it doesnt link to the home page in the folder at the next level.
    Any way around this?

    Forget about the index.html files in each site folder. They just point to the first page of each site.
    Forget about the index.html file generated outside the folder. This is done automatically on each and every publish by iWeb.
    The index.html file outside the folders points to the first page of the first site.
    If you want a custom landing page, create it as the first page of the first site. Anyone then typing your address www.spiritually-minded.com will land on this page automatically due to the index.html file outside the site folders.
    On this custom page, you put a link to wherever you want, be it the first page of the second site (the regular iweb home page) or other parts of your site.
    Michael
    iMac 20" Intel Core Duo 2GHz

Maybe you are looking for

  • What should be done so that "Information" in FaceMessage is not shown?

    Hello: I have something like: FacesContext fctx = FacesContext.getCurrentInstance(); FacesMessage message = new FacesMessage("User Id Saved"); fctx.addMessage(null,message); It shows as Information - User Id Saved on the page. I don't want to see "In

  • Sender mail adapter - connecting to Lotus Domino

    Hi all, I'm currently trying to configure a communication channel to pick up from a Lotus Domino mail server using POP3 (I'd be willing to do IMAP4 as well).  The Lotus team has told me that the POP and IMAP services have been activated but I'm not h

  • I just updated iBooks author and it won't recognize or open any of my .iba files.

    I just updated iBooks author and it won't recognize or open any of my .iba files.

  • Binary Project

    Hello, I am a collge student taking a DF class where we are working on a project for a Department of Defence Challange where I need to get inside a wav file and get hidden information from it. Im to the point where I need a means of getting the LSB (

  • Talisman web-router setup

    I have a WRT54G v. 2.2, and through previous experiences I realised that I have to first clone my MAC address in order for the router to connect to  the internet. However, when i put in 192.168.1.1 into my web browser, and put in my user name and pas