Send me your config.xml file in a private email. It is probably just a typo you made in setting up the server and it is listening on a different port or...
config.xml file for ejjbbook in c:\bea\wlserver6.1\config\ejbbook follows: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <?xml version="1.0"...
Yeah, the workbook makes trying to learn EJB/J2EE a lot easier. I'm studying for my Java Architect certification and while I have used WebLogic in the past in...
Hmm... Your config.xml looks fine. When you boot the domain, look for a line like this: <Jan 2, 2002 9:47:49 AM CST> <Notice> <WebLogicServer> <ListenThread ...
Greg Nyberg
greg.nyberg@...
Jan 2, 2002 3:57 pm
60
I changed the confix.xml, adding the specified port and ip address. I get the following out from weblogic: <<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...
I'm trying to deploy the 4_1 example. The build.xml file is not including the .jsp pages in the titanejb.jar file so there is no jar file to use in deploying...
i follow the steps of P36-P37 ,but cann't start the ejbbookdomain! the startweblogic.cmd : @echo off @rem This script can be used to start WebLogic Server....
This problem occurred to me a twice. After starting weblogic, I get the following message repeatedly: <Dec 1, 2001 1:13:03 AM IST> <Info> <HTTP> <[HTTP...
Do you have any sort of automatic backup software running on the system that might be "touching" the REDEPLOY file in the titanapp/META-INF directory ...
Several of the examples create additional classes, such as CheckDO in example 12_1. While the examples in the Workbook compile, deploy and execute correctly,...
My typical technique, and the technique used in the workbooks, is the use of the <support> nested element in the <ejbjar> task in the build.xml file. From the...
The <support> nested element worked very well. Thank you much for your help. -KM ... From: Greg Nyberg To: weblogic-workbook@yahoogroups.com Sent: Monday,...
Hi, I am getting this wierd NoInitialException when trying to run the Client_51.java file. But when i try to run the Client_51.jsp it works absolutely fine....
Did you use "setenv" to ensure the classpath is set properly before running the client program? Did you build and deploy Exercise 4.2 successfully first? Do...
Maybe I missed it but I had to change the PAYMENT table name and all columns to lowercase to get exercise 13_1 to work for me. By the way - this is one...
I decided to try the workbook examples using the free McKoi java database. McKoi excels in it's simplicity. Trivial to install and configure. I had *no*...
Thanks very much for you swift reply. I'm so very sorry that it took me so long to get back to you. Anyway, after a week or so, without changing anything,...
Thank you for the kind comments! What DBMS are you using? The raw SQL statement in PaymentProcessorBean.java does specify lowercase table and column names: ps...
Greg Nyberg
greg.nyberg@...
Jan 24, 2002 3:20 pm
80
Look in the "Optional Tasks" section. See: http://jakarta.apache.org/ant/manual/index.html Click on "Optional Tasks" on the left side, then "EJB Tasks". The...
Greg Nyberg
greg.nyberg@...
Jan 24, 2002 3:22 pm
81
... Naa - thanks for the workbook! ... PaymentProcessorBean.java ... I've been using the McKoi (http://mckoi.com/database) database for all of the exercises....
Hi, I have 2 questions for you guys. First Question) I am trying to run the Client_81.jsp, which intially creates the customers and assigns addresses that are...
any idea which training institute is good in offering EJB+WEBLOGIC training in India , chennai...
mrafeeq@...
Jan 25, 2002 4:27 am
84
I am trying to set up the book database and the workbook says that the bookdb.jar file is found on the download site....I ould not find it...can you please...
Hi, Here is the address: http://www.oreilly.com/catalog/entjbeans3/workbooks/index.html Ekrem ... __________________________________________________ Do You...
The bookdb.jar file (containing a blank, ready-to-use Cloudscape database) somehow got removed from the main download file the last time I built it.. Sorry! ...