cas3 with weblogic 8.1 and jstl tag 1.0
Kris Melotte
kris.melotte at expandedmedia.com
Tue Jul 4 16:55:51 EDT 2006
Here is the link:
http://developer.ja-sig.org/projects/cas/views/jsp12.html
I also did the following things:
- downgrade the standard-1.1.2.jar and jstl-1.1.2.jar
- add the c.tld description to the web.xml
- put the c.tld in the tld folder instead of in the jar
- put a recent version of xerces in the jdk1.4 endorsed folder and specify to use it via a vm parameter
I do not know if you need to do these things but it looked that I had to do them..
I tried it with Sun One 7 on windows.
-----Oorspronkelijk bericht-----
Van: cas-bounces at tp.its.yale.edu namens Andrew Petro
Verzonden: di 4/07/2006 22:32
Aan: 'Yale CAS mailing list'
CC:
Onderwerp: RE: cas3 with weblogic 8.1 and jstl tag 1.0
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
_______________________________________________
Yale CAS mailing list
cas at tp.its.yale.edu
http://tp.its.yale.edu/mailman/listinfo/cas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 6422 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas/attachments/20060704/db5d4ca7/attachment.bin
More information about the cas
mailing list