RE: Undefined symbol with native 1.1.33 and RHEL5

2015-06-05 Thread Jesse Defer
> Jesse, > > On 6/4/15 12:49 PM, Christopher Schultz wrote: > > Jesse, > > > > On 6/4/15 11:43 AM, Jesse Defer wrote: > >> I am getting the following error from native on Tomcat startup: > >> /usr/local/java/latest7/bin/java: symbol lookup error: > >> /usr/local/apr/lib/libtcnative-1.so.0.1.33: un

Re: systemd tomcat script for Linux EL7

2015-06-05 Thread Ray Holme
That looks OK, but I would suggest the following. Put all the real stuff in a standard bash script with 3 parameters   start, stop, restart- pretty much like the OLD system 5 way fo doing things.This has the advantage of allowing you to add other things you might want to add AND executing the sc

Included CDI-enabled Servlet Fails with ContextNotActiveException: WELD-001303

2015-06-05 Thread snick
Hi, I have a servlet that uses CDI beans. I am using weld 2.2.12.Final as the CDI implementation and am running on Tomcat 7.0.62 on Windows x64. Stand-alone, this servlet works as expected. I can access it using my browser and it produces the expected output. I have a second servlet in a dif