Migrating Application from JSP 1.2 to JSP 2.2 and Servets 2.3 to Servlet 3

Hi,
I have an application which is built on JDeveloper 10.1.3.4.
So it uses default JSP and Servlet Runtime i e, JSP 1.2 and Servlets 2.3 versions.
But i want to migrate my application from those versions to Servlet 3.0 and JSP 2.2.
So i downloaded JSP 2.2 API jar and Servlet 3.0 jars and added to my Application Library.
I even removed JSP runtime and Servlet run time.
Now am unable to compile.
How should i migrate my application from older versions to newer.
Thanks,

a) you learn to use your tools properly
b) you fix what you did wrong
c) you feel smug for having done your job

Similar Messages

  • Is it posssible to lunch one application from the client system using JSP

    Is it possible to Lunch one application from the client system using JSP or Servlet .If it is possible then how can we do that ?
    Thanks in advance
    Sil

    If its a java application - yes. You can use jnlp and web start.
    ram.

  • Migrating application from tomcat 3 to tomcat 5

    Hello everybody,
    Does anyone have information about some kind of manual or tutorial with steps to migrate applications from Tomcat 3 to Tomcat 5??
    Thanks a lot,
    Johnny

    What issues are you having? There have been some important changes between the Servlet and JSP specs between the two but most of these have been additions - nothing that will be too hard to handle.
    Does your application use a database? If so there have been configuration changes between Tomcat 3 and 5 but for that the Tomcat 5 docs are very good at telling you what you need.
    I would start by trying it and see where you get problems. I think it will be easier than you think, depending on how complicated your app is.

  • Does anyone have experience with migrating applications from iAS6.0 SP2 to SP3? Did it go smoothly or are there problems to be expected?

     

    Hi,
    I haven't. But, there are lots of changes from each service packs,
    henceforth you may have to stick to what the documentation says to avoid
    the errors that shoots up. Again, the errors depends upon how you have
    coded your application. Please let me know if you have encountered any
    errors and the messages for me to help you.
    Regards
    Raj
    Peter Clijsters wrote:
    Does anyone have experience with migrating applications from iAS6.0
    SP2 to SP3? Did it go smoothly or are there problems to be expected?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Help needed, M getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem but instead I cannot login I to my itune account.

    Help needed,
    I am getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem , and i triyed it but still  I cannot login I to my itune account. Same message keeping. Popping up,  this problem started supricly today.

    Take a look at the instructions here.
    http://www.technogal.net/2012/03/this-is-not-test-user-account-please.html

  • Migrating info from old Macbook Pro to new  Macbook Pro and old laptop loses charge midway and transferring stops.  After recharging how do I get things going again?

    Migrating info from old Macbook Pro to new Macbook Pro and original laptop loses charge midway thru.  After charging again how do I get things going, do I start from the beginning? 

    Agreed. Don't even think about starting a long, disc-intensive process like that without both machines powered by AC.

  • Problems after  migrating application from 10.1.2 to 10.1.3

    Hi,
    I am encountering the following error while executing the application after migrating it from Jdeveloper10.1.2 to JDeveloper10.1.3. Could you please help me in this regard..
    NOTIFICATION J2EE JSP0008 Unable to dispatch JSP Page : java.lang.NullPointerException
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Message was edited by:
    user491067

    Do you have the problem with all JSP pages, or only a few of them ?
    Does it happen in the Embedded OC4J only ?
    Could you try to deploy your application in the Standalone OC4J and test it from there ?
    I had a similar issue where the Embedded OC4J was unnable to run big JSP pages.
    There was no problem with the Standalone OC4J.
    Hope this helps,
    Didier.

  • Migrating Application FROM Visual Basic

    Hi Everyone,
    I have an application written in Visual Basic (Front End) and SQL Server as the Back End. Now this application should run on the web i.e need to web enable the application.I have coded in Java for sometime now,but I do not have any prior knowledge as to build a Web application from scratch.Can anyone let me know
    how to procced.I would like to use open source like JDK for development.Eclipse for IDE.
    Thanks,
    Supriya.

    First off let's get VB specific -- Are you using Access as a local database and container for your queries? If you are then read on, otherwise, the information already give is excellent and complete enough to get you well on your way.
    1 - You are going to have to conver all of your queries either to SQL and store them in a business layer, or create stored procedures for them on the server. I strongly recomend the stored procedure route to hide any detail of your dataserver as much as possible and supply tighter security for table access.
    2 - Your web server is going to be a significant ralleying point for your data and return HTML generation, you should take that into consideration with your IT staff and how it will affect other applications on that server. (It will probably not have sufficient impact, unless you already have your own dedicated server for this application)
    3 - As mentioned by the others, the Applet/Servlet or JSP/Servlet configuation will serve you very well for your application.

  • Migrating Application from Weblogic to JBOSS

    Hi all,
    I have an requirement to migrate Application running in Weblogic 8.1 to JBOSS, However my biggest problem is i do not have my JSP files and have only JSP converted Class files which are currently decomplied JAVA files and used in place of JSP. While migating to JBOSS my JSP converted JAVA files are erroring out.
    Can any body please help me out. Thanks in advance for the help.

    can be any body help me out with this issue

  • Migrating applications from old PC to new Imac

    Recently upgraded to a new Imac. Was running old PC with Windows XP and had numerous applications installed on my iPhone. How do I migrate these applications to the mac? The computers are networked and shared.
    Any help would be appreciated.
    J

    Right-click one in iTunes, find its location from the Get Info window, and copy the item at that location as well as any others to the new computer, or redownload them from the iTunes Store on the new computer.
    (36370)

  • Mail no longer works after migrating applications from Mountain Lion

    This weekend I bought a Mac Pro 2.1. I upgraded it to Lion then migrated all my files and applications from my iMac (running Mountain Lion). Now the Mail app doesn't work. I can't uninstall it and Software update says everything is up to date. How can I get my Mail app to work again? I guess I've somehow copied the Mail app from the Mountain Lion mac which is why it won't run.

    No unfortunately after the OS  is installed the installer package is removed so you'll need to go through the whole procedure again.
    There is a way to save the installer and make a bootable flash drive you can install off of. You should be able to find the procedure if you search here or on the net.
    regards

  • Link/checklist for migrating applications from Oracle 9i to Oracle 11g?Help

    Hi all,
    We need to perform an impact analysis on migratiing an application from Oracle 9i to Oracle 11g. Does any of you have a detailed checklist to follow, in terms of queries, PL/SQL statements, optimizer etc. etc., when attempting this migration. We require something more specific from the application point of view rather than a DBA point of view.
    Additionally, we have queries written extensively with rule hints. Should there be a special consideration for the same since now we are moving to CBO in 11g
    Even if any one has a link, that would help. Thank you so much!

    Hi Nikhil,
    Thanks Xaheer,You're welcome :)
    I'm going through the link: http://download.oracle.com/docs/cd/E11882_01/server.112/e10819/toc.htm
    But it still mentions stuff from a DBA angle. I need from an application angle.
    Do I need to change my queries taht are current written with RBO? Do I need to change Pl/SQL blocks ?Please refer tech below notes:
    *1)TROUBLESHOOTING: Server Upgrade Results in Slow Query Performance -- 160089.1*
    *2)TESTING SQL PERFORMANCE IMPACT OF AN ORACLE 9i TO ORACLE DATABASE 10g RELEASE 2 UPGRADE WITH SQL PERFORMANCE ANALYZER -- 562899.1*
    Before upgrading your production database, please perform upgrade of test database and do complete testing.
    Hope helps
    Regards,
    X A H E E R

  • Migrating Application from Planning 11.1.2.1 to 11.1.2.2

    Gurus
    I am trying to migrate a Planning application from Hyperion version 11.1.2.1 to version 11.1.2.2. Is there a way that I can use LCM? I have tried exporting the application from version 11.1.2.1 and importing it in 11.1.2.2 but all the forms are being registered as invalid.
    The application also use business rules and LCM gave the following errors:
    Error in migrating artifact, "/Global Artifacts/Business Rules/Global Variables/XXXXX".
    Cannot process artifact (XXXXXX). Unsupported artifact type (Global Variable).
    Since Calc Manager is the only supported tool would this cause the problem with the migration process? If so, how do I migrate the application successfully.
    I saw the upgrade option in the Planning Administration but how is application in the situation.
    Thanks in advance.

    Hi John
    Thank you for this I used the back-end migration and the steps are as follows for those that will need the help:
    1. Create a shell Planning app in 11.1.2.2
    2. Backup the database for the application created above
    3. Synchronize HSS between the source and destination environments (luckily I didn't have to do this)
    4. Take a copy of the database for the source application
    5. Stop the Hyperion Planning service (I stopped all the Hyperion Services to be safe)
    6. Restore the database of the source application on top of the database for the destination application.
    7. Confirm that owner SID for the app is still the same in the destination
    8. Clear the version of the application in the planning database
    9. Start Hyperion services in the destination application.
    10. log into planning and it will ask you to upgrade the application.
    11. Once thats done remember your substitution variables (in Planning), location aliases and the data (exported & imported as text files through EAS).
    Thanks John for the help.

  • How do I migrate applications from old MacBook Pro to a MacBook Air?

    How do I migrate applications such as Word & iWork from my old Macbook Pro running Lion to my new MacbOok Air, running Mountain Lion?
    Thanks for advice. Cheers.

    One way: if you have a backup of your MBP on an external disk which you could connect to your MBA, or you could establish a connection in between the two Macs, you may want to launch the "Migration Assistant" on the MBA. You'll find it in Applications under Utilities. It guides you through the steps and options.
    The other (better) way is re-installing all apps fresh, and best the latest versions and updates to make sure it's all ML compatible. "Purchases" in the App Store are helpful as you simply download and install the latest and greatest again. For MS Word etc you should have the install disks. It's a bit more work but usually worth it.

  • Migrating application from jdk 1.4 to 1.5

    Hi,
    I am planing to migrate my application from JDK 1.4 TO 1.5 . I am also using AJAX4JSF in application.Did anyone encounter any issue after migrating or during the migration to JDK 1.5 ?
    Thanks in advance

    You should be calling wrap() to wrap your keys, not doFinal(), or alternatively initializing your cipher to be ENCRYPT'ing, not WRAP'ing.

Maybe you are looking for

  • IChat Black screen on Windows XP with AIM 5.9

    I am trying to chat with a mac to windows xp with AIM 5.9. I have iChat 3.1.9 (v446) on Tiger 10.4.11. I have turned off my firewall on my computer, running DMZ to my NAT IP and have opened all the necessary ports to my windows user in KY. When I ini

  • Can I use the small 3" 2.6 GB DVD+R DL Disc in the MacBook Pro?

    Well we have some vacation footage from a Sony Handycam that is on a 3" 2.6 GB DVD+R DL disc. Can I feed this in my MacBook Pro Optical drive without it getting stuck in there? Will it read? I'm wanting to edit the footage in iMovie HD if it will wor

  • Error code -13 when building installer

    Hello, I need some help! I am trying to create an installer for my application; which was created with no problems; but I keep getting a message about an error code -13. I'm adding an image of the message since it is a long one. I really don't unders

  • Inplace Upgrade - 2008 R2 to 2012 R2 (with DataProtection Manager installed)

    Hello all, I have a simple question. I have a main file server, that is running on Server 2012 R2 operating system with Deduplication feature switched On, on the main share disk. This file server is supposed to be backed up by Data Protection Manager

  • Disable the dragging of the "group" rows

    We are using the AdvancedDataGrid as a tree dataGrid, using GroupingCollection as the dataProvider. The items in the dataGrid can be dragged, so dataGrid.dragEnabled is set to "true". But by setting dragEnabled to true, all rows seems to be draggeabl