I make an information system: dbase(data) + tomcat(processing in servlets) + browser(html GUI) = The COOL
I use <iframe src="path/udp.html"> where "udp.html" is dynamicaly generated in a servlet and depends on an user logged in. (it displays navigation tree)
It seems like I need to have a matrix of: udp.user_1.session_id_1.html ... udp.user_1.session_id_N.html ... udp.user_M.session_id_1.html ... udp.user_M.session_id_N.html
and I must check the time-of-change of certain tables in dbase against session-create-time under tomcat and regenerate the content of "udp.user_I.session_id_I.html" if outdated.
- principialy I doubt this is the right approach to display such kind of a page but I dunno any other :( Any ideas?
- the technical problem: I dunno how to setup/configure my tomcat to display
requested "udp.user_I.session_id_I.html". If I create a file in a servlet on a HDD (even properly located) I get an error message in the iframe:
HTTP Status 404 - /webapp/tree/index.ADMIN.html The requested resource (/webapp/tree/index.ADMIN.html) is not available.
EOF & thx in advance
Bost
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
