Where to get JSP?

I'm trying to install Tomcat and JSP for my own use. Where do I get the JSP stuff from Sun? There are a lot of packages and none is clearly marked as the JSP one. Do I need more than one?
I tried J2EESDK-1-4-3-windows.exe but Tomcat couldn't find the JRE file. Where does the JRE get put, and what is it called?

JSP is nothing but HTML with some Java code embedded(java also not necessary.
You can write pure HTML and save it as JSP.
<html>
<body>
Hello
</body>
</html>
The above when saved as .jsp act as JSP .Put the the above code.jsp in WEB-INF folder of Tomcat then start tomcat and type in browser
http://localhost:8080/code.jsp
It will work

Similar Messages

  • Where to get 1.4.2._04 JVM?

    Sun had a maintainence release 1.4.2._04 on March 10, 2004. However, the official download site for 1.4 J2SE (http://java.sun.com/j2se/1.4.2/download.html) still points to the previous version 1.4.2_03.
    What's more confusing is that, when I did a google search on 1.4.2_04 SDK download, google has a "cached" page which DOES point to 1.4.2_04 (the google cache timestamp is March 22). It seems that Sun has published 1.4.2_04 download at one time, but later reverted back to 1.4.2_03.
    Does anybody know where to get official 1.4.2_04 J2SE SDK, or when it will be available for public download? Is it stable?
    Also, I downloaded 1.4.2_04 SDK following Google's cached page:
    http://66.102.7.104/search?q=cache:anGj0_-PWb4J:java.sun.com/j2se/1.4.2/download.html+j2sdk+1.4.2_04+download&hl=en&ie=UTF-8. Is this the official version?
    Anyone with 1.4.2_04 VM experiences please share your opinions.
    Thanks.
    Yan

    Yeah, it was there last week, but it seems to have vanished :-(
    There is a discussion about it's disappearance here:
    http://forum.java.sun.com/thread.jsp?forum=17&thread=506253&tstart=0&trange=15
    And it has been spotted by javalobby too:
    http://javalobby.org/
    http://javalobby.org/thread.jspa?forumID=61&threadID=11985
    I hope Sun clear this up... And I also hope that this is a website problem, not a problem with _04 :-(

  • More info about Jdev 10g, where to get

    Hi all,
    I have done some jDev 10g tutorials for jsp, j2ee, struts. When i started to write some code on my one many problems appeared. So i am interested, where to get info, documentation or how to work with jdev 10g.
    To get questions like :
    -What is diferent between struts action and action data?
    -How to develop with modules? If i'd like to have login, forum, calendar modules and use them in difrent application.
    - ...what can be done with jdev 10g an also how
    Any links or book titles would be fine or suggestions how to learn developing j2ee applications with jdev 10g.
    By the way I am studen who'd like to learn as much as possible to be a good developer for j2ee applications.
    Hope it's not to late.
    Thanks for help

    Check out ADF Data Binding primer on Steve Muench blog
    http://radio.weblogs.com/0118231/2003/09/08.html#a149
    Did you check out the help system in JDeveloper 10g ?
    raghu
    JDev Team

  • Where to get the SSO ticket for a JCO-Connection from?

    Hey All,
    The szenario is, I've got a Java application and I want to connect to a SAP System. For this I want to use SSO. In the documentation of JCO I found this phrase:
    For SSO specify the user to be $MYSAPSSO2$ and pass the base64 encoded ticket as as the passwd parameter.
    Well... Now my question... Where to get this base64 ticket from? The problem is, I'm NOT using WebDynpro, it's a custom application running on client side. Now how to get the needed information? (PSE?)
    It would be great when you could give me a clue.
    Best regards,
    Kristian

    This linksactualy leads to the same place I mentioned where
    it installs the
    player over the Internet
    Another thing is that these players are said to be different
    for different
    browsers which means they are working together with a
    browser. I am looking
    for a player which allows to play SWF file directly, without
    a browser.
    I have such a player installed together with FLASH-8 - I am
    looking for
    such a player
    "DMennenoh" <[email protected]> wrote in
    message
    news:e2qgmu$t5r$[email protected]..
    > Does this help:
    >
    http://www.macromedia.com/shockwave/download/alternates/
    >
    > --
    > Dave -
    > Adobe Community Expert
    > www.blurredistinction.com
    > www.macromedia.com/support/forums/team_macromedia/
    >
    >

  • Cannot a get JSP page instance from a page being destroyed

    We have a J2EE app, using Struts + Tiles (build 1.1-b3), running on Win2KPro, Ora9ias v9.0.3. The application is roles-based, and different users see different versions of the same page based on their role authorizations. Occasionally, when multiple users in different roles are requesting the same page, the app returns the following exception:
    OracleJSP:
    JSP Error:
    Request URI:/fast/WEB-INF/jsp/tiles/layouts/baseLayout.jsp
    Exception:
    javax.servlet.ServletException: Cannot a get JSP page instance from a page being destroyed
         at oracle.jsp.runtimev2.JspPageInstFacade.getInstance(JspPageInstFacade.java:147)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:303)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
         at org.apache.struts.tiles.TilesUtilStrutsModulesImpl.doInclude(TilesUtilStrutsModulesImpl.java:124)
         at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:161)
         at org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:703)
         at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:818)
         at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:467)
         at web2d_inf._jsp._tiles._layouts._baseLayout._jspService(_baseLayout.java:445)
         [SRC:/WEB-INF/jsp/tiles/layouts/baseLayout.jsp:149]
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1033)
         at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:269)
         at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:249)
         at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:303)
         at org.apache.struts.action.RequestProcessor.processActionForward(RequestProcessor.java:401)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at com.gal.fast.portal.web.FastActionServlet.service(FastActionServlet.java:110)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:536)
    All the code in the two custom classes above ( com.gal.fast.portal.web.SessionInitializedFilter and com.gal.fast.portal.web.FastActionServlet ) has been commented out to the point that they are NOOP stubs.
    We only see this with multiple near-simultaneous requests for the same page with differet roles. It smells like a threading issue to me, but I'm no expert (hence this post). Any thoughts?
    --matt

    We have a J2EE app, using Struts + Tiles (build 1.1-b3), running on Win2KPro, Ora9ias v9.0.3. The application is roles-based, and different users see different versions of the same page based on their role authorizations. Occasionally, when multiple users in different roles are requesting the same page, the app returns the following exception:
    OracleJSP:
    JSP Error:
    Request URI:/fast/WEB-INF/jsp/tiles/layouts/baseLayout.jsp
    Exception:
    javax.servlet.ServletException: Cannot a get JSP page instance from a page being destroyed
         at oracle.jsp.runtimev2.JspPageInstFacade.getInstance(JspPageInstFacade.java:147)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:303)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
         at org.apache.struts.tiles.TilesUtilStrutsModulesImpl.doInclude(TilesUtilStrutsModulesImpl.java:124)
         at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:161)
         at org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:703)
         at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:818)
         at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:467)
         at web2d_inf._jsp._tiles._layouts._baseLayout._jspService(_baseLayout.java:445)
         [SRC:/WEB-INF/jsp/tiles/layouts/baseLayout.jsp:149]
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1033)
         at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:269)
         at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:249)
         at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:303)
         at org.apache.struts.action.RequestProcessor.processActionForward(RequestProcessor.java:401)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at com.gal.fast.portal.web.FastActionServlet.service(FastActionServlet.java:110)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:536)
    All the code in the two custom classes above ( com.gal.fast.portal.web.SessionInitializedFilter and com.gal.fast.portal.web.FastActionServlet ) has been commented out to the point that they are NOOP stubs.
    We only see this with multiple near-simultaneous requests for the same page with differet roles. It smells like a threading issue to me, but I'm no expert (hence this post). Any thoughts?
    --matt

  • I have an iphone 2g unlocked for tmobile.  For the past 2 years it has worked fine then out of no where I get this message "your selected cellular network is no longer available" and the service cuts in and out all day.  It can't find tmobile on my phone?

    I have an iphone 2g unlocked for tmobile.  For the past 2 years it has worked fine then out of no where I get this message "your selected cellular network is no longer available" and the service cuts in and out all day.  It can't find tmobile on my phone for some reason but for 2 years previous it could no problem?  tmobile says it is a problem with my phone and not their service.
    Any ideas what to do?

    I would just explain that this just started happening, that nothing has changed on the phone, that it is an original iPhone and I wondered if they are implementing a change in coverage with their Edge network in my area.
    If you restore your phone, you will be given an option to back up your phone at the beginning of the process (see step 6 here: http://support.apple.com/kb/HT1414).  You will be given the option to restore to that backup at the end of the restore process.  Your messages are stored in the backup so restoring to the backup will return the messages to your phone.  Be sure to import your photos and videos to your computer (see http://support.apple.com/kb/HT4083) and back up your contacts somewhere before restoring your phone as these sometimesget lost in the restore process.

  • Where can get version 10 of Elements 10? I have bought a new PC and need to load it.

    Where can get version 10 of Elements 10? I have bought a new PC and need to load it.

    Refer to this:
    Direct Download Links for Adobe Software
    Mylenium

  • How can you get the apple tv to work in a hotel where to get on the wifi you have to still go to a website first and put in your room

    How can you get the apple tv to work in a hotel where to get on the wifi you have to still go to a website first and put in your room?

    Welcome to the Apple Community.
    Unfortunately the Apple TV doesn't have a web browser so you can't do that.

  • Where to get the source code of the owa_cookie.send procedure?

    I want to know where you get the source code of the owa_cookie.send procedure? I can only get the header of this package from ...\RDBMS\ADMIN\pubcook.sql. Could you paste the whole source code here and then I can modify it to set the 'httponly' attribute? I also have a problem that after changing the package, how to use the package I changed? Does it still a system package here? Or it has been changed to an user-defined package in database and I need to execute the package on the database for the web server?
    Thank you!

    Hi Arun,
    I am unable to see the pcui_gp components in the DTR ,I require this in order to get the source code of one of its component.
    Can you please tell me the step by step procedure getting those pcui_gp components from J2ee engine to the  dtr or  NWDI.
    If there are any documents on pcui_gp components exclusively please do forward to my mail id [email protected]
    Thansk and Regards,
    Anand.

  • Where to get the image file of directory and file icon??

    I've wrote a "file chooser" by my self and
    I need different icons to denote directories and
    files. Does anyone know where to get this icons??
    thanks

    use print screen and paste it in paint shop
    cut what you need

  • HT1338 why i'm not able to open pdf files? says i need adobe reader, but not sure where to get it.

    why i'm not able to open pdf files? says i need adobe reader, but not sure where to get it.

    Welcome to the Apple Support Communities
    You can use Preview to open PDFs. Right-click a PDF file and go to Open with > Preview

  • Where to get AS2 MDN xsd or dtd?

    Hi guys!
    I need to configure MDN receiving and as I go through Seeburger documentation, in the last chapter there is a scenario description, however, I don't know where to get xsd or dtd for creating interface for MDN messages. Any ideas?
    Thanx a lot! Peter

    Hi,
    The purpose of the MDN is to acknowledge the receipt of a payload message. An MDN contains machine-readable information on the delivery state of the payload message. E.g., it contains the message digest (MIC) of the payload message as calculated by the recipient. An MDN is optionally signed then the recipient can authenticate the sender of the MDN and check its integrity. A validly signed MDN combined with a valid MIC, reported by the MDN, can be used by the payload message sender to claim “non-repudiation of receipt” (NRR) of the payload Message.
    If the MDNs are processed in the XI system, this flag must be set to “Refer to XI System”. The adapter will then create an acknowledgment report message containing some information on the acknowledged document.Important: In case “Refer to XI System” is selected, a <b>sender channel with message protocol ‘Reports’ and a sender agreement for the generated acknowledgment report messages</b> (refer to the paragraph “Sender Message Channel (Inbound Processing)”) have to be configured. In case of asynchronous MDN mode, an Report channel and Sender agreement always have to be configured also when “Refer to XI system” is disabled!
    Also see section of Document
    <b> Case B: Receiving the Acknowledgment Report (Optional) For this purpose, set the “Handle received MDN” flag of the AS2 channel to “Refer MDN to</b>
    Regards,
    Akshay Jamgaonkar.
    Reward points if find useful.
    Also mark question answered if solved.

  • Where to get the BusinessObjects Enterprise SDK - Java Libraries

    Hi All,
    I have installed the Crystal Report Server XI R2 but where to get the java sdk that I will use in my client j2ee web application?
    These are the folders in my CR Server directory.
    /BusinessObjects Enterprise 11.5
    /Business Objects/common/3.5/java/lib
    It seems that I will get the jar from this folder but what are those jars?
    /Business Objects/common/3.5/java/lib
    What are the list of jars that my client web application used?
    Basically in doing my POC work I need these library imports
    <%@ page import="com.crystaldecisions.sdk.exception.*"%>
    <%@ page import="com.crystaldecisions.sdk.framework.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.managedreports.*"%>
    Thanks in advance.
    Regards,
    Rulix
    Edited by: Rulix Batistil on Nov 4, 2008 11:38 AM

    Hi Rulix
    From the packages that you have included ,it seems that you are using managed RAS SDK for the functionality that you want to implement.
    Here is a listing of the JAR files that you would require in your RAS application. Please note that you would require the enterprise jars and the Crystal connection jars.
    - boconfig.jar
    - cecore.jar
    - celib.jar
    - ceplugins.jar
    - cereports.jar
    - certj.jar
    - cesession.jar
    - ceutils.jar
    - cexsd.jar
    - Concurrent.jar
    - corbaidl.jar
    - CRDBJavabeansServer.jar
    - CRDBJavaServer.jar
    - CRDBJavaServerCommon.jar
    - CRDBJDBCServer.jar
    - CRDBXMLExternal.jar
    - CRDBXMLServer.jar
    - crlov.jar
    - crlovexternal.jar
    - crlovmanifest.jar
    - ebus405.jar
    - freessl201.jar
    - icu4j.jar
    - jaxrpc.jar
    - jrcadapter.jar
    - jrcerom.jar
    - jsafe.jar
    - jtools.jar
    - log4j.jar
    - MetafileRenderer.jar
    - pullparser.jar
    - rasapp.jar
    - rascore.jar
    - rpoifs.jar
    - saaj.jar
    - Serialization.jar
    - sslj.jar
    - u211java.jar
    - URIUtil.jar
    - webreporting.jar
    - xbean.jar
    - xercesImpl.jar
    - xml-apis.jar
    Hope this helps you.
    Thanks
    Soni

  • 8i: where to get on-line docs?

    Does anyone know where to get the on-line docs that usually come
    as part of an Oracle Server install? They don't appear to come
    with Linux download or CD.
    I found the extensive PDF docs in the Technet documentation
    section. They are nice BUT Netscape/Acrobat appears to have some
    problems browsing large PDF files AND I have gotten very use to
    using the HTML based docs that came with my Oracle 7.3.4. I'm
    hoping the equivalent docs are available (or will be available)
    for 8i on Linux.
    Alternatively, if Oracle could produce the PDF's with the
    deliver "page-at-a-time" features enabled the PDF's would be
    easier to use.
    R.Parr
    Temporal Arts
    null

    Thanks For the questions Kmac, and willingness to help.......!
    Answering the Qoestions in order:
    you've had these two working together before? NO
    have you tried resetting the modem? YES
    manage the PPoE settings in network setup? NO (not a clue what that means)
    can you get to the modem set up page? YES (no listing for the ActionTec DSL modem (from Quest))

  • Using PS CS1 & a Canon EOS Rebel T3i. Where to get the plug-in to use camera raw?

    Using PS CS1 & a Canon EOS Rebel T3i. Where to get the plug-in to use camera raw?

    Thank you.
    Windows 7 Starter
    on a Toshiba NB505
    Intel Atom CPU [email protected]
    This is my internet notebook access device.
    My primary system is MS Windows 5.1, with a flat screen crt.
    Does this help?
    Want to use RAW, can't afford to upgrade equipment just yet.
    Thanks again for any guidance offerer
    Michael
    Connected by DROID on Verizon Wireless

Maybe you are looking for