RE: [cgiwrap-users] Problem starting applet from cgi script
Brought to you by:
nneul
From: Neulinger, N. <nn...@um...> - 2002-05-24 13:12:58
|
You probably are referencing the class wrong... From the = scripts/browsers perspective "." =3D=3D ".../cgiwrap/netsaint/", not = "~netsaint/public_html/cgi-bin".=20 Try making sure your class reference is absolute instead of relative. Or = set a BASE HREF=3D"" on your output.=20 -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 > -----Original Message----- > From: osc...@du... [mailto:osc...@du...]=20 > Sent: Friday, May 24, 2002 3:56 AM > To: cgi...@li... > Subject: [cgiwrap-users] Problem starting applet from cgi script >=20 >=20 >=20 > Hi all, >=20 > I have the following problem: A cgi script of mine that=20 > returns an HTML page > containing an applet tag works when using it without cgiwrap,=20 > when using > cgi-wrap it breaks. The browser complains about not being=20 > able to find the > class. >=20 > This is the working link: >=20 > http://10.120.24.20/test/performance.cgi >=20 > note that "test" is a softlink from document root to=20 > ~netsaint/public_html/cgi-bin >=20 > This is the broken link: > http://10.120.24.20/cgi-bin/cgiwrap/netsaint/performance.cgi >=20 > The performance.cgi program is started, but the applet is not started. > Anyone seen this before? >=20 > regards, > Oscar > =20 >=20 >=20 >=20 >=20 >=20 >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D > De verzonden informatie is uitsluitend bestemd voor de geadresseerde > natuurlijke persoon of rechtspersoon en bevat mogelijk=20 > vertrouwelijke en/of > geprivilegeerde gegevens. Met uitzondering van de=20 > geadresseerde persoon is > het niet toegestaan de informatie openbaar te maken, te kopi=EBren, te > verspreiden of anderszins actie te ondernemen op basis van de=20 > informatie. > Indien u de informatie abusievelijk heeft ontvangen, neem dan=20 > contact op met > de afzender en verwijder de informatie uit alle computers.=20 > Dutchtone staat > niet in voor de juiste en complete verzending van de=20 > informatie, noch is zij > aansprakelijk voor de vertraagde ontvangst hiervan. >=20 > The information transmitted is intended exclusively for the=20 > person or entity > to which it is addressed and may contain confidential and/or=20 > privileged > material. Any disclosure, copying, distribution or other=20 > action based upon > the information by persons or entities other than the=20 > intended recipient is > prohibited. If you receive this information in error, please=20 > contact the > sender and delete the material from any and all computers.=20 > Dutchtone does > not warrant a proper and complete transmission of this=20 > information, nor does > it accept liability for any delays. > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 >=20 >=20 > _______________________________________________________________ >=20 > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm >=20 > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users >=20 |