cat5 and 6). Anyway, if anyone else runs
into that problem they can resolve it.
Thanks,
Nick
From: Cuneo, Nicholas [mailto:ncu...@tycoint.com]
Sent: Monday, June 01, 2015 1:24 PM
To: Tomcat Users List
Subject: MariaDB Connector Issues
Hi,
We've been running for a while now using embedded Jetty
Hi,
We've been running for a while now using embedded Jetty but due to some
upcoming infrastructure changes we're migrating to Tomcat 7. I'm having an
issue getting my servlet to recognize the mariadb connector
No suitable driver found for jdbc:mariadb://
This has been running in the past with
: Re: Deploying JerseyWS 2.8 w/o web.xml
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nicholas,
On 6/2/14, 12:38 PM, Cuneo, Nicholas wrote:
> I think you are correct, maybe I need to exclude some jars from my
> bundle?
>
> find . -name "*.jar" | xargs grep
> ServletC
er.class
Binary file ../webapps/api/WEB-INF/lib/jersey-container-servlet-jar-2.8.jar
matches
Binary file ../webapps/api/WEB-INF/lib/javax.servlet-api-jar-3.0.1.jar matches
Thanks,
Nick
-Original Message-
From: Cuneo, Nicholas [mailto:ncu...@tycoint.com]
Sent: Monday, June 02, 2014 9:25 AM
T
stopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Friday, May 30, 2014 4:55 PM
To: Tomcat Users List
Subject: Re: Deploying JerseyWS 2.8 w/o web.xml
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nick
On 5/30/14, 5:03 PM, Cuneo, Nicholas wrote:
> We are trying to deploy a webservice to
Hi,
We are trying to deploy a webservice to tomcat 8.0.5 using Jersey WS 2.8. In
the Jersey documentation it mentions deploying without the need for a web.xml
in your war file using annotations, so I thought I'd give that a try.
However, when I go to deploy my webservice Tomcat is throwing the