Re: java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Jason Wee
No problem, just wanna understand better if this will tackle in the near future. On another note, I did custom patch on one of the lib, https://github.com/jasonwee/jakarta-taglibs-mailer for my own usage. I guess I will do the same for this lib if I found time. If you want a custom or specific pa

Re: java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Woonsan Ko
On Mon, Feb 15, 2021 at 7:19 AM Jason Wee wrote: > > okay, currently there is no custom application code, I just build two > of the libs and place into tomcat lib using the tomcat documentation. > > Do you mean I have to change the reference? Example > https://github.com/apache/openwebbeans/blob/m

Re: java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Jason Wee
okay, currently there is no custom application code, I just build two of the libs and place into tomcat lib using the tomcat documentation. Do you mean I have to change the reference? Example https://github.com/apache/openwebbeans/blob/master/webbeans-web/src/main/java/org/apache/webbeans/servlet/

Re: java.lang.ClassNotFoundException: javax.servlet.Filter

2021-02-15 Thread Mark Thomas
On 15/02/2021 08:26, Jason Wee wrote: > Using Apache Tomcat 10.0.2, build owb and cxf and placed into lib directory > > tomcat-cxf-3.4.1.jar > tomcat-owb-2.0.20.jar > > reading reference, https://tomcat.apache.org/tomcat-10.0-doc/cdi.html > > and when i start tomcat, I get the following excepti