>> Could you briefly mention what made that country mile? Was it just the
changes particular to weblogic?

We had anomolies that appeared to be tag library related (although both
tomcat and jetty appear to use Jasper for JSP translation). Under tomcat
menus would progressively shift position to the right on each render while
other tag library driven items did not display at all. Some strange scoping
issues with tag libraries where we could introduce a scripting variable (tag
extra structure) with the same name through a tag in weblogic but not in
tomcat. Jasper cannot handle large pages containing snipplets (we have only
a few snipplets) because the resulting method exceeds the 16 bit relative
address and it's not smart enough to handle the possibilities present when
using raw snipplets - that is not surprising. We had to add explicit import
in cases where weblogic seemed to just guess which package it thought we
meant without an explicit import - scary. There were a number of case
sensitive issues that weblogic let slide and since we were not running on
UNIX they were masked until running in a more compliant container. Anyhoo,
the least problematic port was jetty as we had hoped.



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to