You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by atmo argo <at...@psyon.org> on 2002/03/26 23:44:42 UTC

(HELP) where must i put my applets ?


--- atmo argo <at...@psyon.org> wrote:
>i've make a simple applet but i don't know how to make it servlet. what must i do ? where must i put this file?
>_____________________________________________________________

_____________________________________________________________
Run a small business? Then you need professional email like you@yourbiz.com from Everyone.net  http://www.everyone.net?tag

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: (HELP) where must i put my applets ?

Posted by Tom <to...@tomkoufakis.com>.
What do you want to do?

An applet runs on the client machine where as a servlet runs on the server.
The way an applet and a servlet are written is completely different.  If you
want to simply put the applet up on the server (with the corresponding html
file)
you may want to look in your webapps/ROOT directory.

Otherwise if you want to have a servlet you have to write your code as a
servlet.

The first step is knowing what you want, the next is implementing it.

----- Original Message -----
From: "atmo argo" <at...@psyon.org>
To: <to...@jakarta.apache.org>
Sent: Tuesday, March 26, 2002 5:44 PM
Subject: (HELP) where must i put my applets ?


>
>
> --- atmo argo <at...@psyon.org> wrote:
> >i've make a simple applet but i don't know how to make it servlet. what
must i do ? where must i put this file?
> >_____________________________________________________________
>
> _____________________________________________________________
> Run a small business? Then you need professional email like
you@yourbiz.com from Everyone.net  http://www.everyone.net?tag
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>