Re: Name jdbc is not bound in this Context error

2005-02-22 Thread Antony Paul
In fact I hadnt installed it in windlws. You can connect to server suing psql. it will be in the bin directory. There is one GUI front end available PgAdmin. The documentation will be in doc directory. This contains installation, administration and tutorials on SQL. For further you can ask question

Re: Name jdbc is not bound in this Context error

2005-02-22 Thread U K Laxmi
Hi Antony, I downloaded postgres and installed on my m/c. I installed it as a service. Can you pls give step by step instruction as how to connect to postgresql database. Thank you so much. --- Antony Paul <[EMAIL PROTECTED]> wrote: > You can name it the name of the context(web). The > conten

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
You can name it the name of the context(web). The content should be similar to any other file there. I am giving a sample rgds Antony Paul On Mon, 21 Feb 2005 23:18:55 -0800 (PST), U K Laxmi <[EMAIL PROTECTED]> wrote: > Thanks for the replies. What do u mean by the > following in ur erlier m

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread U K Laxmi
Thanks for the replies. What do u mean by the following in ur erlier mail. > > > > > > Did you defined your newly created context web > in > > > server.xml or at > > > TOMCAT_HOME\conf\Catalina\localhost\some > name.xml > > > Does it mean i need to create a new xml file in TOMCAT_HOME\conf\Catalin

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
Most SQL is same and it supports a subset of SQL 92 and SQL 99 standards. Every RDBMS vendor have some proprietory code which dont work in other databases. There is one RDBMS Firebird(http://firebird.sourceforge.net/). The site claims that it is more like Oracle. rgds Antony Paul On Mon, 21 Feb

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread U K Laxmi
Thank you for the replies. Ms Access is not a relational databaase. It's just DBMS. I didn't know that PostGreSQL is a open source RDBMS system. All the sqls, table creation etc.. works similar to Oracle or any other RDBMS? I'm working on windows 2000 machine. --- Antony Paul <[EMAIL PROTECTED]>

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
I dont whether MS Access is considered as RDBMS. For serious development it is not recommended. Using ODBC have several problems. I will recommend PostgreSQL. Now it runs very well on Windows. But requires Windows 2000 or higher. You can find it at http://www.postgresql.org/ftp/binary/v8.0.1/win32/

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread U K Laxmi
Yes i read and did as per the document. When it didn't work, i followed the suggetions given to many users in the mailing lists in the internet and now i guess i messed up. Actually in the error, it says, no suitable driver found. I'm using Ms Access as it's free. Do we have any free driver avail

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread U K Laxmi
Sure to do the changes you mentioned. Pls do send the config file for connection pooling and also guidelines for how to use it in my program. It will be a great help. I'm developing web based application for using it inhouse. Later part of time, it may grow to a big MRP application based on the re

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
t; > > > > > org.apache.catalina.core.StandardServer.start(StandardServer.java:683 > > > ) > > > at > > > > > > org.apache.catalina.startup.Catalina.start(Catalina.java:537) > > > at > > > > > sun.reflect.NativeMethodAc

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Robert F Hall
for the answer. One thing I know is GlobalNamingResources should come inside the Server element and not inside Context element. rgds Antony Paul On Fri, 18 Feb 2005 22:47:06 -0800 (PST), U K Laxmi <[EMAIL PROTECTED]> wrote: I could able to get thro' Jarpe

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread U K Laxmi
.catalina.startup.Bootstrap.start(Bootstrap.java:271) > > at > > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) > > Feb 22, 2005 11:51:46 AM > > org.apache.catalina.startup.Catalina start > > INFO: Server startup in 391 ms > > > >

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
obalNamingResources should come > > inside the Server > > element and not inside Context element. > > > > rgds > > Antony Paul > > > > > > On Fri, 18 Feb 2005 22:47:06 -0800 (PST), U K Laxmi > > <[EMAIL PROTECTED]> wrote: > > > I

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread U K Laxmi
Context element. > > rgds > Antony Paul > > > On Fri, 18 Feb 2005 22:47:06 -0800 (PST), U K Laxmi > <[EMAIL PROTECTED]> wrote: > > I could able to get thro' JarperException. Thanks > for > > replies. > > > > Now facing new problem.

Re: Name jdbc is not bound in this Context error

2005-02-21 Thread Antony Paul
le to get thro' JarperException. Thanks for > replies. > > Now facing new problem. > > I'm getting "NameNotFoundException" - Name jdbc is > not bound in this Context > > Environment what i'm using is: Apache 2, Tomcat 5.5, > Netscape 7.2, MsAcce

Name jdbc is not bound in this Context error

2005-02-18 Thread U K Laxmi
I could able to get thro' JarperException. Thanks for replies. Now facing new problem. I'm getting "NameNotFoundException" - Name jdbc is not bound in this Context Environment what i'm using is: Apache 2, Tomcat 5.5, Netscape 7.2, MsAccess 2003 on windows 2000 mach

