MG>ton of log information is missing..you must have disabled the logs somehow

> Date: Fri, 14 Feb 2014 21:51:55 -0500
> From: ch...@christopherschultz.net
> To: users@tomcat.apache.org
> Subject: Re: Unable to shutdown Tomcat
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> Pooja,
> 
> On 2/14/14, 5:49 PM, Pooja Swamy wrote:
> > Okay. Here you go -
> > 
> > myMac:runtime test$ bin/catalina.sh run Using CATALINA_BASE:
> > /Users/test/software/runtime Using CATALINA_HOME:
> > /Users/test/software/runtime Using CATALINA_TMPDIR:
> > /Users/test/software/runtime/temp Using JRE_HOME: 
> > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home 
> > Using CLASSPATH: 
> > /Users/test/software/runtime/bin/bootstrap.jar:/Users/test/software/runtime/bin/tomcat-juli.jar
> >
> > 
> Feb 14, 2014 2:47:46 PM org.apache.catalina.core.AprLifecycleListener init
> > INFO: The APR based Apache Tomcat Native library which allows
> > optimal performance in production environments was not found on
> > the java.library.path: 
> > .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
> 
> There
> > 
> must be more. Is there nothing else printed after that? You go
> back to a command prompt?
MG>confirm these entries in $CATALINA_HOME/conf/catalina.policy

grant codeBase "file:${catalina.home}/bin/tomcat-juli.jar" {
        permission java.io.FilePermission
         "${java.home}${file.separator}lib${file.separator}logging.properties", 
"read";

        permission java.io.FilePermission
         
"${catalina.base}${file.separator}conf${file.separator}logging.properties", 
"read";
        permission java.io.FilePermission
         "${catalina.base}${file.separator}logs", "read, write";
        permission java.io.FilePermission
         "${catalina.base}${file.separator}logs${file.separator}*", "read, 
write";


MG>also if you do  have a custom logging.properties you will need to define 
LOGGING_CONFIG
MG>during catalina.bat start e.g

MG>rem   LOGGING_CONFIG  (Optional) Override Tomcat's logging config file
rem                   Example (all one line)
rem                   set 
LOGGING_CONFIG="-Djava.util.logging.config.file=%CATALINA_BASE%\conf\logging.properties"

MG>
> - -chris
MG>- -martin


> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
> 
> iQIcBAEBCAAGBQJS/tZIAAoJEBzwKT+lPKRYmZsP/2pvFj76I0UQZ8P64SehuxJG
> qs0Jj/PIX0DC4jdhqn3Hs3TkzVplvhmTxWpQdDkq8/0X56aztLtpODn634MapqT5
> NSxkMFS2xxHQ4GWeZ9iNCmOd+0HNv+bfFtB/ZVGqoU8jWSUAsyA5OXHJlDy909y7
> Y17pnLccP1wyQ0v/oTxsvhFPn0tJ1bJiXedQEHA6vQLLVaagmOdFg0M5KUi20qQs
> qkbQUjMwnwNMj2aIxGOyvntxoMgGwoA8ZJauf2tM2SFPJBEwj5lcw6gxlWgOFWFY
> l83jl0kdaK6El3S4D0J9+rPUPGsNPXtkLHieWU54U7ZBjgoX2/nCPTFPmdc4+aVO
> H/hCTXbBst5LUpO8QCBNRTg0MJHE8eLDrjtjWnaxn9rToBOC5wwHgQnCZqDTS7zG
> T1nJNU3/hqu3Im5R+f+VVOX4HKdQj+tuPEBBjkci0e7sDg0HDEUUuUQ1AThLzVtw
> 6t5E/jyeRr3iga0rn96n+9r8Gv99+E8DI+GbgNQHzWpYyM7lGXW/itm3gu2jiT/a
> MQdXRkXLl7+VW0BWe78C1qgrNWkJE9420hTBvv+zHV0CGz6HZ+ui9GEqaOTO0iWm
> itBhv2XDOKcQ4DeLjKlXvZDghcP1HoZkTxszjpqUSXpGTKtFYXRqjl/zD4QG/Plo
> pkMmpzvjlsICb/YqoODD
> =14QC
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

                                          

Reply via email to