• 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

jsp issue with appserver jboss 7.1

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

I shifted to appserver from webserver. I'm currently using JBOSS 7.1 appserver for my personal development.
I deployed an .ear file into appserver. Deployment successful.
When I started the server and tried to access my application URL, it is reporting an error that "Unable to compile class for JSP"
I tried to search in the Internet but I haven't found any working solution. Some suggested to use a jar file for jsp compilation, some said we have to add some params.
Not able to understand properly.

My application files:
1.oralib.tld

2. web.xml



3.message.jsp


4.output



Please help me...

Thanks and Regards,
sathish.g.
 
maheedar sand
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I haven't typed another class which extends itself from SimpleTagSupport.
Sorry, for wrong coding skills.


Thanks and Regards,
sathish.g.
 
Ranch Hand
Posts: 108
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the error does seem like its missing jsp jar at runtime. Has ii been added to your project ?.
reply
    Bookmark Topic Watch Topic
  • New Topic