|
Buck: Thanks for the info (also thanks to Nathan M. Andelin). I was aware of the WDT5.1+SP5 setting parmeter {WFWTE} = true which I had tried but still kept getting the blank screen. I gave up for a bit on the iSeries and decided to just try it on my local version of Tomcat and the answer appeared. There was a library list problem and the DSPF file couldn't be found in the library... this caused a CPF4101 message to be sent to the screen which had not been webfaced. So although my local version of Tomcat showed the message.... the iSeries version of Tomcat just blanked out the screen. I changed my CL to add the library (and monitor the message if it already exists) and by setting the WFWTE setting = true everything worked great!!!! Next step will be to start running Webfaced applications on a dedicated Solaris Tomcat server.... wish me luck and a BIG thank you to everyone. Greg |--------+-------------------------> | | | | | | | | Buck.Calabro@co| | | mmsoft.net | | | | | | 30/08/02 09:37 | | | AM | | | Please respond | | | to web400 | | | | |--------+-------------------------> >----------------------------------------------------------------------------| | | | To: web400@midrange.com | | cc: (bcc: Greg Rutledge/TO/Music-CA/SONY) | | Subject: RE: [WEB400] Webfacing encoding check....where? | >----------------------------------------------------------------------------| Hi Greg! >I haven't quite sat down to figure >out how the posting of replys work >on WEB400. You replied to the group just fine. On most email clients, taking the 'Reply' option works a charm! >the messages are being returned by Tomcat. Right. I believe this is indeed a UTF-8 issue, despite your symptoms. Technically, WAS is the only supported webserver for WF. The thing is that WF automatically uses UTF-8 encoding, in order to be able to support non-English languages (the iSeries is big in Europe!) I don't know the WF version you're using, but here's some advice from the newsgroup ibm.software.websphere.studio400 by Per Wallhoff that might help. BEGIN QUOTE I found out how to make tomcat 4.1.9 able to respond whith utf-8. I just copied the following lines from example application together whith the relevant folder and now it works. (I also adjusted the param-value EUC_JP to UTF-8) Good luck anyone trying to work whit the tomcat server. PerW <!-- Example filter to set character encoding on each request --> <filter> <filter-name>Set Character Encoding</filter-name> <filter-class>filters.SetCharacterEncodingFilter</filter-class> <init-param> <param-name>encoding</param-name> <!-- <param-value>EUC_JP</param-value> --> <param-value>UTF-8</param-value> </init-param> </filter> <!-- Example filter mapping to apply the "Set Character Encoding" filter to *all* requests processed by this web application --> <filter-mapping> <filter-name>Set Character Encoding</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <!-- Define example application events listeners --> <listener> <listener-class>listeners.ContextListener</listener-class> </listener> <listener> <listener-class>listeners.SessionListener</listener-class> </listener> END QUOTE Harry Tian offers this advice BEGIN QUOTE Just disable the UTF-8 support in your WF project, because you couldn't configure UTF-8 support in Tomcat. If your application is in English, it should be OK. Please follow the instruction on how to setup WF project in VAJ WTE. There is wfapp.properties file in conf subdirectory, 1) if you are using WDT5.1+SP5: set parmeter {WFWTE} = true 2) if you are using WDSC4.0+SP1 set parmeter {WFForce_UTF8} = true Note, we do NOT officially support Webfaced application running in Tomact. The application server we support is: IBM WebSphere Application Server ( V4.0 AE, V4.0 AEs, V3.5.x AE, V3.5.x SE) END QUOTE --buck _______________________________________________ This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To post a message email: WEB400@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/web400 or email: WEB400-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.