Operating System - HP-UX
1833704 Members
2560 Online
110062 Solutions
New Discussion

setup struts framework on HPUX

 
tom quach_1
Super Advisor

setup struts framework on HPUX

Hi all
i've moved this thread from languages & scripting to this forum and hope that someone with similar issue or has some knowledge would be able to advice me on this java and struts framework setup on HPUX 11.11

this Java application was developed on redHat Linux 3 running oracle application server 10.1.2.0.2. everything was working fine.
when we packaged and deployed on the same oracle app version 10.1.2.0.2 but on HPUX 11.11
we are having issues with Chinese language.
the text below is the case that we have with Oracle, but do not have any result yet.

Please advice
Thanks in advance
Tom

User experiending problem when using deployed an in-house java application to Orac
le Application Server 10.1.2.0.2 (OC4J).
Application has 2 parts and is using 2 diffent methods.
1- the first part uses "servlet" (working fine)
2- the second part uses "strusts framework" (problem)

The first part which using "servlet" is working fine, Chinese displayed properly on the web browser.
The second part (that uses "strusts framework"), when viewed using web browser, all Chinese from
the database was displayed as "??????"

The first time application was deployed, user could not view chinese on both parts of the application, "servlet" and "
strusts framework" part.
The LANG environment vriable (LANG=c.utf8 ) was set for user j2ee (user that owns the J2EE) and the OC4J was restarted under user "j2ee
". User was able to view chinese on part 1 (which use servlet method), but part
2 (which use strusts framework) was still not working.

How to enable part of application that uses "strusts framework" to display Chinese?