Re: Deploying applet in a web app

2001-12-02 Thread Craig R. McClanahan
On Fri, 30 Nov 2001, David Vinas wrote: > Date: Fri, 30 Nov 2001 08:44:33 +0800 > From: David Vinas <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Deploying applet in a web app > > I have a web applicati

Re: Deploying applet in a web app

2001-12-02 Thread Nikola Milutinovic
David Vinas wrote: > I have a web application which contains an applet which communicates with > a servlet, and I am having trouble figuring out how to deploy it. > My servlet shares some utility classes with my applet. As per the > Servlet API, the servlet should be deployed in the following

Deploying applet in a web app

2001-11-30 Thread David Vinas
I have a web application which contains an applet which communicates with a servlet, and I am having trouble figuring out how to deploy it. My servlet shares some utility classes with my applet. As per the Servlet API, the servlet should be deployed in the following location: /WEB-INF/classe