Re: Configuring DataSourceRealm using Oracle

2008-03-03 Thread Jason Ling
Thank you Mark for your clue! Jason On Mon, Mar 3, 2008 at 4:14 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Jason Ling wrote: > > What is the the sub-element of for in the > > application's web.xml file, when and how is it used? Suppose I > configure > &g

Re: Configuring DataSourceRealm using Oracle

2008-03-03 Thread Jason Ling
) is done in a context.xml file, which is > tomcat specific. The file can be either located in META-INF/context.xml > in your webapp for auto configuration or be put manually in tomcat > config (conf/Catalina//.xml) > Jason Ling a écrit : > > Thank you, David. Now it works! &

Re: Configuring DataSourceRealm using Oracle

2008-03-03 Thread Jason Ling
source configuration, which agina is separate from the realm. > > > Jason Ling a écrit : > > Thank you, David. > > > > Sorry, I sent this message two times, each time only the quoted message > was > > sent, but not my reply. This is another try. > > &

Re: Configuring DataSourceRealm using Oracle

2008-03-03 Thread Jason Ling
, which are on the Oracle server which is sb.lehman.cuny.edu, and is not in any of the attributes listed above. Did I miss any components in the configuration that I tried? Jason On Mon, Mar 3, 2008 at 1:11 PM, David Delbecq <[EMAIL PROTECTED]> wrote: > Jason Ling a écrit : > > &g

Re: Configuring DataSourceRealm using Oracle

2008-03-03 Thread Jason Ling
On Mon, Mar 3, 2008 at 1:11 PM, David Delbecq <[EMAIL PROTECTED]> wrote: > Jason Ling a écrit : > > > > I changed the element in the server.xml file, and it became: > > > >> dataSourceName="jdbc/webappDB" > &g

Re: Configuring DataSourceRealm using Oracle

2008-03-03 Thread Jason Ling
On Mon, Mar 3, 2008 at 1:11 PM, David Delbecq <[EMAIL PROTECTED]> wrote: > Jason Ling a écrit : > > > > I changed the element in the server.xml file, and it became: > > > >> dataSourceName="jdbc/webappDB" > &g

Configuring DataSourceRealm using Oracle

2008-03-03 Thread Jason Ling
Hi, everybody: I was trying out the DataSourceRealm configuration by following the documentation included in the installation of Tomcat 5.5.23 on my machine but could not make it work. It would be very much appreciated if Tomcat gurus and veterans can spare some time reading my message and help m

Re: DataSource binding for JSP

2008-02-14 Thread Jason Ling
(); > > > - > and do you have this "DBDevTrackConnDS" set up in your server.xml file -- > either in the context tag or your respective META-INF directory's .xml files > ? > > -Original Message- > From: Jason Ling [mailto:[EMAIL PROTECT

Re: DataSource binding for JSP

2008-02-14 Thread Jason Ling
D MESSAGE- > Hash: SHA1 > > Jason, > > Jason Ling wrote: > | When the file is invoked, > | it only returns the header row of the table (First Name, Last Name, User > | Name, Password), but does not return the expected records from the > Oracle > | data ta

DataSource binding for JSP

2008-02-13 Thread Jason Ling
I have the following jsp file on tomcat 5.5.23. When the file is invoked, it only returns the header row of the table (First Name, Last Name, User Name, Password), but does not return the expected records from the Oracle data table. The entire jsp file is as follows: <%@ page session="false" %>