Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-27 Thread Konstantin Kolinko
2013/5/26 Jaroslav Fikker fik...@atlas.cz: Hello. To Chris: Thank you very much for your comments. Is there anyone who knows why Tomcat 7.0.25 (commons-daemon-1.0.8-native-src) started to use jni_md.h which is not part of IBM Java? I didn't encounter any problem with compilation of Tomcat

Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-26 Thread Jaroslav Fikker
Hello. To Chris: Thank you very much for your comments. Is there anyone who knows why Tomcat 7.0.25 (commons-daemon-1.0.8-native-src) started to use jni_md.h which is not part of IBM Java? I didn't encounter any problem with compilation of Tomcat Unix daemon (jsvc) until version Tomcat 7.0.23

Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-23 Thread Jaroslav Fikker
Hello everybody. I encountered a problem with compilation of Unix daemon (jsvc) against IBM Java from Tomcat 7.0.40. I used these commands: cd /opt/tomcat/bin tar xvfz commons-daemon-native.tar.gz cd commons-daemon-1.0.x-native-src/unix /configure and I got this output: *** Current host

Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-23 Thread Kenneth Erard
Hi Jaroslav, I have compiled the JSVC daemon on SUSE Linux Enterprise Server 11 SP2 (x64) on the IBM JDK, like you are trying to do. I would suggest that if your make of jsvc was successful. It would be beneficial to see the error that your jsvc command is throwing. The daemon does rely

Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-23 Thread Jaroslav Fikker
Hi Kenneth, Thank you very much for your mail. We use own script for start Tomcat server with -classpath parameter that contains directory path /opt/tomcat/lib. We need to use all JAR files from this directory but Tomcat ignore this syntax (notwithstanding previous version runs correctly) and

Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-23 Thread Kenneth Erard
-- We need to use all JAR files from this directory but Tomcat ignore this syntax (notwithstanding previous version runs correctly) and it understand only exact JAR definition, for example -classpath

Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kenneth, On 5/23/13 12:57 PM, Kenneth Erard wrote: -- We need to use all JAR files from this directory but Tomcat ignore this syntax (notwithstanding previous version runs correctly) and it understand only exact JAR

Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jaroslav, On 5/23/13 4:37 AM, Jaroslav Fikker wrote: Hello everybody. I encountered a problem with compilation of Unix daemon (jsvc) against IBM Java from Tomcat 7.0.40. I used these commands: cd /opt/tomcat/bin tar xvfz