> On 2023-05-03, at 21:17, wrote:
>
> Is Jetspeed still maintained?
The last release was almost exactly 7 years ago, the release planned for
September 2016 never happened, and the Jetspeed website says it’s a dormant
project, so I think the answer would be “no”.
- Chuck
--
Hi Everyone,
Is Jetspeed still maintained? Is it a viable portal product, or should I be
looking at something else? If it is still supported/maintained, is there a
way to bring the base tomcat installation up to 9.0.x instead of 7.x?
Jeremy,
On 5/3/23 12:27, Jeremy Nguyen wrote:
Thanks Chris! That works for me now.
Okay. I'll ask the rest of the team if it's an acceptable workaround.
Honestly, that parent ClassLoader is violating The Rules.
Only issue I have left is failing to compile/validate JSP.
Caused by: java.lan
Thanks Chris! That works for me now.
Only issue I have left is failing to compile/validate JSP.
Caused by: java.lang.NullPointerException
>
> at org.apache.jasper.compiler.Validator$ValidateVisitor.(
> Validator.java:527) ~[jasper.jar:8.5.89]
>
> at org.apache.jasper.compiler.Validator.validateEx
Jeremy,
On 5/3/23 11:00, jeremyn...@gmail.com wrote:
Sure Ill run it.
https://people.apache.org/~schultz/binaries/apache-tomcat-8.5.89-dev.tar.gz
Please note that this is not an official Tomcat release (it's current
8.5.x HEAD plus a tiny patch to ignore any null resources obtained from
the
If WebAppClassLoader.findResources returns null then it would come from
java.net.URLClassLoader.findResources.
@Override
> public Enumeration findResources(String resources) throws IOException
> {
> logger.debug("finding resources " + resources);
> Enumeration urls = myPluginLoader.getResources(r
Sure Ill run it.
- Jeremy
> On May 3, 2023, at 7:05 AM, Christopher Schultz
> wrote:
>
>
> Jeremy,
>
>> On 5/2/23 22:27, Jeremy Nguyen wrote:
>> I was able to retrieve some logs that might shed some insight on the
>> parent classloader when running 8.5.87. I'll be frank that I don't quite
>
Jeremy,
On 5/2/23 22:27, Jeremy Nguyen wrote:
I was able to retrieve some logs that might shed some insight on the
parent classloader when running 8.5.87. I'll be frank that I don't quite
understand the mechanics of classloaders in Java.
LogFactory from
org.eclipse.osgi.internal.loader.Equin