Who is a guest and who is a user?

2000-08-28 Thread Rick Bergami
Hi, I recently deployed and application on my local machine that involved a simple servlet creating a simple session bean and everything worked fine. I then moved the application to another machine and tried to do the same thing (connect to that ip from a browser on my machine) but I got the foll

How to: Creating and Deploying Entity Beans using cmp

2000-08-23 Thread Rick Bergami
This is a very simple example and I'm sure can use alot of work: Deploying Entity Beans: First I would follow the orion primer located at http://www.zdnerd.demon.nl/orion-primer and set up a session bean. Most of the instructions following assume you have this application setup with the same di

No datasource found. PLEASE HELP going crazy

2000-08-22 Thread Rick Bergami
Hi, I have set up my data-sources.xml file correct (I think). And I'm able to get connections from the connection pool using reguler objects, but when I try to deploy my Entity bean using cmp I get the following error: Auto-deploying orion-primer-ejb.jar... Error compiling file:/D:/orion-primer/

Can't start server with SSL (PLEASE HELP)

2000-08-18 Thread Rick Bergami
I seemed to have tried everything to get ssl to work but the server won't start with my keystore. Here is what I do (using jdk1.3): keystore -genkey -keyalg "RSA" -keystore keystore -storepass 123456 -validity 360 keytool -certreq -keyalg "RSA" -file www.pawnbroker.com.csr -keystore keystore past