Re: DataSourceRealm says "Name jdbc is not bound in this Context"

2005-02-07 Thread Dan Washusen
Dominik, that worked! Champion!!! My revised context.xml looks like this: On Mon, 07 Feb 2005 08:57:08 +0100, Dominik Drzewiecki <[EMAIL PROTECTED]> wrote: > Dan Washusen <[EMAIL PROTECTED]> wrote: > > Hi Sven, > > I can access the data source from within my code using the

Re: DataSourceRealm says "Name jdbc is not bound in this Context"

2005-02-06 Thread Dominik Drzewiecki
Dan Washusen <[EMAIL PROTECTED]> wrote: > Hi Sven, > I can access the data source from within my code using the name > "java:/comp/env/jdbc/MindDB" and everything works great. It's just > that the Realm can't... I have found a few other posts to this list > with the same problem and one of the ema

Re: DataSourceRealm says "Name jdbc is not bound in this Context"

2005-02-06 Thread Dan Washusen
t; > aka_sergio > > > --- Dan Washusen <[EMAIL PROTECTED]> wrote: > > > Hi All, > > I'm trying to get container managed authentication > > going under Tomcat > > 5.5 using the > > org.apache.catalina.realm.DataSourceRealm class. > > I've > > configured a DataSou

Re: DataSourceRealm says "Name jdbc is not bound in this Context"

2005-02-06 Thread sven morales
that from within my app, but when the configured > DataSourceRealm tries > to access it I get > "javax.naming.NameNotFoundException: Name jdbc is > not bound in this Context". > > My context.xml looks like this: > > docBase="D:/Development/Projects/mind/src/webapp&

DataSourceRealm says "Name jdbc is not bound in this Context"

2005-02-05 Thread Dan Washusen
ealm tries to access it I get "javax.naming.NameNotFoundException: Name jdbc is not bound in this Context". My context.xml looks like this: And the relevant section of my web.xml looks like this: ... Mind DB Connection jdbc/MindD

RE: Name jdbc is not bound in this Context

2004-10-12 Thread Shapira, Yoav
- >From: Mauro Romano Trajber [mailto:[EMAIL PROTECTED] >Sent: Saturday, October 09, 2004 11:34 AM >To: [EMAIL PROTECTED] >Subject: Name jdbc is not bound in this Context > >I have configured the following datasource in >$TOMCAT_HOME/conf/Catalina/localhost/myapp.xml:

Re: Name jdbc is not bound in this Context

2004-10-09 Thread Mauro Romano Trajber
ame error as before ... javax.naming.NameNotFoundException: Name jdbc is not bound in this Context But isn't it strange that it says "Name jdbc is ..." instead of "Name jdbc/myapp is ..." ?? > Cheers, > Michael --

Re: Name jdbc is not bound in this Context

2004-10-09 Thread Michael Echerer
taSourceFactory driverClassNamecom.mysql.jdbc.Driver urljdbc:mysql://localhost/myappt ... Then in my web.xml: ... jdbc/myapp javax.sql.DataSource Container ... I'm trying to use Hibernate throung Hibernate Synchronizer Eclipse Plugin, using JNDI. But I keep getting the error: javax.naming.NameNotFoundExcepti

Name jdbc is not bound in this Context

2004-10-09 Thread Mauro Romano Trajber
... I'm trying to use Hibernate throung Hibernate Synchronizer Eclipse Plugin, using JNDI. But I keep getting the error: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context What's missing ? - To u

RE: Name jdbc is not bound in this Context

2004-09-09 Thread Allistair Crossley
available and my app works. odd. > -Original Message- > From: Kelly C. Goedert [mailto:[EMAIL PROTECTED] > Sent: 09 September 2004 15:09 > To: Tomcat Users List > Subject: Re: Name jdbc is not bound in this Context > > > I fixed this on the code and it sti

Re: Name jdbc is not bound in this Context

2004-09-09 Thread Kelly C. Goedert
I fixed this on the code and it still didn't work. I put my datasource as a global resource and used than the error stoped. But when it is not global it doesn't, I don't know why. Kelly. Shapira, Yoav wrote: Hi, I'm getting this error " Name jdbc is not bou

Re: Name jdbc is not bound in this Context

2004-09-09 Thread Angel Cervera Claudio
Apologies. My response may be in other thread. I will created a new. Thank's David. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Name jdbc is not bound in this Context

2004-09-09 Thread Shapira, Yoav
Hi, >I'm getting this error " Name jdbc is not bound in this Context" on my >application. My tomcat version is 5.0.27. > >The servlet that is causing this error is trying to access a database >with the following code: > >protected IDatabaseConnect

Re: Name jdbc is not bound in this Context

2004-09-09 Thread David Smith
dPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) El jue, 09-09-2004 a las 15:28, Kelly C. Goedert escribió: Hi, I'm getting this error " Name jdbc is not bound in this Context" on my application. My tomcat version is 5.0.27. The ser

Re: Name jdbc is not bound in this Context

2004-09-09 Thread Angel Cervera Claudio
1Protocol.java:705) > at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) > at java.lang.Thread.run(Thread.java:534) > > >

