× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On the Tomcat list, Tim Watts wrote:
>> - Add these lines to the end of conf/logging.properties:
>>
>> org.apache.catalina.startup.Bootstrap.level = ALL
>> org.apache.catalina.startup.ClassLoaderFactory.level = ALL

I tried it just now.

No effect whatsoever. The catalina.out log and the spool file produced
by STDOUT are exactly the same as before.

He also suggested this test program:
> import java.io.File;
> import java.net.URL;
> import java.net.URLClassLoader;
>
> public class FindClass {
> public static void main(String[] args) {
> try {
> URLClassLoader loader = new URLClassLoader(
> new URL[] {new File("/wintouch/tomcat/lib/catalina.jar").toURI().toURL()});
> loader.loadClass(args[0]);
> System.out.println("URLClassLoader found class '" +args[0] +"'");
> }
> catch (Exception e) {
> e.printStackTrace();
> }
> }
> }

but I'm a bit fuzzy on how to get it to compile and run with the JVM at /QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit

Can somebody advise me on the nuts-and-bolts of specifying that particular JVM?

--
JHHL

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.