Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 81514 invoked from network); 22 Aug 2000 15:17:38 -0000 Received: from smtp01do.de.uu.net (192.76.144.61) by locus.apache.org with SMTP; 22 Aug 2000 15:17:38 -0000 Received: from mail01.spmv.de ([195.124.228.161]) by smtp01do.de.uu.net (5.5.5/5.5.5) with ESMTP id RAA02863 for ; Tue, 22 Aug 2000 17:17:36 +0200 (MET DST) From: S.Zeeh@spmv.de Received: by MAIL01 with Internet Mail Service (5.5.2650.21) id ; Tue, 22 Aug 2000 17:22:01 +0200 Message-ID: <93EBCD4A26E6D311988700062939904C2152A9@MAIL01> To: tomcat-user@jakarta.apache.org Subject: AW: Problem with applet Date: Tue, 22 Aug 2000 17:21:56 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C00C4C.B7AD2740" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C00C4C.B7AD2740 Content-Type: text/plain; charset="iso-8859-1" Hi, try to use only: HTH, Stephan > Hi all, > > Tomcat with apache. > I have a web application with a servlet (in the myapp/WEB-INf/classes/ > directory) > that calls an applet (in the myapp directory). > When the servlet works, I receive the message: > Applet ../myApplet class ..myApplet could not be loaded (in > my browser) > > And in the error_log of apache I receive the error message following: > File does not exist: /usr/local/apache/htdocs/myApplet.class > > In fact, the sever is looking for myApplet in the > /usr/local/apache/htdocs directory !! > > In my servlet code I have: > out.println(""); > out.println(""); > > And even if I do: > out.println(" width=100 height=75>"); > out.println(""); > > that's don't work... > > Please help me, I can't make it out ! > Thanks in advance > -- > "Il n'y a pas d'etrangers, seulement des amis qu'on n'a pas > rencontres." > (Proverbe irlandais). > > Jean Michel Flambard > jmflamba@club-internet.fr > http://www.multimania.com/jmflambard > ------_=_NextPart_001_01C00C4C.B7AD2740 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable AW: Problem with applet

Hi,

try to use only:

<APPLET CODE=3D"myApplet" = CODEBASE=3D"/myapp" WIDTH=3D"100" = HEIGHT=3D"75"></APPLET>

HTH,

Stephan

> Hi all,
>
> Tomcat with apache.
> I have a web application with a servlet (in the = myapp/WEB-INf/classes/
> directory)
> that calls an applet (in the myapp = directory).
> When the servlet works, I receive the = message:
> Applet ../myApplet class ..myApplet could not = be loaded (in
> my browser)
>
> And in the error_log of apache I receive the = error message following:
> File does not exist: = /usr/local/apache/htdocs/myApplet.class
>
> In fact, the sever is looking for myApplet in = the
> /usr/local/apache/htdocs directory !!
>
> In my servlet code I have:
> out.println("<APPLET CODE=3DmyApplet = width=3D100 height=3D75>");
> = out.println("</APPLET>");
>
> And even if I do:
> out.println("<APPLET CODE=3DmyApplet = CODEBASE=3D$TOMCAT_HOME/webapps/myapp
> width=3D100 height=3D75>");
> = out.println("</APPLET>");
>
> that's don't work...
>
> Please help me, I can't make it out !
> Thanks in advance
> --
> "Il n'y a pas d'etrangers, seulement des = amis qu'on n'a pas
> rencontres."
> (Proverbe irlandais).
>
> Jean Michel Flambard
> jmflamba@club-internet.fr
> http://www.multimania.com/jmflambard
>

------_=_NextPart_001_01C00C4C.B7AD2740--