Johnny Belab

Greenhorn
+ Follow
since Oct 05, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Johnny Belab

Hello,

I would like to implement thereadpool where tasks are executed in the order
they appear to thereadpool, not with any priorityvalue.

It PriorityQueue class that comes with J2SE 5.0 that right choice?
Or are there any better choices?

Cheers!
18 years ago
Can anyone give any samples where icons (large, small) that are defined in Web.xml can be used?

Cheers!
18 years ago
What actually uses icons (jpg, gif) that are defined in Web Applications
web.xml file?

Am I rigth that it is not same as 'favicon' that is defined with html's link
tag?

Cheers!
18 years ago
Hello!

How should I implement a class that would write data (e.g. logging data)
asynchronously to database using JDBC?

I'm using J2SE 1.4 and 1.5.


Cheers!
Hello,

Are there any any asynchronous logging tools that can write logging data
to database?

What would be easiest way to implement asynch jdbc wriring by myself,
any samples around?

Cheers.
Yep, that was the problem. But I solved it with NetBeans 4.1 documentation
like I mentioned it in topic
https://coderanch.com/t/85458/Tomcat/create-connection-pool-tomcat
18 years ago
Hello I had a same War with Tomcat. Did'n get any answers.
After playing with NetBeans 4.1 and it's build in Tomcat I noticed an article in www.netbeans.org.

I did as that article said and I finally got it working.

See URL
http://www.netbeans.org/kb/41/using-netbeans/dbconn.html

and see those database and connection pool chapters.

It helped me maybe you get some help from it too.

Cheers!
18 years ago
I'm trying to use Tomcat's (5.5) Datasource using Oracle database.
I have copied oracle drivers to /common/lib directory, defined datasource to
server.xml and web.xml but still comes "Cannot create JDBC driver of class '' for connect URL 'null'"
What this actually means? How to get this working..
Cheers!
18 years ago
Why defining Datasource to Tomcat is so hard...
I have tried couple of different ways to do it but it does not work.
Could someone please tell how to define e.g. Datasource in Tomcat 5.5.x that supports Oracle.

Doing it it in the way Tomcat's documentation says does not work.
I have also tried to define it to NetBeans 4.1 embedded Tomcat but it does not work either.

I would be very pleased to have information or sample configurations.

Broost!
18 years ago
Hello,

Could someone tell me what jdbc drivers I should use to have good NLS
support in my web application using Oracle Database 10g?

Oracle have orai18n.jar library but how is it used?
Is it a utility library used with other driver or what?

Could someone please tell me,

I'm using JDK 5.0.

Cheers!
So, name is changed. Does anyone know what comes to the question?
What Oracle's JDBS drivers I should use if I wanted to good NLS support
to database operations?
Hello,

Could someone tell me what jdbc drivers I should use to have good NLS
support in my web application using Oracle Database 10?

They have orai18n.jar library but how is it used?
Is it a utility library used with other driver or what?

Could someone please tell me,

I'm using JDK 5.0.

Cheers!