Problems with 'ClassPath' and Orion

2000-01-07 Thread Ruud Noordermeer
Hey Guys! I'm new to Orion and am trying to get it running on my W95 system. Until now I cannot access classes outside of the orion environment. It looks like the classpath is not correctly set. When I run one of my test servlets which checks the Java VM it tells me only the 'orion.jar' is on

Re: Emailling

2000-01-07 Thread Ahmed Moustafa
Hello, At http://aast.edu/webmail, you can find a simple web-based email client. It supports POP3 and SMTP. It was built purely using Java Servlets at the server side and HTML + Java Scripts at the client side. If you would like, I may send you a POP3 mail account to able to use it because

Re: EJB w/ different DB's

2000-01-07 Thread Elias Martensson
On Fri, 7 Jan 2000, Magnus Rydin wrote: Foreign keys are good for making sure your data is consistant, for example you cant reference a bank account that does not exist. They are also good for defining delete rules, such as if this order is deleted, make sure all orderrows are deleted too.

Suggestion for classpath problem

2000-01-07 Thread Byron Hawkins
Try adding the classpath as a library-path entry in config/server.xml. I had the same problem, and this entry seemed to make all classes in the library-path entries available to all threads initiated (at some level) by OrionServer. -Original Message- From: Ruud Noordermeer [EMAIL