Re: Name jdbc is not bound in this Context

2004-09-09 Thread David Smith
, 2004 at 10:28:32AM -0300, Kelly C. Goedert wrote: : I'm getting this error " Name jdbc is not bound in this Context" on my : application. My tomcat version is 5.0.27. ? See the Tomcat docs for details. -QM - To

Re: Name jdbc is not bound in this Context

2004-09-09 Thread Angel Cervera Claudio
-2004 a las 15:28, Kelly C. Goedert escribió: > Hi, > > I'm getting this error " Name jdbc is not bound in this Context" on my > application. My tomcat version is 5.0.27. > > The servlet that is causing this error is trying to access a database > wit

Re: Name jdbc is not bound in this Context

2004-09-09 Thread David Smith
l have to restart tomcat to register the change with the common/lib classloader. Use the manager app to restart your context if you change anything in the context definition. --David Kelly C. Goedert wrote: Hi, I'm getting this error " Name jdbc is not bound in this Context" on m

Re: Name jdbc is not bound in this Context

2004-09-09 Thread Kelly C. Goedert
I thought I only needed if I had made the datasource Global. Do I need it even if it is not declared globally? QM wrote: On Thu, Sep 09, 2004 at 10:28:32AM -0300, Kelly C. Goedert wrote: : I'm getting this error " Name jdbc is not bound in this Context" on my : application. My

Re: Name jdbc is not bound in this Context

2004-09-09 Thread QM
On Thu, Sep 09, 2004 at 10:28:32AM -0300, Kelly C. Goedert wrote: : I'm getting this error " Name jdbc is not bound in this Context" on my : application. My tomcat version is 5.0.27. ? See the Tomcat docs for details. -QM -- software -- http://www.brandxdev.net te

Name jdbc is not bound in this Context

2004-09-09 Thread Kelly C. Goedert
Hi, I'm getting this error " Name jdbc is not bound in this Context" on my application. My tomcat version is 5.0.27. The servlet that is causing this error is trying to access a database with the following code: protected IDatabaseConnection getConnection() t

Re: Name jdbc is not bound in this Context

2004-09-02 Thread David Smith
Remove this from your ... definition: You don't need it and it may interfere since you didn't define your data as a global resource. --David Ben Halton wrote: Hi, I am getting the problem : "javax.naming.NameNotFoundException: Name jdbc is not bound in this Context" u

Name jdbc is not bound in this Context

2004-09-01 Thread Ben Halton
Hi, I am getting the problem : "javax.naming.NameNotFoundException: Name jdbc is not bound in this Context" using Tomcat 5.025. I have seen suggested solutions to this problem, none of them seem to work. My web.xml: Oracle Datasource example

Re: Name JDBC is not bound in this context.

2003-08-14 Thread Andoni
: Name JDBC is not bound in this context. Hi, I am getting this error in my log files: name jdbc is not bound in this context and I cannot see any reason why. I have found multiple examples on the web but nobody seems to answer queries about it! My program is using Tomcat 4.0.4 connection pooling an

Name JDBC is not bound in this context.

2003-08-14 Thread Andoni
Hi, I am getting this error in my log files: name jdbc is not bound in this context and I cannot see any reason why. I have found multiple examples on the web but nobody seems to answer queries about it! My program is using Tomcat 4.0.4 connection pooling and seems to be working fine (if a

RE: NameNotFoundException: Name jdbc is not bound in this context

2003-02-18 Thread Chanan Braunstein
D] Subject: NameNotFoundException: Name jdbc is not bound in this context Hi All, I have deployed one app which uses a datasourde "jdbc/mydatasource" . while running the app I got the following exception Naming exception error while connecting to the database : javax.Naming.NameNotFoundExceptio

RE : NameNotFoundException: Name jdbc is not bound in this context

2003-02-18 Thread PALLUEL Sylvie
: [EMAIL PROTECTED] > Objet : NameNotFoundException: Name jdbc is not bound in this context > > > Hi All, > > I have deployed one app which uses a datasourde "jdbc/mydatasource" . > while running the app I got the following exception > > Naming exception error while c

NameNotFoundException: Name jdbc is not bound in this context

2003-02-18 Thread Rejeev Divakaran
Hi All, I have deployed one app which uses a datasourde "jdbc/mydatasource" . while running the app I got the following exception Naming exception error while connecting to the database : javax.Naming.NameNotFoundException: jdbc is not bound in this context What could be went wrong? Thanks i