NoClassDefFoundError is not the same as ClassNotFoundException
Typically a NoClassDefFoundError is due to a class failing its static
initialisation when first loaded by the classloader. Can you check in your
logs for any prior errors (even at bootup) relating to class failing to be
loaded
Paul
Tomcat Experts:
I have a web application deployed to our DEV Tomcat server 9.0.13. I
try to put all the hibernate jars files to version Hibernate-3.6.10. The
following is the jar files under WEB-INF/lib:
/opt/TomCat/tomcat/webapps/TOPS-WEB/WEB-INF/lib>ls -l
total 56844
-rw-r--r-- 1
On 10/07/2019 17:01, David Cleary wrote:
> Mark,
>
> I see this feature in the new Tomcat 8.5 release.
>
> - Add the ability for a UserDatabase to monitor the backing XML file
> for changes and reload the source file if a change in the last
> modified time is detected. This is enabled by default
Mark,
I see this feature in the new Tomcat 8.5 release.
- Add the ability for a UserDatabase to monitor the backing XML file
for changes and reload the source file if a change in the last
modified time is detected. This is enabled by default meaning that
changes to $CATALINA_BASE/conf/tomcat-user
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Michael,
On 7/8/19 15:36, Osipov, Michael wrote:
> Christopher,
>
> Am 2019-07-08 um 19:55 schrieb Christopher Schultz:
>> Michael,
>>
>> On 7/8/19 03:58, Osipov, Michael wrote:
>>> Christopher,
>>>
>>> Am 2019-07-05 um 19:07 schrieb Christopher
Am 10. Juli 2019 13:06:50 MESZ schrieb Mark Thomas :
Hi,
>The notable changes since 8.5.42
>include:
>- Update to Tomcat Native 1.2.23 including Windows binaries built
> with OpenSSL 1.1.1c
Btw. are the prebuild tomcat native libraries are also available from maven
central?
If not, could they
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.43.
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and Java Authentication Service Provider Interface for
Containers t
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.22.
Apache Tomcat 9 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.
Apache Tomcat 9.0.22 is a bugfix and feat
Hi.
Apologies for breaking conventions of this list and top-posting..
It seems that the issue below is more of a question for the Ubuntu list, than
Tomcat's.
The standard /etc/init.d/tomcat9 startup script included in the Ubuntu tomcat9 package,
should allow starting tomcat 9 on port 80 withou