Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java Open Source > Apache Tomcat
|
Apache Tomcat General discussion of the Apache Tomcat servlet container. For discussions specific to the Professional Apache Tomcat book, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Apache Tomcat section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 1st, 2006, 03:20 PM
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can't access Tomcat Welcome Page

Hi all,

I've installed, configured and started Apache Tomcat 5.5.17. But, i couldn't access the welcome page if i type in "http://localhost/". I'm getting a HTTP Status 500- error message. Following is the error message that i'm getting .... Any help is highly appreciated. (I've installed JDK1.4)


type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: org/apache/jsp/index_jsp (Unsupported major.minor version 49.0)
org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:272)
javax.servlet.http.HttpServlet.service(HttpServlet .java:802)


root cause

java.lang.UnsupportedClassVersionError: org/apache/jsp/index_jsp (Unsupported major.minor version 49.0)
java.lang.ClassLoader.defineClass0(Native Method)
java.lang.ClassLoader.defineClass(ClassLoader.java :539)
java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:123)
java.net.URLClassLoader.defineClass(URLClassLoader .java:251)
java.net.URLClassLoader.access$100(URLClassLoader. java:55)
java.net.URLClassLoader$1.run(URLClassLoader.java: 194)
java.security.AccessController.doPrivileged(Native Method)
java.net.URLClassLoader.findClass(URLClassLoader.j ava:187)
org.apache.jasper.servlet.JasperLoader.loadClass(J asperLoader.java:133)
org.apache.jasper.servlet.JasperLoader.loadClass(J asperLoader.java:65)
org.apache.jasper.JspCompilationContext.load(JspCo mpilationContext.java:596)
org.apache.jasper.servlet.JspServletWrapper.getSer vlet(JspServletWrapper.java:147)
org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:315)
org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet .java:802)


note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to run a page from Apache tomcat hafizmuhammadmushtaq Apache Tomcat 1 April 11th, 2008 03:38 AM
access C#.Net page as action of calssic ASP page mansharma_s ASP.NET 1.x and 2.0 Application Design 6 January 7th, 2008 10:58 AM
Tomcat - Restrict Directory access pradheepayyanar BOOK: Professional Apache Tomcat 0 October 27th, 2006 06:03 AM
Error when changing the default page in Tomcat dogmatix Apache Tomcat 1 April 7th, 2005 03:59 PM
Tomcat JDBCRealm using MS Access ZouK01 Access 0 May 26th, 2004 01:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.