|
| We have a frame based .jsp webapplication on apache 2.0 which contains the
frames header.jsp and main.jsp and frame.jsp
Everthing works fine on the IBM http server with WAS 5.1.1 but if we use
another apache server which is not a part of the WAS 5.1.1 it will not
display header.jsp correct. Some of the HTML tags in header.jsp is displayed
as HTML tags. The file size is about 16 kB and if we reduce the size a lot
more ,by deleting code, more and more of the code does not get displayed as
HTML code but the way it should. It looks like I have use <PRE></PRE> around
some of code to actually display it.
We have file alot bigger than 16kB but they are not used as header.jsp
inside a frame but as main.jsp.
It should also not work different from one http server compared to another ?
Any ideas?
|
|