Custimizing 9i lite webtogo client pages

Hi,
I want to customize the look and feel of the home page of oracle mobile client webtogo home page with my company logo and stuff like that?Is it possible to do that.How much is the effort.
Thanks
Satish

The solution is to add these items into webtogo.ora :
-JAVA_OPTION=-Xms1024m -Xmx1024m
-All trace ENABLED=FALSE

Similar Messages

  • Jsf application with oracle lite webtogo

    hello...
    i have developed an application using jsf-adf bc technology in jdeveloper and then deployed it on mobile server.During development connected it to a oracle database .Before deployment changed the database connection to oracle lite using jdbc:polite:webtogo in application module configurations.But this application when opened in oracle lite client OC4J is not showing up.Please tell me how the connection has to be made to oracle lite database before deployment in jdeveloper so that the application works on the oracle lite OC4J client.

    Could u please tell me where to give the code u have mentioned.I have developed using jsf adf/bc and before deployment changed the application module configurations to oracle lite database connections.After i synced,i have got the application to the client.when i click on the link,Its giving me the following errors:
    500 Internal Server Error
    JBO-30003: The application pool (model.AppModuleLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1954)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2756)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:258)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:397)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:392)     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1550)     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1408)     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)     at oracle.adf.model.BindingContext.get(BindingContext.java:465)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)     at oracle.adf.model.BindingContext.get(BindingContext.java:491)     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:327)     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:641)     at oracle.adf.model.servlet.ADFBindingFilter.isPageViewable(ADFBindingFilter.java:532)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:301)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)     at oracle.lite.web.CheckSessionFilter.doFilter(Unknown Source)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Unknown Source)

  • Oracle lite webtogo

    hello...
    we have to develop an offline application.For this,we are using jdeveloper to develop the application.Can we use oracle lite webtogo?If we use oracle lite webtogo can we work offline?i.e in the absence of net connectivity or do we need a connection to mobile server?
    how is it different from using oracle lite for win32

    Webtogo is a Servlet Runner that is installed on a clients machine. Webtogo embedded your J2EE application into the webtogo database and you have access to that application through the mobile workspace. In 10.3, you can replace Webtogo with OC4J. Webtogo can handle Struts, Tiles, Servlets, JSP etc. OC4J will allow ADF development as well as be J2EE 1.4-compliant container. Webtogo is J2EE 1.3
    Webtogo is built on top of of Win32. The replication part is almost exactly the same. The only difference is, your application must run within the Webtogo JVM context.

  • Oracle lite webtogo BC4J

    hi....
    i have installed oracle lite webtogo BC4J.I have developed an application using jdeveloper JSF ADF BC techology and deployed it on to the mobile server.Now when i use mobile client web server and open this application.Can i use it in disconnected mode.i.e can i use the application in offline mode????

    Marcel,
    You are correct, Webtogo does not support JSF. JSP/Servlets/Struts/Tiles are the only things supported. Also correct that it is not a J2EE container, but why would you require enterprise components in a disconnected mode?
    I read over the ADF/BC4J tutorial and it doesn't mention any additional install that would have to happen. I would think that the JARs would be downloaded to the client accordingly.
    For your JDBC connection you can use either the Webtogo driver or the Polite driver. Your application, once deployed should be using the Webtogo driver.
    // Using the webtogo driver
    public Connection getConnection()
       Class.forName("oracle.lite.web.WTGJdbcDriver");
       conn = DriverManager.getConnection("jdbc:oracle:webtogo");
       return conn;
    // Using the polite driver
    public Connection getConnection()
       Class.forName("oracle.lite.poljdbc.POLJDBCDriver");
       conn = DriverManager.getConnection("jdbc:polite:USERID_dbdsn");
       return conn;
    }

  • Could not open HTML client page using internet explore

    I am using Lookout 4.5 and I am facing problem with web client. An error occuring while down loading html client page in internet explorer
    Attachments:
    I_am_using_lookout_4.doc ‏206 KB

    Hi Suki,
    Try the troubleshooting links below to help:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/D5F8511921D0352586256A330059DEF9?opendocument&node=DZ52188_US
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/c2aea878c555e5e186256b2700625b5b?OpenDocument
    Be careful of you Internet Explorer security settings when using the web client. They need to allow the ActiveX object to be opened.
    Good Luck!
    Mike

  • Add data in webtogo client

    Hello!
    I read and work through the webtogo tutorial (to do list application). Everything works fine while I'm adding data in online mode. But if I try to add data in the webtogo client nothing happens. Is there a solution to solve that problem?
    regards
    Marco

    Hi,
    If you do not have Table Maintenance for your table and if you want to transfer the data to QA client then yes, it is required to create a Transport Request and then transport the Request number to QA client. if u do have table maintenance then you can directly create the data in the table in QA client itself.
    thanks,
    sksingh

  • How do I set a Password to protect client pages on my website?

    I have a Website that has a Client page and
    when a client clicks on their projects i need a passw
    ord popup to secure entry into the private pages. any
    suggestions?

    The quick and dirty solution is to set up a password protected directory and upload the private pages to it. If you have access to a Control Panel on your server then you can do this yourself.
    The server will then launch an authentication dialogue (username/password) before delivering the page to the browser.

  • Email Client Page

    I dont have an email client page comes up when I click OK to send email photo. It just stock up with a blue ring keep on turning.Please help thank you.

    I’ve found it usually works best with web mail via Adobe after obtaining verification. I know some email services block bulk email completely and I’ve only tested it with Gmail which works fine. Before you start it will help to check your internet security settings. If they are set to High, reduce the settings to Medium temporarily. Then follow these instructions.
    1. Log in to your mail provider on the web and add the following email to your address/contacts book.
    [email protected]
    2. Open Organizer and on the menu click:
    Edit >> Preferences >> Sharing
    3. Choose Adobe Email Service from the client dropdown menu.
    4. Add your name and email address to the fields provided and click OK
    5. Test the system (first use only)  by selecting a photo in organizer and choosing Share >> Photo Mail then click Next (Mac users should use attachments)
    6. Choose a contact then click  Next
    7. Click Next Step, then click Next - the sender verification dialog will open.
    8. Check you have spelt your email address correctly and hit the Resend E-Mail button.
    9. Go to your inbox (also check spam) and when the Adobe mailer message is received copy (Ctrl+C) the long verification code.
    10. Return to the verification dialog and paste it (Ctrl+V) into the Sender verification field and click OK. Wait for validation confirmation then click OK to continue

  • Webtogo client shows access violation when synchronising

    hi all
    i have installed mobile server on one machine.the mobile server repository is on a oracle 8.1.7 database.i launched the webto from command prompt from the machine with mobile server.i logged on to the repository by going to http://<mobileserver_name>/webtogo/startup..then i went to <http://<mobile server name> and logged in as administrator.i uploaded the jar file corresponding to the application which i packed using wtgpack wizard.i have got users with admin privilege assigned on the mobile server .i started the mgp .Now i go to a client machine on which a database corresponding to the one i specified as client database in the packaging wizard exists and download the mobile client for webtogo..i login with a username given in mobile server and try to synchronise it says security violation,login expire..the user has got admin rightss..i m new to oracle lite ..can anybody please help me..am i missing something in defining the replication process.i have created a snap shot on emp table for scott on the 8.1.7 database.the username and pwd specified in the application is scott/tiger which is the one for 8.1.7 db.the newly created users have been given access to the application in mobile server.i m using oracle lite 5.0.1
    sreekanth

    I was doing the same thing as you...just trying stuff out. Let the O[whatever] objects go out of scope before you call OShutdown. OShutdown is trying to delete memory allocated by the ODatabase & ODyanset..etc objects...but if they are still in scope, you will get access violation...
    ON_CREATE:
    OStartup();
    OConnection...
    //whatever else...
    break;
    ON_DESTROY:
    OShutdown();
    PostQuitMessage();
    //...etc.
    break;

  • Mobile Field Service Laptop - Modify local client pages

    Has anyone successfully modified the pages on the local client for Mobile Field Service / Laptop. We are wanting to hide some functions from the field service rep (I.e. Create SR) and change some default values in drop down lists.
    We can make the changes to the .jsp pretty easily, but are unable to "push" the changes to the client.
    Anyone with ideas / experience?

    Hi,
    This metalink note should help you :
    How to Automatically Download New Customized Files for MFS Laptop? [ID 738456.1]
    Regards,
    Mohammed

  • Database Lite 10g Client Setup on Sprint PPC-6700

    Hi,
    Can I install the mobile client on the above device? It has a PXA270-416Mhz Processor. I only see a PPC5 ARMV4I cab file. The setup proram does not run. I manually installed the cab file from ORA_HOME\Mobile\Server\admin\repository\setup\us\ppc50\armv4i then when I run setup from that I am asked for server credentials and the program exits.
    Thanks,
    Jeff

    Firstly, never pick up anything from ORA_HOME\Mobile\Server\admin\repository\*. Rather you should use files from $OH\mobile_oc4j\j2ee\mobileserver\applications\mobileserver\setup\*
    There are a couple of ways to do an installation on the device. In each of these cases, the device should be connected to your desktop
    1. In the device, open PocketIE. Point your browser to the http://server:port/webtogo/setup.
    Click on PPC50.ARMV4I. It will bring down the setup.exe. Tap on it, provide the credentials and proceed with the installation.
    2. From your desktop, open your favourite interbet browser. Point to http://server:port/webtogo/setup. Click on PPC50.ARMV4I. It will bring down the setup.exe. Execute that setup.exe, provide the credentials and proceed with the installation. It will eventually install the cab file on your device.
    3. Go to $OH\mobile_oc4j\j2ee\mobileserver\applications\mobileserver\setup\us\ppc50\armv4i. Pick up the cab file, drop it into your device and tap on it for installation.
    4. Go to $OH\mobile_oc4j\j2ee\mobileserver\applications\mobileserver\setup\us\ppc50\armv4i. Install the cab file via ActiveSync.

  • Oracle 9i Lite and JavaServer Pages (JSP)

    Hello,
    I was refered to this forum as I have a couple of questions:
    1. If I have an application built on JSPs and Servlets that runs against Oracle 9i and Oracle 9ias, Could I run the same application on Oracle Lite without making any changes to the application? if not, what are the changes I have to consider?
    2. I read that Oracle 8i is the database you use to make the tests, can I use Oracle 9i as well?
    3. I understood that J2EE is supported, do I need a special version/patch to be installed?
    Thanks.

    I also get the POL-3013 error message when trying to connect to the polite database as well as my own db. I can setup the user-dsn and run CREATEDB with no errors. I can even validate the db and no errors are reported. But I cannot use msql to connect to it. It used to work on my previous Win2k-machine with P4 cpu, but will not work with XP and Celeron.

  • Packaging in oracle lite webtogo 5.0.0..urgen

    I want to use webtogo for my application to work online/offline..
    i am trying to use the packaging wizard for publishing all the objects to the
    mobile server.
    i have succeeded in publishing all my jsp's, servlets, beans and tables and
    sequences and views and indexes onto the mobile server using the respective
    panels in the packaging wizard.
    But i have some stored procedures also which are used by my application. if my
    application has to work offline, i think all these stored procs also have to be
    available in the offline mode. How can i publish these java stored procedures..
    thanks a lot.

    9ilite is not like your normal database, it basically rides ontop of another database like 8.1.7 enterprise. The lsnrctl you need to start is for the database that you install 9ilite into.
    ie - to get it all running:
    set oracle home to your main db
    start listener
    set oracle home to your 9ilite home
    start 9ilite processes as required.

  • Reader 10.1.4 ne lit pas les pages en vis-à-vis

    Quand je crée un document InDesign avec les pages en vis à vis, et que je l'exporte en pdf, Reader ne place pas les bonnes pages les unes en face des autres.
    Par exemple, la page 1, qui est une page de droite, et qui devrait s'afficher seule, apparait en face de la page 2. Quelqu'un a-t-il une solution ? Merci.

    @galdos – I just downloaded Adobe Reader 10 from the German Adobe website and installed it on my Mac (OSX 10.6.8).
    Version installed is Adobe Reader 10.1.0.
    Tested with an PDF exported from InDesign with the option "Two-Up Cover Page": OK
    After updating to version 10.1.4
    Tested with the same PDF exported from InDesign with the option "Two-Up Cover Page": OK
    So, maybe you exported your PDF with "Two-Up" instead of "Two-Up Cover Page"?
    Uwe

  • Wrong links on Instant Client page

    http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html
    the link for HP/UX Itanium 64-bit actually points to 32-bit SW, and the two links above point to linux SW insted of HP.

    Thanks, we'll take care of that one quickly.
    OTN

