I am developing a web application using Struts + Tomcat + Apache. My database is Oracle 8i with NLS as WE8DEC and my JSPs are using Unicode. My problem is how can I correctly update the database and retrieve data from database? Is there any settings that can be done in Tomcat? Any library that I can use? Thanks!