Hello Yair!
YZ> I have this hebrew problem:
YZ> I'm trying to include a html in a jsp page:
YZ> <jsp:include page="relativePath/fileName" flush="true" />
YZ> When it comes to a hebrew html the browser displays question marks
YZ> instead of hebrew (no matter what charset do I choose in the browser).
YZ> The same html is viewed nicely when I get it directly as a file
1)
Do I get you right that you have
web-app-root/some/a.jsp
web-app-root/other/b.html
and when you do
http://www.myserver.some-domain/my-web-app/other/b.html
you get something real, not question marks?
2)
I vagually recall some talks about this being a JSP spec limitation
on the list, but I did not delve into the topic then.
I also recall that the it was mentioned then that the new
spec-compliant but unconvinient behavior has been introduced
recently.
Anyone, any tips?
(nagoya.apache.org eyebrowse search is not too much responsive when
searching tomcat-dev, and tomcat-user is not indexed at all :-(
YZ> System: RH9 with tomcat-4.1.18, mod_jk-2.0.43, apache-2.0.44, j2sdk1.4.2
YZ> It all works fine on an old server: RH7.1 tomcat-4.0.4 apache-1.3
YZ> mysql-connector-java-3.0.7 j2sdk1.4.0_03
Anton
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)