RE: AW: configuration problem

2003-07-15 Thread Ralph Einfeldt
/man1/strace.1.html http://www.google.de/search?q=linux+strace > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 4:04 PM > To: Tomcat Users List > Subject: RE: AW: configuration problem > > > hm, may be it sound

RE: AW: configuration problem

2003-07-15 Thread awischer
hm, may be it sound's like I'm a little bit stupid but... can you tell me howto or even better where to read? thanx andreas

RE: AW: configuration problem

2003-07-15 Thread Ralph Einfeldt
Try to strace the tomcat process to find out where tomcat is looking for the library. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 2:53 PM > To: Tomcat Users List > Subject: Re: AW: configuration problem > &

AW: AW: configuration problem

2003-07-15 Thread Grossert Alexander EXT
I'm sorry! Then I don't have an idea either. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 15. Juli 2003 14:53 An: Tomcat Users List Betreff: Re: AW: configuration problem both library's are precompiled and are delivered

Re: AW: configuration problem

2003-07-15 Thread awischer
both library's are precompiled and are delivered as part of the domino server without sourcecode. So, there is no chance to change it. Adding the library path to CLASSPATH dosen't really help. This is the part of catalina.sh i've changed for getting the second error message: ---schnipp-- "$

AW: configuration problem

2003-07-15 Thread Grossert Alexander EXT
Do you wrote the application by yourself, or do you have the source code at least? If so, youo could go to the position where your shared library is loaded. It should look like this: static{ System.loadLibrary("xmlpar"); } If you change this to System.load("/opt/lotus/notes/60010/linux/libxml