signoff JSP-INTEREST
Luciano wrote:
> If your bean is in the package email
> and compile into c:\orion\default-site\beans\
> you should have in your classpath:
> c:\orion\default-site\beans\
> not
> c:\orion\default-site\beans\email;
Thanks, I got the code to compile with your suggestion. I have just ran
into an
Sorry guys I am using orion 0.8.1 and not 0.8.2
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 26, 2000 11:54 AM
To: Orion-Interest
Cc: [EMAIL PROTECTED]
Subject: Model View Controller (MVC) Appliction Will Not Compile
Hi,
I wrote a very
Hi,
I wrote a very simple web application (codes below) using the MVC design
pattern and trying to test it on orion 0.8.2
The View
email.jsp (stored in the directory I created --
c:\orion\default-site\html\examples\jsp\email\ )
The Controller
--
EmailServlet.java (in dire
Thanks for your help Klaus. I was able to get orion to start on RedHat
Linux by copying rt.jar from jdk1.2.2/jre/lib directory to orion directory.
Anthony
-Original Message-
From: Klaus Myrseth [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 31, 1999 8:45 AM
To: Orion-Interest
Subject
I have installed orion on my Red Hat Linux machine. I also installed Sun's
JDK1.2.2rc2 for linux and set the path in my .bash_profile file. I copied
the tools.jar file to the orion directory as instructed. But when I try to
start orion using 'java -jar orion.jar' I get the following exception:
j