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" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 26, 2002 5:44 PM Subject: (HELP) where must i put my applets ? > > > --- atmo argo <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] from Everyone.net http://www.everyone.net?tag > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
