• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Applet not running on site, but run on local server

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

When I run my applet (which is a jar file) deployed on server, I get the following error. BUT when I run the local server, it runs fine.

Applet Code (HTML):
(Actual path is replaced with ...)


Error:


I m using WSAD 5.0 and IE 7. Tried signing the (applet) jar file but did not work. Earlier I tried fileServingEnabled=true in ibm-web-ext.xmi file and it worked for local server.

Any help?
[ January 11, 2007: Message edited by: Hemang Sthankiya ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I assume the applet is in the file eCHAMPS_MESSAGING_APPLET_JAVA.jar. Does that get downloaded from the web server when the applet runs (check the web server access logs)? If so, is the file properly packaged, i.e. the applet class at its top level?
 
I'm gonna teach you a lesson! Start by looking at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic