• 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

Problem while loading JSPs into Browser

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
i am using Tomcat 5.0 in my home. i am creating Classic custom tags now.but now i am unable to load jsp that uses the classic tag for getting parent tag information. any new jsp that was created after this jsp are also not working. old jsps are loaded easily.
new jsps taking a lot of time but they are not loaded on browser. logs do not show any errors.

all suggestions welcome

Thanks in advance

Gowda
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello KRK
what do you mean with "they are not loaded"? the jsp don't show nothing? or is there some exception?!
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi KRK Gowda !
You can check valid of all files which you created as TLD, web.xml. You must sure URI contain address which is place to put file TLD. The information in file web.xml also must correct because when TOMCAT started then it would read information config in web.xml. If incorrect then TOMCAT will throw message error.
And let's clear cache of TOMCAT when run your project.

Regards.
 
today's feeble attempt to support the empire
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic