On Jun 23, 2008, at 10:09 AM, MORAWETZ Martin wrote:

Hello,

We have some classpath issues when using resin on a linux system.

Some jars which get loaded under windows apparently don’t get loaded

in the linux environment. The only difference I know is that we use

resin-pro3.1.2 on Windows and resin-pro3.1.6 on linux.

To see what resin actually loads I added the -verbose flag to the httpd start

script, but that doesn’t seem to have any effect. Where should I see

the logged classpath? Stdout?

Just out of curiosity: why does the resin-admin webapp doesn’t show the classpath?


I've added a bug report for the /resin-admin enhancement at 
http://bugs.caucho.com/view.php?id=2750

Most of the classpath is loaded from the resin.conf <class-loader> values. There should be one in the resin.conf that looks something like:

  <resin xmlns="http://caucho.com/ns/resin";
             xmlns:resin="http://caucho.com/ns/resin/core";>
     <class-loader>
       <tree-loader path="${resin.home}/ext-lib"/>
       <tree-loader path="${resin.root}/ext-lib"/>
       <tree-loader path="${resin.home}/lib"/>
       <tree-loader path="${resin.root}/lib"/>
    </class-loader>
    ...

If those are missing, then Resin won't automatically load your extra jars.

-- Scott

Kind Regards,

Martin




"Diese E-Mail sowie jeglicher Anhang sind vertraulich und ausschließlich für den/die bezeichneten Adressaten bestimmt. Diese Mitteilung kann rechtlich geschützte, firmeninterne oder anderweitig vertrauliche Informationen enthalten, deren Weitergabe ohne unsere Zustimmung strengstens untersagt ist. Sofern Sie nicht der beabsichtigte Adressat sind oder diese E-Mail irrtümlich erhalten haben, sind Sie nicht autorisiert, diese Mitteilung bekanntzumachen, zu kopieren, weiterzugeben oder aufzubewahren. Bitte informieren Sie uns in diesem Fall unverzüglich
und vernichten diese E-Mail.

Diese Fußnote dient auch der Bestätigung darüber, daß diese E-Mail automatisch auf Computerviren,
anstößige Inhalte und Einwahlprogramme gescannt wurde."

"The information in this e-mail and in any attachments is confidential and intended solely for the attention and use of the named addressee(s). This information may be subject to legal, professional or other privilege and further distribution of it is strictly prohibited without our authority. If you are not the intended recipient, you are not authorised to and must not disclose, copy, distribute, or retain this message or any part of it, and should notify us
immediately.

This footnote also confirms that this email has been automatically scanned for the presence
of computer viruses, profanities and certain file types."
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to