Re: Set up postgresql on tomcat7

2016-08-16 Thread Andrew Davis
Well, This has not turned out how I wanted it to . I have 'a solution' but it isnt what I wanted to do. I went back and re added the .jar file to the 'WEB-INF' folder and then deployed a new WAR file. Now things work just 'fine' BUT I suspect that this is not what a real coder would do and

Re: Set up postgresql on tomcat7

2016-08-16 Thread Andrew Davis
I found the following in my logs.. from command line in Putty... cd /var/lib/tomcat7 tail -f logs/catalina.out [image: Inline image 1] I do have the jar file located in the following location on the machine.. /usr/share/tomcat7/lib https://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howt

Re: Set up postgresql on tomcat7

2016-08-16 Thread Jason D. Burkert
On 2016-08-16 2:44 PM, Andrew Davis wrote: Hello, Im working on getting java servlets to run on my instance of Ububtu with tomcat7. I write my applications in Eclipse.. when i run my apps localhost i see everything just fine. When i export my WAR files i check the includ source files. I

Re: Set up postgresql on tomcat7

2016-08-16 Thread George Sexton
The best place to start would be to look at tomcat's logs for exceptions or errors. On 8/16/2016 12:44 PM, Andrew Davis wrote: Hello, Im working on getting java servlets to run on my instance of Ububtu with tomcat7. I write my applications in Eclipse.. when i run my apps localhost i see

Set up postgresql on tomcat7

2016-08-16 Thread Andrew Davis
Hello, Im working on getting java servlets to run on my instance of Ububtu with tomcat7. I write my applications in Eclipse.. when i run my apps localhost i see everything just fine. When i export my WAR files i check the includ source files. I deploy the WAR file through tomcat manager. I can

Question on tomcat-native upgrade from 1.1.34 to 1.2.8

2016-08-16 Thread Coty Sutherland
Hello, I'd like to upgrade the tomcat-native package in Fedora from 1.1.34 to 1.2.8 and wanted to ask if anyone knew of any changes to any ABI/API that would cause a breakage in doing so. I checked the changelog, etc and everything looks good to me. It is also noteworthy that the tomcat version

Re: 8.0->8.5 migration - digests

2016-08-16 Thread Anthony Biacco
On Mon, Aug 15, 2016 at 11:02 PM, Mark Thomas wrote: > On 16/08/2016 04:08, Anthony Biacco wrote: > > Just started testing a migration from 8.0 to 8.5. > > I'm was using digested passwords with digest="sha-512" in my realm for > > manager and i noticed in the migration doc that