IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  Property Demo using two Schemas available

    Posted Tue January 22, 2002 11:24 AM

    Attached you will find an extended version of the Property Demo and tutorial previously introduced with Tamino X-Application.

    This tutorial is a preview version for the next Tamino X-Application release.

    Any feedback is welcome.

    It completes the Simple Property Tutorial with user-specific information. The user information is structured according to a separate schema. Thus, there is the possibility to personalize the real estate application and offer a logon screen to enter.

    Read the file newpropertydemo/readme.txt first for configuration purposes.

    To internationalize this demo, please follow the instructions of the I18N Fix Topic.

    Regards, Ursula

    [This message was edited by Harald Wolf on 27 Feb 2002 at 16:54.]
    newpropertydemo.zip (5.11 MB)


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Property Demo using two Schemas available

    Posted Wed February 27, 2002 10:55 AM

    Hi,

    I just installed the “newpropertydemo”.

    What happened to me when trying to load the
    Login.jsp-Page was that the browser couldn’t
    find the file (even when I simply entered the
    directory and then clicked on the file name.

    Saving the file with another file name (login2.jsp) did the job. Any idea what might
    be wrong here?

    Ralf Dierenbach


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: Property Demo using two Schemas available

    Posted Wed February 27, 2002 11:15 AM

    Hello Ralf,

    what is your tomcat version?

    Could you try to reproduce the problem in another application?
    E.g. Just rename or copy the page Home.jsp in /examples/jsp/property to Login.jsp.

    Regards, Harald


    #webMethods
    #API-Management
    #Tamino


  • 4.  RE: Property Demo using two Schemas available

    Posted Wed February 27, 2002 12:47 PM

    Maybe this is a upper/lower case problem.
    I’ve seen the property demo fail if started with
    “login.jsp” instead of “Login.jsp”. Even clicking
    the file name in the diretory listing didn’t
    help.

    I stopped tomcat, deleted the work directory and
    restarted the browser to fix the problem.

    Michael

    Software AG Germany, Darmstadt


    #webMethods
    #API-Management
    #Tamino


  • 5.  RE: Property Demo using two Schemas available

    Posted Wed February 27, 2002 03:44 PM

    I use tomcat 3.3a

    after
    clearing the comcat workdir,
    restarting tomcat
    and clearing the browser cache

    I can now access Login.jsp!

    - but it’s NOT a case problem: now
    login.jsp AND Login.jsp both work

    Thanks for your help,

    Ralf Dierenbach


    #Tamino
    #webMethods
    #API-Management


  • 6.  RE: Property Demo using two Schemas available

    Posted Wed February 27, 2002 04:24 PM

    Hello,

    nevertheless you should be careful not to interchange upper/lower letters in the URL.

    Tomcat does not distinguish the pages but tomcat´s session handling does not assign the session to the page as expected.

    In the server.xml you can force tomcat to enable case sensitive operation when mapping a request to a context. Change the tag SimpleMapper1 in /conf/server.xml to

    Regards, Harald


    #API-Management
    #webMethods
    #Tamino


  • 7.  RE: Property Demo using two Schemas available

    Posted Wed February 27, 2002 05:26 PM

    This extended version of the Property Demo preview is now included as the default property demo in X-application 3.1.2.

    Regards, Harald


    #Tamino
    #API-Management
    #webMethods