Hi,
I'm trying to get Jonas to work for remote applications.
1. So far I have copied all the jars into my web server classes
directory.
2. Started rmiregistry after I "unset CLASSPATH"
3. Started the server where I have the property files and ser files

Here is the script

APPS=/home/devadm/app
CODEBASE=http://maxwell/classes/
JONAS=${APPS}/jonas_jdk1.2
JAVA=${APPS}/linux/jdk-1.2.2

# path for java
export PATH=${PATH}:${JAVA}/bin

ROOT=/local/httpd/html/classes
CLASSPATH=${ROOT}/816classes12.zip:${ROOT}/jta-spec1_0_1.jar:${ROOT}/jndi.jar:

${ROOT}/providerutil.jar:${ROOT}/rmiregistry.jar:${ROOT}/ejb.jar:${ROOT}/jdbc2_0-stdext.jar:

${ROOT}/jonas.jar:${ROOT}/:.

echo "Starting EJBServer"
java -Dinstall.root=${JONAS} -Djava.rmi.server.codebase=${CODEBASE}
-classpath ${CLASSPATH} org.objectweb.jonas.server.Server

This seems to work pretty good but I get the following.

Starting EJBServer
JOnAS - Version 1.5
JDBC DataSource jdbc_2 is mapped on Oracle2.properties
     Cannot read Session Deployment descriptor UserImpl.ser

How do I tell the server where to find the Serialized deployment
descriptors?
I tried putting them in various places and adding classpath to them with
no avail.

Any help would be appreciated.

Thanks,
Eric

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to