• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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?
 
It's a beautiful day in this neighborhood - Fred Rogers. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic