Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-01 Thread Neven Cvetkovic
Excellent point Mark. David, you have to decide how your database connections are managed: a) Tomcat-managed datasource (your current setup) - datasource is defined in Tomcat server.xml/context.xml and gets registered in JNDI (e.g. java:comp/env/jdbc/smswebdb) - datasource is referenced in hibern

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-01 Thread Neven Cvetkovic
Hey David, I would suggest you create a sample application that will test the drivers, and if the connection is OK, with no application deployed. If you are not a developer, ask your developers on team to help you write a sample application. It can be as simple as a single JSP page. After you get

Re: Tomcat how to set -Xms and -Xmx

2013-03-31 Thread Neven Cvetkovic
On Sun, Mar 31, 2013 at 4:54 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > > Subject: RE: Tomcat how to set -Xms and -Xmx > > > Add a "call setenv.bat" (with path as necessary) to startup.bat, or just > > add the re

<    1   2