Re: Tomcat does not index jars in lib directory recursively?

2010-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben, On 12/31/2009 7:17 AM, Ben Katz wrote: > I noticed that Tomcat did not automatically load/index the jars in the lib > directory that were in a subdirectory. > I use subdirectories to sort the jars under /lib. > > I know that weblogic and other a

Re: Feature request: startup.bat: -title option needed

2010-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 LiuYan 刘研, On 12/30/2009 9:17 AM, LiuYan 刘研 wrote: > Ok, I've post it to bugzilla: > https://issues.apache.org/bugzilla/show_bug.cgi?id=48464 > A patch is also attached, wish it can be accepted. Yay! The system works. Thank you for your contribution

Re: tomcat native problem 64bit linux os

2010-01-02 Thread Michele Mase'
Solved in the following way: cd $CATALINA_HOME/lib64 (or anywhere you have put the tomcat native library) ln -s libtcnative.so libtcnative-1.so start tomcat and the message "missing apr ..." changed into "... Jan 2, 2010 4:50:40 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR

Re: tomcat native problem 64bit linux os

2010-01-02 Thread Michele Mase'
Nice hint! I'm out of office now and I'll verify on monday; Maybe, the names are incorrect; maybe a symbolic link will be sufficient to solve the missing files ... I'll try it. But The question remains: is something wrong/missing in the installer or in the command line that claimed the configure? B

Re: tomcat native problem 64bit linux os

2010-01-02 Thread Michele Mase'
Nice hint! I'm out of office now and I'll verify on monday; Maybe, the names are incorrect; maybe a symbolic link will be sufficient to solve the missing files ... I'll try it. But The question remains: is something wrong/missing in the installer or in the command line that claimed the configure? B