-----Urspr��ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von cgreen
Gesendet: Mittwoch, 13. Dezember 2000 14:58
An: Orion-Interest
Betreff: 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

try adding this to your web.xml

<servlet-mapping>

        <servlet-name>FormMail</servlet-name>

        <url-pattern>/FormMail</url-pattern>

</servlet-mapping>

 

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