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)
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?
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.
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