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
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
-
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
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
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
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
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