Re: Convenient web application configuration.

2008-11-06 Thread Jason Cipriani
of reasons. Everything is much more convenient now. Thanks for all your advice. Jason On Tue, Nov 4, 2008 at 5:15 PM, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, Jason Cipriani wrote: I'm developing with Eclipse but could configure custom

Re: Convenient web application configuration.

2008-11-06 Thread Jason Cipriani
to manage now that I've made this change. That seems positive. Jason On Thu, Nov 6, 2008 at 5:23 PM, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, Jason Cipriani wrote: My end solution ended up being to modify $CATALINA_ROOT/conf/context.xml

Convenient web application configuration.

2008-10-30 Thread Jason Cipriani
I'm using Tomcat 6.0.18 on Windows XP SP3, Windows Server 2003, and Windows Vista (UAC disabled). I have a web application with a lot of configuration options, all currently stored as servlet initialization parameters in WEB-INF/web.xml. The parameters are site specific and are different for my

Re: Convenient web application configuration.

2008-10-30 Thread Jason Cipriani
On Thu, Oct 30, 2008 at 8:22 AM, Pid [EMAIL PROTECTED] wrote: Is your build process automated, say with ant or maven? If so, it should be a relatively simple one-off job to configure multiple output war files from one codebase with several configurations. I'm developing with Eclipse but could

Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-06 Thread Jason Cipriani
On Sun, Jul 6, 2008 at 12:59 AM, Jason Cipriani [EMAIL PROTECTED] wrote: I am now in hour 6 of attempting to configure a single JNDI DataSouce resouce to connect to an MSSQL database, with Tomcat 6.0.16 (jre 1.6.0_04, windows xp sp3). I have finally gotten MS SQL 2005 Express working

Re: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-06 Thread Jason Cipriani
On Sun, Jul 6, 2008 at 11:04 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Jason Cipriani [mailto:[EMAIL PROTECTED] Subject: [6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions

[6.0.16] JNDI, MSSQL, context.xml, server.xml, web.xml, common/lib, DataSources, exceptions, configuration hell, vague tutorials, hidden documentation, lions, tigers, bears, oh my...

2008-07-05 Thread Jason Cipriani
I am now in hour 6 of attempting to configure a single JNDI DataSouce resouce to connect to an MSSQL database, with Tomcat 6.0.16 (jre 1.6.0_04, windows xp sp3). I'll skip the gory details, the point I am at now: 1. I have META-INF/context.xml with the resource parameters (I've included this