| Author |
Error accessing application in Tomcat 5
|
John Vergis
Ranch Hand
Joined: Feb 24, 2004
Posts: 59
|
|
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
Joined: Feb 24, 2004
Posts: 59
|
|
hi... do anybody hv an idea abt fixing this.. pls respond thx - John
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
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 ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Joyce Lee
Ranch Hand
Joined: Jul 11, 2003
Posts: 1392
|
|
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
|
 |
 |
|
|
subject: Error accessing application in Tomcat 5
|
|
|