If you did not create a context for the app, it is using the default context. In that case you need to add a link statement to the default context in the server.xml In order for any application to be able to see the globalresource it needs a link to tell it where it is.
<ResourceLink name="jdbc/YourDB" global="jdbc/YourDB" type="javax.sql.DataSource"/> Doug -----Original Message----- From: Keg <[EMAIL PROTECTED]> Sent: May 11, 2004 10:30 AM To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Help with Simple JDBC Connection (sry, kinda long) Parsons Technical Services wrote: > Keg, > > Don't see anything at this point. > > Post the context section for this app. > > Doug > ----- Original Message ----- > From: "Keg" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Saturday, May 08, 2004 9:47 PM > Subject: Re: Help with Simple JDBC Connection (sry, kinda long) What do you mean context section? I posted server.xml, webapps/dev1/WEB-INF/web.xml and then java and jsp files. The app is listed as being deployed within the Admin application. Thx, CC --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
