I would suggest going through the excellent Orion Primer tutorial, at http://www.jollem.com/orion-primer/.  It covers writing a simple servlet and stateless session bean, and how to deploy them to Orion.
 
Jason Boehle
 
 -----Original Message-----
From: cgreen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 13, 2000 7:58 AM
To: Orion-Interest
Subject: Help me about orion serlvet

Hello,i'm a newbie for java and orion
i want to make a new servlet on orion application server
how to do that ?
 
I add the lines at web.xml :
<servlet>
  <servlet-name>FormMail</servlet-name>
  <servlet-class>FormMailServlet</servlet-class>
 </servlet>
and put the FormMailServlet.class to web-inf/classes
then i visit:
http://../FormMailServlet
but get a error
 
How to do that ?
Thanks for any advice.
 
newbie

Reply via email to