Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7521595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:16:24+00:00 2026-05-30T02:16:24+00:00

So the .jsp page is an animated ad, it will do its animation then

  • 0

So the .jsp page is an animated ad, it will do its animation then wait two seconds and redirect user to another page.

Everything seems to be working fine using my localhost but when we push the project out to stage(testing) environment, the jsp page would just display the source code rather than the animation that i wanted.

Any ideas on why this could happen?

Here is my code:

   <filter>
        <filter-name>SplashPage</filter-name>
        <filter-class>com.pinksheets.common.web.filter.SplashPageFilter</filter-class>
    </filter>

    <filter>
        <filter-name>RunAd</filter-name>
        <filter-class>com.pinksheets.common.web.filter.SplashAdFilter</filter-class>
    </filter>


    <filter-mapping>
        <filter-name>RunAd</filter-name>
    <url-pattern>/home</url-pattern>
    </filter-mapping>

    <filter-mapping>
        <filter-name>SplashPage</filter-name>
        <url-pattern>/splash</url-pattern>
    </filter-mapping>

The .jsp page is just a regular page with a short animation

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta http-equiv="X-UA-Compatible" content="chrome=1">
        <meta name="viewport" content="user-scalable=yes, width=900px" />
        <title>New Security</title>           
    </head>
    <body>
        <div style="margin: auto; width: 900px">
        <div id="otcani2_hype_container" style="position: relative; overflow: hidden; width: 900px; height: 650px;">
        <script type="text/javascript" src="splashPage/otcani2_hype_generated_script.js?42496"></script>
            </div>
            <!-- end copy -->
        </div>
    </body>
</html>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T02:16:25+00:00Added an answer on May 30, 2026 at 2:16 am

    So, the JSP is not parsed at all? Is it only that particular JSP or does it also affect all other JSPs?

    At least, this kind of problem can have 2 common causes:

    1. The servletcontainer’s builtin JspServlet was not invoked during the HTTP request. It’s by default configured on an URL pattern of *.jsp (and *.jspf and *.jspx). You need to make sure that your JSP file has really the .jsp extension and that you haven’t overriden it in your webapp’s web.xml. But this problem would then have affected all JSPs in your webapp and not only a particular one.

    2. There’s a proxy server (like Apache HTTPD with mod_jk) in front of JBoss server which is not properly handling the HTTP request in question. It has loaded the JSP straight from JBoss’ deploy folder instead of proxying (passing) the whole HTTP request to it. This is an issue which the responsible serveradmin has to look at. Contact him/her when you’re unsure.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a JSP page that will display the exact content of another web
I have a jsp page with two radio tags. The page contains a struts2
iam having a jsp page Index.jsp which accept a only unicode string as its
I has a jsp page (index.jsp) with a form with two text fileds username
I currently have a JSP page with a Form for the user to enter
This is my jsp page (which is a modal page to another jsp page
In my jsp page i have one text box and two combo box. An
I have a JSP page which loads another jsp page's content which is working
I have a jsp page. if a user enters a certain text a ajax
I want my JSP page to include another page based on a value in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.