Maybe you are looking for

  • Choice format for null or empty string vs non-empty

    How can I provide a choice format string for null or empty substitution strings? I know one would not nomally do this, but the substitution strings are being passed in by an independant legacy code. I need something equivalent to Some message with a

  • Windows 7 64 Install causing Overheating

    I have a Lenovo T400 which I have owned for almost a year now. I purchased it with Windows Vista Business 32 bit and was very happy with the experience. On Oct 23rd I updated to Windows 7 64 bit.  Since then the computer has been overheating severely

  • Connection to a 2007 Airport Express impossible with OS X Mavericks

    Hi there, My WiFi network already has an Airport Extreme base and Airport Express (latest generation) extension, both working well. I'd like to extend the range further by adding another Airport Express, manufactured in 2007 (model 1088). Unfortunate

  • I bought Office:Mac 2011 (English version), can I change to Chinese version

    I bought iMac with Office:Mac 2011 (student edition) in HK on-line shop. But the office is English version and cannot perform spell check for Chinese characters. When I used those past files, it can't be edited because the Chinese is missing in the s

  • Web Dynpro to EJB

    Hi all I built a small application in Web dynpro which takes an XDP and XML and renders it with a limited set of Reader Rights which works great.. What I trying to do now is to port the code to an EJB with a Web Services so that this can be accessed