cas3 with weblogic 8.1 and jstl tag 1.0
Andrew Petro
apetro at unicon.net
Tue Jul 4 16:32:20 EDT 2006
Jean-Marie,
Consider running a dedicated Tomcat5.5 instance for your CAS rather than
trying to reuse Weblogic for this purpose.
That said, changing CAS3 to use the older JSTL tag level and not use the JSP
expression language and so forth should be fairly trivial. CAS3 isn't doing
anything that actually requires the later JSTP and the JSP native expression
language, it just does these things for convenience, literacy, and latest
standards compliance.
> - is there a solution to run cas3 with weblogic 8.1 ?
Yes. Edit the (few) JSPs to use JSTL 1.0 instead of 1.1, to not use the JSP
expression language outside of JSTL 1.0 <c:out> tags. And then edit web.xml
to use the older DTD declaration to convey to the web container that you
don't want the latest JSP features.
I know we documented this once but I can't seem to find the page now. If
anyone finds the link, please speak up, we should add it to the FAQ on the
website...
> -----Original Message-----
> From: cas-bounces at tp.its.yale.edu [mailto:cas-bounces at tp.its.yale.edu] On
> Behalf Of jmt
> Sent: Tuesday, July 04, 2006 7:19 AM
> To: cas at tp.its.yale.edu
> Subject: cas3 with weblogic 8.1 and jstl tag 1.0
>
> hi,
>
> I deploy cas3 on tomcat 5.5 and it's run.
> But on weblogic 8.1, the web app can't run.
> After some search, I saw that cas3 use jstl tag 1.1, but weblogic 8
> support only
> jstl tag 1.0.
> So, the question are:
> - cas3 run only with weblogic 9.x ?
> - is there a solution to run cas3 with weblogic 8.1 ?
>
> Thanks
More information about the cas
mailing list