• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Error accessing application in Tomcat 5

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am facing problems while accessing the application in Tomcat 5.0.28, the same application runs without any problem in Tomcat 4.1.29, When I enter my index.jsp URL in the browser, I get the following error

***********************
javax.servlet.ServletException: javax.servlet.jsp.tagext.TagInfo.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/S
tring;Ljava/lang/String;Ljavax/servlet/jsp/tagext/TagLibraryInfo;Ljavax/servlet/jsp/tagext/TagExtraInfo;[Ljavax/servlet/
jsp/tagext/TagAttributeInfo;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljavax/servlet/jsp/tagext/TagVariable
Info;Z)V
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:244)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)************************************************************


Could anybody let me know what could be the problem due to?

Thanks
John
 
John Vergis
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi... do anybody hv an idea abt fixing this.. pls respond
thx - John
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John, a word of friendly advice. One of the best ways to assure that your post will be ignored is to write things like:

do anybody hv an idea abt fixing this.. pls respond thx



If you want people to take the time to answer, please take the time to type the few extra characters to create complete words.

Unfortunately I don't have any insight onto your problem. Something's obviously amiss in the area of your tag libraries. But I cannot figure out what it is using the info you've given.
[ October 25, 2004: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 1392
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi John,

When I enter my index.jsp URL in the browser, I get the following error
Is the index.jsp referring to the Tomcat main page? Could you able to access http://localhost:8080 ?

Joyce
 
Where all the women are strong, all the men are good looking and all the tiny ads are above average:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic