Archive

Posts Tagged ‘tomcat’

Tomcat 5, Java 6 on CentOS 5.2

December 16th, 2008

I’m not very smart on installing packages on Linux, but today I need to configure a Tomcat on a CentOS 5.2. The CentOS 5.2 has Tomcat 5 available as yum package, with gcc-java. But Java gurus tell me to use the original Sun JDK to run Tomcat without problems.

Read more…

Author: Satollo Categories: Blogging Tags:

Tomcat Shared Lib Class Loader and Privileged Context Attribute

November 28th, 2008

Today finally I discovered why some of my web applications deployed in Tomcat were not able to use the jar locatend in the shared folder (shared/lib folder).

The problem was originated by an attribute of the context wrongly copied from the manager.xml to create new context in the Catalina/[hostname] folder.

Read more…

Author: Satollo Categories: Blogging Tags: