• 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

Virtualhost / Webgroup not found

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

I am getting a problem with codebase attribute with <jsp lugin> tag
My jsp code is

<jsp lugin type="applet" code="Archiving.localApplet" codebase="/classes/" width="400" height="400" jreversion="jre1.4">
<jsp arams>
</jsp arams>
<jsp:fallback>
<B>Unable to start plugin!</B>
</jsp:fallback>
</jsp lugin>

when this file is running it is giving the error like

OSEListenerDi E PLGN0021E: Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group /classes/Archiving/localApplet.class has not been defined

My applet class file is placed in WEB-INF/classes/Archiving.

What is the problem please guide me.Other than this file my application is working properly.

Please help me.

Thanks
KavithaReddy
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the JSP forum.


Javaranch Tip:
There is a checkbox at the bottom left hand side of the edit screen for disabling the smileys.
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Applet files need to be reachable by browsers,
The WEB-INF dir is not accessible to the web.
 
a wee bit from the empire
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic