javax.naming.NamingException is in orion/jndi.jar.  Are you running on NT?
If so, make sure that ejb.jar is in the classpath in the user environment,
because the system environment is not used.  In any case, you will need to
get java to load classes out of the jars for other situations.

Byron

-----Original Message-----
From: Nilesh Kalinkar <[EMAIL PROTECTED]>
To: Byron Hawkins <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, January 25, 2000 11:04 PM
Subject: Re: how to run ejb and jsp examples with orion0.8.2


>Hello,
>
>Thanks for solution.
>Now i can run jsp samples, but still i am not able to
>run ejb cart example.
>when i tried to run it (java CartClient), i was
>getting NoClassDefFoundError
>javax.ejb.CreateException, I have already specified
>classpath for ejb.jar , still i unzip ejb.jar & copied
>it in my cart directory. Now i am getting
>NoClassDefFoundError javax.naming.NamingException.
>Please tell me how to run this ejb cart example.
>
>Thanks
>Manisha
>--- Byron Hawkins <[EMAIL PROTECTED]> wrote:
>>
>> 1) Uncomment the <ejb-jar> tags in config/ejb.xml
>> 2) Uncomment the <jms-config>, <ejb-config>, and
>> <rmi-config> tags in
>> config/server.xml
>> 3) Close the comment on line 16 of
>> config/server.xml:
>>     <!-- RMI-server config link, uncomment to
>> activate the RMI service
>> 4) Uncomment the <web-app> entries in
>> default-site/web-site.xml
>> 5) Uncomment the <data-source> tags in
>> config/data-sources.xml, and adjust
>> the values for your database (and make sure the db
>> is running)
>> 6) Remove the status="deactivated" parameters from
>> config/principals.xml.
>> If you get a mysterious login page in the demos, it
>> refers to these <user>
>> entries.
>>
>> I think that's it.
>>
>> Byron
>> [EMAIL PROTECTED]
>> www.oz.net/~bhawkins
>>
>> -----Original Message-----
>> From: Nilesh Kalinkar <[EMAIL PROTECTED]>
>> To: Orion-Interest <[EMAIL PROTECTED]>
>> Date: Monday, January 24, 2000 11:37 PM
>> Subject: how to run ejb and jsp examples with
>> orion0.8.2
>>
>>
>> >Hello,
>> >
>> >I am new to EJB as well as orion. I tried but i am
>> not
>> >able to run any of EJB & JSP examples came with
>> orion.
>> >Please help me.
>> >
>> >Manisha
>> >
>> >
>> >__________________________________________________
>> >Do You Yahoo!?
>> >Talk to your friends online with Yahoo! Messenger.
>> >http://im.yahoo.com
>> >
>>
>>
>>
>__________________________________________________
>Do You Yahoo!?
>Talk to your friends online with Yahoo! Messenger.
>http://im.yahoo.com
>

Reply via email to