hi all i have a doubt in creating the startup and shutdown java program. i have compiled the sample startup program and it is compiled successfully. But i...
Hmm.. Class not found error = Class file not in classpath. Look at your startweblogic.cmd script, modify it to include some directory in the CLASSPATH during...
Greg Nyberg
greg.nyberg@...
Jun 27, 2002 2:00 pm
250
Hi, I am unable to view the JNDI Tree . I have deployed the titanejb.jar as explained in the Workbook. When i clicked the view JNDI Tree i got the following...
Dear Friends, How are u. Hope ur work is going fine. Then i am working with windows2000/weblogic5.1/ejb1.1/Sql7.0. I am trying to run the examples in the...
Did you deploy the titanejb.jar correctly? Check whether your JAR file is located at \bea\wlserver6.1\config\titan\applicatons as well as check whether your...
While trying to deploy a CMP entity bean I am getting the following error. "The DataSource with the JNDI name: STSDataSource could not be located. Please...
Look through the log messages during server boot up. The DataSource probably isn't available because its underlying JDBC pool didn't initialize properly. Make...
Greg Nyberg
greg.nyberg@...
Jul 3, 2002 2:30 pm
255
Hello, Can anyone help me to understand this problem ? In TravelAgentBean : The Bean Class program has a function called getInitialContext(). However, I could...
I ordered the book over a month ago from Amazon. I just got a message that the book is unavailable and they closed my order. Where else can I get the book? The...
Some local bookstore have it, i just bought 2 copies from Singapore mwilk17 wrote:I ordered the book over a month ago from Amazon. I just got a message that...
The book is in limbo right now as it transfers ownership from Titan Books to a different publisher. It may be a couple of months before you can buy it again...
Greg Nyberg
greg.nyberg@...
Jul 9, 2002 1:37 pm
259
Greg, Is there any way to get a printable copy of the pdf? Thanks. Marc ... Books to ... buy it ... message ... http://docs.yahoo.com/info/terms/...
Hi mwilk17, The downloadable copy at www.theserverside.com is not printable, unless if somebody uses a PDF password recovvery software to unlock the file, but...
Hi, This is ravi.I'm new to weblogic 6.1.I was not able to access the database from JSP by means of connection pooling.But i'm able to access in normal manner...
Contact your local BEA office if available, otherwise just download it. Goto www.bea.com and lookup their international office if you are outside USA Adnan...
Hi all, I was going through the mails send by the group members, it seems that I will be able to get a suitable solution to my problem. well I have the...
Hi, Is there any group created for Jboss server . In the work book it is mentioned that there is a group called jboss-workbook@... . But i am unable to...
Hi, I have WebLogic 5.1 and i am getting the java.lang.ClassCircularityError in WebLogic5.1 when i tried calling a class file in a JSP. Please help me.. Thanks...
The key important thing you must configure inside the properties file is the WL_HOME that specify the home directory of your Weblogic server. Also you need to...
Make sure your Oracle JDBC driver classpath is set inside your classpath and double check the ConnectionPool driver class name. k_sasanka wrote:Hi, I have...
Contact your local weblogic office, or download a copy of Trial from their website, burn it into a CD Adnan Siddiqui wrote:Hi Experts,Does Anyone know, How to...
Hi Gigs, Thanks for the enlightment, but now I am facing this problem Please tell me where to place my custom servlet and jsp's in weblogic, I have been able...
This could be your applications.xml and web.xml did not configured correctly, applications.xml can be found under your applications\DefaultWebApp\META-INF, and...