Global Directory
Global Directory
EXPLORE OUR SITES
London Stock Exchange Group
LSEG Data & Analytics
MyAccount
LSEG Perspectives
London Stock Exchange
FTSE Russell
LCH
Contact Us
Home
TR Internal
How to setup Tomcat 6 to display JSP pages?
Binh Bui
Hi,
Could someone give me a hint or suggestion how to set up Tomcat 6 to display JSP page?
I am migrating a web application from Tomcat 5 to Tomcat 6 and I am receiving this error:
=====================================================================================================
HTTP Status 404 - Servlet jsp is not available
--------------------------------------------------------------------------------
type Status report
message Servlet jsp is not available
description The requested resource (Servlet jsp is not available) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.35
=====================================================================================================
Here is the web.xml I have in the web application:
get
com.thomson.west.contech.ordercontrol.service.db.OCDataGet
1
get2
com.thomson.west.contech.ordercontrol.service.db.OCDataGet2
2
madt
com.thomson.west.contech.ordercontrol.charts.Madt
jsp
org.apache.jasper.servlet.JspServlet
logVerbosityLevel
WARNING
3
get
/get
get2
/get2
madt
/madt
jsp
*.jsp
jsp
*.jspx
Thanks,
Binh
Find more posts tagged with
tomcat
refinitiv-internal
Accepted answers
All comments
Ryan Morlok
Hi Binh, is there any other information you could provide such as your web.xml? Also, you might also try stackoverflow.com since the problem isn't likely specific to our internal technology.
Binh Bui
Hi Ryan,
Here is the web.xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
"
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd
">
get
com.thomson.west.contech.ordercontrol.service.db.OCDataGet
1
get2
com.thomson.west.contech.ordercontrol.service.db.OCDataGet2
2
madt
com.thomson.west.contech.ordercontrol.charts.Madt
jsp
org.apache.jasper.servlet.JspServlet
logVerbosityLevel
WARNING
3
get
/get
get2
/get2
madt
/madt
jsp
*.jsp
jsp
*.jspx
Thanks,
Binh
Quick Links
All Forums
Recent Questions
Terms of use
Privacy & Cookie Statement
Cookies settings
Do not sell my info
Whistleblowing
UK Bribery Act
Modern Slavery Act