One draw back that I heard about JProbe that it is very slow. I don't know details of why but what I was told is, when you run Weblogic with JProbe, for some...
jprobe can attach to a running instance of wls. the execution speed depends somewhat on the granularity of your data collection. ... From: Hamro, Malik...
Hi All, I have a very important question about the Jsp/Servlets specs. Can you stop and start a servlet/jsp without rebooting the Application Server, Servlet...
Hi All, I have a very important question about the Jsp/Servlets specs. Can you stop and start a servlet/jsp without rebooting the Application Server, Servlet...
Think that depends on the container. For example Sybase EAServer lets you refresh a Web Application - of course that refreshes all of the servlet/Jsp in that...
Dixon, This is an area I think is not specified by the spec. Vendors try do some value addition here to stand out from the crowd, hence it depends on the ...
http://www.eweek.com/article/0,3658,s=701&a=24795,00.asp April 1, 2002 Sun Builds Out Java Tool Sets By Darryl K. Taft SAN FRANCISCO--Sun Microsystems Inc. is...
The next session is scheduled for Monday evening April 8 from 6:30 - 9:00 at the Logicon building off of the Weihle Ave. exit. The directions to the Logicon...
We would like to remind you of this upcoming event. Enterprise SIG Meeting Date: Tuesday, April 9, 2002 Time: 6:00PM - 9:00PM EDT (GMT-04:00) The Enterprise...
novajug@yahoogroups.com
Apr 2, 2002 10:17 pm
2933
http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&STORY=/www/story/04-02-2002/0001698074&EDATE= Unicode for Mathematics and Technical Publishing Version...
I'm early in the design phase of a web application that will use 2.0 CMP Entity beans on the back end to interface to an existing and large (i.e. no chance...
... window. The Oracle JDBC drivers specifically talk about using multiple username/password combinations and how it affects connection pooling. My ...
wls datasources reference connection pools which have a username/pwd specified. are you saying that the oracle jdbc driver allows you to perform additional...
also, like the original question, how do you tell the container to talk to the driver to do this authentication? ... From: Vago, Steve Sent: Wednesday, April...
... I believe that you need to use Oracle's implementation of PooledConnection. When creating the pool, you choose between a single username/password or ...
sounds like this is something that is perhaps specific to the oracle app server. i don't know of any way in wls to have the container declaratively reference...
you can create dynamic connection pools using Weblogic 6.1. you can pass the username and password at the runtime when you actually create the pool (it uses...
Greg, Here's an idea you can consider. Run time User Id and Password obviously destroy pooling. But if you must use this for authentication, you can use a ...
if you want to use Oracle Connection pooling class ( if you are doing Readonly stuff, you better off using OracleConnectionCache which caches the connections)...
it is true that you can create dynamic connection pools. i don't know that it really gives much scalability. The scalability benefits of connection pooling...
We are looking for several senior System Integration Specialists; if you are interested please send your resume to dsingh@... BY MONDAY 9/4/02, NOON,...
We have an J2EE app that we want to archive up into a single .ear file. However, part of our app are some 3rd party components (JSPs, EJBs, etc.). Their...
David, Please look at the following message in the archive. It worked for JBoss and Weblogic and it is based on the J2EE specification. I never tried a...