Re: tomcat 7.0.4 on MAC my app works on Windows get...

2011-01-06 Thread Pid
On 1/5/11 8:44 PM, Joe Greenawalt wrote: So i went to the appservers and sure enough it was there * -Xverify:none*, Out of interest in which config file was this set? It's not an attribute set as standard by Tomcat. p 0x62590808.asc Description: application/pgp-keys signature.asc

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2011-01-06 Thread Joe Greenawalt
Someone here was passing it to tomcat on the startup along with a bunch of other jvm parameters, probably in hopes of trying increase the performance. On Thu, Jan 6, 2011 at 3:02 AM, Pid p...@pidster.com wrote: On 1/5/11 8:44 PM, Joe Greenawalt wrote: So i went to the appservers and sure

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2011-01-05 Thread Joe Greenawalt
RESOLUTION for those that come across this or are interested. so i added velocity and velocity-tools to the pom and took them out of the lib folder and it failed, just as it did before. After some research, i came across a 'similar' problem, where they mentioned the *-Xverify* jvm option. So i

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-22 Thread Joe Greenawalt
interestingly its not - not located in either place (mac/windows tomcat) as a velocity-[version].jar I downloaded Velocity+V-Tools and added them to TOMCAT_HOME/lib folder and now it works. Its not on my mac anywhere, that i can find in a self contained jar file. Plus we don't have the

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, On 12/22/2010 1:57 PM, Joe Greenawalt wrote: interestingly its not - not located in either place (mac/windows tomcat) as a velocity-[version].jar I downloaded Velocity+V-Tools and added them to TOMCAT_HOME/lib folder and now it works.

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-22 Thread Joe Greenawalt
right, its definitely going in my pom, i just did that to get it to work, when i get back from vacation, im going to try and figure out the problem. thanks On Wed, Dec 22, 2010 at 3:55 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Joe Greenawalt
tomcat 7.0.4 on MAC my app works on Windows get... SEVERE: Exception starting filter struts2 java.lang.NoClassDefFoundError: Lorg/apache/velocity/app/VelocityEngine; i have removed all other applications from the webapps and have restarted the box. Application is built with maven, and i used

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Michael Ludwig
Joe Greenawalt schrieb am 21.12.2010 um 12:04 (-0500): tomcat 7.0.4 on MAC my app works on Windows get... SEVERE: Exception starting filter struts2 java.lang.NoClassDefFoundError: Lorg/apache/velocity/app/VelocityEngine; i have removed all other applications from the webapps and have

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Konstantin Kolinko
2010/12/21 Joe Greenawalt joe.greenaw...@gmail.com: Here is the lib Folder of the deployed app: activation-1.1.jar (...) slf4j-log4j12-1.5.2.jar and which one of the jars listed above belongs to Velocity? java.lang.NoClassDefFoundError: Lorg/apache/velocity/app/VelocityEngine;

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Joe Greenawalt
Well since its the exact same war file placed in the exact same version of tomcat, the main variable being the OS (mac/windows) my thinking is that the class does exist, but its getting loaded differently or something else is causing the problem but this log error is getting reported. If it will

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Michael Ludwig
Joe Greenawalt schrieb am 21.12.2010 um 13:26 (-0500): Well since its the exact same war file placed in the exact same version of tomcat, the main variable being the OS (mac/windows) Not necessarily. The Tomcats might well be configured differently. What's the contents of the %Tomcat_Home%\lib\

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micheal, On 12/21/2010 2:22 PM, Michael Ludwig wrote: Joe Greenawalt schrieb am 21.12.2010 um 13:26 (-0500): Well since its the exact same war file placed in the exact same version of tomcat, the main variable being the OS (mac/windows) Not

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Joe Greenawalt
Good points, i'll start searching for them. Anyone have a OS X jar inspector recommendation? 'jarinspector' itself doesn't work on 10.6. Thanks for the feedback. Joe On Tue, Dec 21, 2010 at 3:18 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE-

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Michael Ludwig
Joe Greenawalt schrieb am 21.12.2010 um 15:22 (-0500): Good points, i'll start searching for them. Anyone have a OS X jar inspector recommendation? 'jarinspector' itself doesn't work on 10.6. Searching? For starters, you should check the following: dir %TOMCAT_HOME%\lib type

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, On 12/21/2010 3:43 PM, Michael Ludwig wrote: Joe Greenawalt schrieb am 21.12.2010 um 15:22 (-0500): Good points, i'll start searching for them. Anyone have a OS X jar inspector recommendation? 'jarinspector' itself doesn't work on 10.6.

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Joe Greenawalt
interestingly its not, and when i add it to windows it works (with some other things like velosity tools), but i still don't have it on my mac or in the app and it runs there. So i have a workaround, but still don't understand how. Guess i'll add it to the pom. Thanks for the input and help.

Re: tomcat 7.0.4 on MAC my app works on Windows get...

2010-12-21 Thread Michael Ludwig
Joe Greenawalt schrieb am 21.12.2010 um 17:40 (-0500): interestingly its not Not what? (Lack of clarity and precision so typical of top-posting …) and when i add it to windows it works What do you mean when I add it? Weren't you saying that it worked on Windows even though there is no