RE: Best way to include common html

2007-01-09 Thread Scott Cowley
mcat Users List Subject: RE: Best way to include common html Possibly a framework for templating. Tiles, SiteMesh they are created for exactly what you are looking for. Of course you can use JSP includes ... but the frameworks do a better job IMOHO. -Original Message----- From: Scott Cowl

Best way to include common html

2007-01-09 Thread Scott Cowley
What is the best approach to get shared HTML files, (such as header and footer files) located outside each appBase, included into an application (.jsp) under Tomcat? SSI filter ? Or some context resource setting ? Thanks for any help. - s.c., university of utah -

RE: Datasource following appBase changes

2006-10-31 Thread Scott Cowley
t harder to set up a departmental development space. Shoot. Oh well, have a nice Halloween! -sc -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tue 10/31/2006 4:08 PM To: Tomcat Users List Subject: RE: Datasource following appBase changes > From: Scot

RE: Datasource following appBase changes

2006-10-31 Thread Scott Cowley
Quick correction on that previous post: e.g. "webapps/Production/tests.test.jsp". -Original Message----- From: Scott Cowley [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 3:40 PM To: users@tomcat.apache.org Subject: Datasource following appBase changes Hi. How come

Datasource following appBase changes

2006-10-31 Thread Scott Cowley
Hi. How come when I put contexts one directory below my "appBase" I can still get .html and .jsp's served, but the DataSource can't be found? e.g. "webapps/tests/test.jsp". - Thank you for any help! from javax.servlet.ServletException: "Name jdbc is not bound in this context" There is a "context

RE: database server seeing blank user name

2006-09-18 Thread Scott Cowley
Thanks for the reply, David. We made the changes but didn't get rid of the error. (Shouldn't have to restart Tomcat, right? Altho we did.) Any other ideas ? - scott cowley -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 11:48 AM

database server seeing blank user name

2006-09-18 Thread Scott Cowley
Hello, Tomcats! What might be the reason for a javax servlet exception such as this? "Cannot create poolable connection factory (login failed for user ''.)" It appears that either tomcat or the driver are dropping the user's name. Details: --- OS: MS Win Server 2003 Tomcat: 5.5.17 Appli