Does JServer Support JSP

Does Oracle 8i with JServer support JSP, and if it does not can we use Apache Tomcat and Oracle 8i.

John,
We are working with the Apache/Tomcat/JServer architecture right now, and haven't ironed out all the wrinkles, but are making progress. This is a test system, not production, so we don't yet know what the performance issues are but it should be possible. Oracle Support says they support deployment to Tomcat 3.0 and Apache 1.3.9
I have a follow on question to this thread. Running with Tomcat and EJB leads to two JVMs running, with performance issues. Deploying JSPs to JServer will help us overcome part of this barrier, but our architecture also employs a servlet Command Pattern to handle Application Logic, while the BC4J deployed as an EJB handles business rules. Will we be able to deploy the servlet to JServer in the future as well? Thanks

Similar Messages

  • Does JServer support EJB/Entity beans

    What version of JServer lives in the following applications, and does it support EJB/Entity Beans or when will it.
    8.1.5 OAS
    8.1.5 8i
    8.1.6 OAS
    8.1.6 8i

    Check out the following link for details about the Beta Program: http://technet.oracle.com/products/oracle8i/java_beta/index.htm
    New features that will be available in the Beta include support for Entity Beans, and support for Servlets. It also includes JServer Accelerator (JServer's Native Compiler).

  • Does apex support any server side JSP or PHP?

    I have the folowing script that is used to save flash files as images. I am hoping there is some way to make these serverside calls from within apex.
    <%@ page import="java.io.OutputStream"%>
    <%@ page import="java.awt.Color"%>
    <%@ page import="java.awt.Graphics"%>
    <%@ page import="java.awt.image.BufferedImage"%>
    <%@ page import="javax.imageio.ImageIO"%>
    <%
         //Decoded data from charts.
         String data="";
         //Rows of color values.
         String[] rows;
         //Width and height of chart.
         int width=0;
         int height=0;
         //Default background color of the chart
         String bgcolor="";
         Color bgColor;
         //Get the width and height from form
         try{
              width = Integer.parseInt(request.getParameter("width"));
              height = Integer.parseInt(request.getParameter("height"));     
         catch(Exception e){
              //If the width and height have not been given, we cannot create the image.
              out.print("Image width/height not provided.");
              out.close();
         if(width==0 || height==0){
              //If the width and height are less than 1, we cannot create the image.
              out.print("Image width/height not provided.");
              out.close();
         //Get background color from request and set default
         bgcolor =request.getParameter("bgcolor");
         if (bgcolor==null || bgcolor=="" || bgcolor==null){
                   bgcolor = "FFFFFF";
         //Convert background color to color object     
         bgColor = new Color(Integer.parseInt(bgcolor,16));
         //Get image data  from request
         data = request.getParameter("data");
         if(data==null){
              //If image data not provided.
              out.print("Image Data not supplied.");
              out.close();
         try{
              //Parse data
              rows = new String[height+1];
              rows = data.split(";");
              //Bitmap to store the chart.
              //Reference to graphics object - gr
              BufferedImage chart = new BufferedImage(width,height,BufferedImage.TYPE_3BYTE_BGR);
              Graphics gr = chart.createGraphics();
              gr.setColor(bgColor);
              gr.fillRect(0,0,width,height);     
              String c;
              int r;
              int ri = 0;
              for (int i=0; i<rows.length; i++){
                   //Split individual pixels.               
                   String[] pixels = rows.split(",");               
                   //Set horizontal row index to 0
                   ri = 0;
                   for (int j=0; j<pixels.length; j++){                    
                        //Now, if it's not empty, we process it                    
                        //Split the color and repeat factor
                        String[] clrs = pixels[j].split("_");     
                        //Reference to color
                        c = clrs[0];
                        r = Integer.parseInt(clrs[1]);
                        //If color is not empty (i.e. not background pixel)
                        if (c!=null && c.length()>0 && c!=""){          
                             if (c.length()<6){
                                  //If the hexadecimal code is less than 6 characters, pad with 0
                                  StringBuffer str = new StringBuffer(c);
                                  int strLength = str.length();
                                  for ( int p = c.length()+1; p <= 6 ; p ++ ) {
                                            str.insert( 0, "0" );
                                  //Assing the new padded string
                                  c = str.toString();
                             for (int k=1; k<=r; k++){     
                                  //Draw each pixel
                                  gr.setColor(new Color(Integer.parseInt(c,16)));
                                  gr.fillRect(ri, i,1,1);
                                  //Increment horizontal row count
                                  ri++;                              
                        }else{
                             //Just increment horizontal index
                             ri = ri + r;
              //Returns the image
              response.setContentType("image/jpeg");
              response.addHeader("Content-Disposition", "attachment; filename=\"FusionCharts.jpg\"");
              OutputStream os = response.getOutputStream();
              ImageIO.write(chart, "jpeg", os);
              os.close();
         }catch(Exception e){
              //IF the image data is mal-formatted.
              out.print("Image data is not in proper format.");
              out.close();
    %>

    NO, APEX does NOT support running jsp or PHP scripts..
    Thank you,
    Tony Miller
    Webster, TX

  • Does WL 9 support JSP 2.1?

    Hi,
    I am writing a web application using Apache's MyFaces. I'm told to use MyFaces 1.2.4 my servlet container must support JSP 2.1 and Servlet 2.5 implementations. Does WebLogic 9.2.2 (Solaris 9), the server I'm running, support these?
    Thanks, - Dave

    Hi Dave,
    WLS 9.2.2 Supports the following :-
    J2EE Servlet 2.4, 2.3, and 2.2
    J2EE JSP 2.0, 1.2, and 1.1
    Details, Link:[http://e-docs.bea.com/wls/docs92/notes/new.html#wp1064437]
    Hope this helps :)
    Regards.

  • Does Weblogic Express support JSPs

    Does Weblogic Express support JSPs?
              

    Yep!!
              Kumar
              Bryan Boyer wrote:
              >
              > Does Weblogic Express support JSPs?
              

  • Does weblogic server supports JSP tag pooling

              We use lot of Custom Tags in our app, we want improve the performance of JSP pages.
              Does Weblogic JSP engine supports JSP Tag Pooling similar to what JASPER (Tomcat
              JSP Engine) supports.
              If not, is there any way to plug-in my own Tag Pooling classes into JSP Engine.
              Thanks
              Ramesh
              

    This type of questions are appropriate for the Forms discussion forum.
    raghu

  • JServ support of servlet 2.0

    Hi,
    we are trying to share session data between a servlet and a jsp , the former calling the latter , but we are not allowed to do a dispatch to the jsp(requestdispatcher.forward..ect ..) which would allow me get session data set in the servlet ,
    as jserv(9iAS 1.0.2.2) does not support servlet 2 spec.
    so we are redirecting(response.sendredirect.............ect) the jsp which does not allow session sharing (data).
    can anybody suggest a solution for the above?????????
    Karthik

    Yes, we intend to support all of servlet 2.3.
    mark
    patrice thiebaud wrote:
    As far as support of Servlet 2.3 is concerned, the 6.1 documentation
    only mentions implementation of :
    - Filters
    - Application Events and Listeners.
    Will 6.1 GA fully support the other changes brought by Servlet 2.3 ?
    Thanks in advance.

  • I am told that my browser does not support iframes when trying to access a web site.

    This is Google's cache of http://sitetrail.com/askearth.com. It is a snapshot of the page as it appeared on Sep 19, 2010 10:44:02 GMT. The current page could have changed in the meantime. Learn more
    Full version These search terms are highlighted: history askearth com
    * Contact Us
    SiteTrail - Website News and Analysis
    * Business
    * Dev & Design
    * Entertainment
    * Mobile
    * Social Media
    * Tech
    Search in SiteTrail askearth.com (visit site) This data was last updated 6 months ago (update data).
    Site Profile Estimated Value: $5,582.16 USD Estimated Revenue: $7.60 USD per day $227.90 USD per month $2,772.81 USD per year Estimated Pageviews: 3,355 per day 100,648 per month 1,224,551 per year Alexa Rank: #447,581 Google Index: show google links Yahoo Index: show yahoo links Bing Index: show bing links History: show history Site Title: Interesting Questions - AskEarth Site Traffic
    Site Server Server IP Address: 140.174.79.37 Server IP Decimal: -1934733531 Server IP Location: Pordenone, Friuli-Venezia Giulia, Italy
    Your browser does not support iframes. Whois Information Welcome to the Network Solutions(R) Registrar WHOIS Server.
    The IP address from which you have visited the Network Solutions Registrar WHOIS database is contained within a list of IP addresses that may have failed to abide by Network Solutions' WHOIS policy. Failure to abide by this policy can adversely impact our systems and servers, preventing the processing of other WHOIS requests.
    To see the Network Solutions WHOIS Policy, click on or copy and paste the following URL into your browser:
    http://www.networksolutions.com/whois/index.jhtml
    If you feel that you have received this message in error, please email us using the online form at http://www.networksolutions.com/help/email.jsp with the following information:
    Whois Query: askearth.com YOUR IP address is 174.129.155.56 Date and Time of Query: Tue Feb 23 00:49:37 EST 2010 Reason Code: IE DNS Records Host Class Type IP TTL Target Other askearth.com IN A 140.174.79.37 7199 askearth.com IN NS 7200 ns53.worldnic.com askearth.com IN NS 7200 ns54.worldnic.com askearth.com IN SOA 7200 mname: NS53.WORLDNIC.com rname: namehost.WORLDNIC.com serial: 108121504 refresh: 10800 retry: 3600 expire: 604800 minimum-ttl: 3600 HTTP Headers HTTP/1.1 302 Found Date: Tue, 23 Feb 2010 05:59:34 GMT Server: Apache/2.2.11 (Unix) mod_fastcgi/2.4.2 PHP/4.4.9 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.7m mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.7 Location: http://askearth.com/go/home Content-Length: 417 Connection: close Content-Type: text/html; charset=iso-8859-1
    HTTP/1.1 200 OK Date: Tue, 23 Feb 2010 05:59:35 GMT Server: Apache/2.2.11 (Unix) mod_fastcgi/2.4.2 PHP/4.4.9 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.7m mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.7 Set-Cookie: id=11010246; EXPIRES=Sun, 01-Apr-29 00:00:00 GMT; PATH=/ Set-Cookie: pass=u0zit0yv; EXPIRES=Sun, 01-Apr-29 00:00:00 GMT; PATH=/ Set-Cookie: since=1266904775; PATH=/ Connection: close Content-Type: text/html Firefox Add-on SiteTrail Firefox Add-onPerform SiteTrail lookups via right-click menu straight from your web browser! Popular Lookups
    * google.com#1
    * facebook.com#2
    * youtube.com#3
    * yahoo.com#4
    * live.com#5
    * baidu.com#6
    * wikipedia.org#7
    * blogspot.com#8
    * msn.com#9
    Browse Lookups
    A B C D E F G H I
    J K L M N O P Q R S T U V W X Y Z Recent Lookups
    * askearth.com#447,581
    * evdenevenakliyatv.com#442,990
    * mytaskhelper.com#756,476
    * fikralari.net#639,299
    * typemytape.com#1,547,530
    * tmmod.info#1,078,434
    * torrentplus.org#233,938
    * communitycollegelistin...#430,008
    * cadbury.co.uk#104,852
    * myhobbyblogs.com#297,443
    Random Lookups
    * solidmastermind.com#931,183
    * homelegance.com#277,584
    * homepage-anleitung.de#1,091,134
    * icicigroupcompanies.co...#1,513,887
    * ptiboo.ch#744,058
    * fachportal-paedagogik....#312,102
    * lcpo.com#336,926
    * spitinet.gr#904,561
    * sportingpulse.com#37,069
    * v-pillsbuyutucuhap.com#543,342
    * sameskyboard.com#51,252
    * alparslanpazarlama.com...#1,444,281
    * ventausa.com#221,470
    * dentalmag.org#234,937
    * digitalfoci.com#1,214,872
    * blank-label.com#273,247
    * efun.ir#446,350
    * greatamericandays.com#579,258
    * it007.com#58,123
    * hairyclipz.com#760,892
    Navigation
    * Contact Us
    Categories
    * Business
    * Dev & Design
    * Entertainment
    * Mobile
    * Social Media
    * Tech
    Recent News
    * VP of Twitter Says Twitter is NOT A Social Network
    * Google Puts White Spaces To Use
    * YouTube Instant Experiment Gives Creator a Job At YouTube
    * YouTube Time Machine – A New Website To Waste Hours On
    * Google’s New Instant Search – Saving 11 Hours Every Second
    * Facebook Notes Gets New Tools
    Recent Lookups
    * askearth.com#447,581
    * evdennakliyateve.com#442,990
    * mytaskhelper.com#756,476
    * maximumwoman.com#639,299
    * typemytape.com#1,547,530
    * tmmod.info#1,078,434
    © 2010 SiteTrail. All Rights Reserved.

    I'm not clear on where you are seeing that text. When I view Google's cached page from the page found in this search
    https://www.google.com/search?q=site%3Asitetrail.com%2Faskearth.com
    It doesn't match yours exactly. There is an iframe with a Google map in it in the "Hosting Analysis" section, which in your pasted page seems to be the "Site Server" section.
    Which Google site did you search?

  • I have Elements 10 and a Nikon D7100. PSE10  CR 6.7 does not support the 7100 NEF. How can I get the updates to do this?

    I have Elements 10 and a Nikon D7100. PSE10  CR 6.7 does not support the 7100 NEF. How can I get the updates to do this?

    The D7100 requires camera raw 7.4 which is not compatible with Photoshop Elements 10.
    Your two main options are
    1) Buy a newer version of Photoshop Elements
    2) Use the Adobe DNG converter to convert the NEF files to DNG files which can then be used by Photoshop Elements 10.
    DNG  Converter 8.8
    Win – http://www.adobe.com/support/downloads/detail.jsp?ftpID=5888
    Mac – http://www.adobe.com/support/downloads/detail.jsp?ftpID=5887
    Useful Tutorial
    http://www.youtube.com/watch?v=0bqGovpuihw
    Brian

  • I have a Nikon D7100 I have tried to open a raw file but it staes it does not support the format. I am up to date on all downloads.

    I have  Nikon D7100 and shoot in raw. I have tried to open a raw file in elements 10 but it states it does not support the format. I also have a D800 and these open file in elements camera raw. Can anyone help please?

    Hi,
    You need version 7.4 or higher to read raw files from, a D7100. Unfortunately, ACR 7.4 is not compatible with PSE 10.
    You need to either
    - update to a new version of PSE or
    - download the DNG converter - use it to conver your NEF files to DNG files which can then be read by PSE 10.
    DNG  Converter 8.4
    Windows: http://www.adobe.com/support/downloads/detail.jsp?ftpID=5739
    MAC: http://www.adobe.com/support/downloads/detail.jsp?ftpID=5738
    DNG Converter 8.3 (if running on XP or Vista)
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5694
      Good luck
    Brian

  • DataSource does not support requested type

    hi,
    i have a question about BI bean.
    i use 9iDS 2 JDeveloper to create a JSP with BI beans.when i run this page,error message show in console window.like this:
    Log : Current DataSource does not support requested type: DataMap.DATA_FORMATTED : oracle.dss.thin.beans.crosstab.CrosstabModelAdapter : setSupportedDataLayerFlags ()
    Log : Current DataSource does not support requested type: DataMap.DATA_RATIO : oracle.dss.thin.beans.crosstab.CrosstabModelAdapter : setSupportedDataLayerFlags ()
    Log : Current DataSource does not support requested type: DataMap.DATA_VIEWFORMAT : oracle.dss.thin.beans.crosstab.CrosstabModelAdapter : setSupportedDataLayerFlags ()
    Log : Current DataSource does not support requested type: DataMap.DATA_VIEWSTYLE : oracle.dss.thin.beans.crosstab.CrosstabModelAdapter : setSupportedDataLayerFlags ()
    what's this? my server is 9.0.1.3,olap patch 9.0.1.2 .
    Thanks

    Hi,
    I have the same error occurring also. It happens when I try to drill down to a lower level within my BI BEANS application. As I am using a JSP to hold my BI BEANS this occurs on either a Bar Graph click or a Crosstab expension. I have both the Crosstab and the Graph linked.
    07/10/02 13:03 ftvApp: PROBLEM: In oracle.dss.thin.beans.crosstab.CrosstabModelAdapter::setSupportedDataLayerFlags () - Current DataSource does not support requested type: MetadataMap.METADATA_VIEWSTYLE
    07/10/02 13:03 ftvApp: PROBLEM: In oracle.dss.thin.beans.crosstab.CrosstabModelAdapter::setSupportedDataLayerFlags () - Current DataSource does not support requested type: DataMap.DATA_FORMATTED
    07/10/02 13:03 ftvApp: PROBLEM: In oracle.dss.thin.beans.crosstab.CrosstabModelAdapter::setSupportedDataLayerFlags () - Current DataSource does not support requested type: DataMap.DATA_RATIO
    07/10/02 13:03 ftvApp: PROBLEM: In oracle.dss.thin.beans.crosstab.CrosstabModelAdapter::setSupportedDataLayerFlags () - Current DataSource does not support requested type: DataMap.DATA_VIEWFORMAT
    07/10/02 13:03 ftvApp: PROBLEM: In oracle.dss.thin.beans.crosstab.CrosstabModelAdapter::setSupportedDataLayerFlags () - Current DataSource does not support requested type: DataMap.DATA_VIEWSTYLE
    07/10/02 13:03 ftvApp: PROBLEM: In oracle.dss.thin.beans.crosstab.CrosstabModelAdapter::setSupportedDataLayerFlags () - Current DataSource does not support requested type: MetadataMap.METADATA_VIEWSTYLE
    Regards,
    Scott.

  • Error: Driver does not support this function

    Hi there people!
    I'm a newbie in jsp and I encountered this error: Driver does not support this function. I'm using odbc:jdbc and access. Can someone please tell me what is wrong?
    <%@ page import = "java.sql.*" %>
    <%@ page import="java.io.*" %>
    <%@ page import="java.util.*" %>
    <HTML>
    <title>Stock Portfolio</title>
    <body>
    <body bgcolor="gray"><center>
    <table border = 1>
    <tr>
         <td><th>Symbol</td></th>
         <td><th>Type of Transaction</td></th>
         <td><th>Date</td></th>
         <td><th>Shares</td></th>
         <td><th>Price</td></th>
         <td><th>Stock Commission</td></th>
         <td><th>Stock Brocker Name</td></th>
    <tr>
    <%     String symbol = request.getParameter("symbol");
           String type = request.getParameter("type");
           String date = request.getParameter("date");
            String shares = request.getParameter("shares");
            int ishares = Integer.parseInt(shares);
            String price = request.getParameter("price");
            float fprice = Float.parseFloat(price);
            String commission = request.getParameter("commission");
            float fcommission = Float.parseFloat(commission);
            String bname = request.getParameter("bname");
    %>
    <% String url ="jdbc:odbc:Product";
       try
       { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         Connection con = DriverManager.getConnection(url,"","");
         String query = "INSERT INTO Stock (dbsymbol,dbtype,dbdate,dbshares,dbprice,dbcommission,dbname) VALUES (?,?,?,?,?,?,?)";
          PreparedStatement pstmt = con.prepareStatement(query);
          pstmt.setString(1,symbol);
           pstmt.setString(2,type);
           pstmt.setString(3,date);
           pstmt.setInt(4,ishares);
           pstmt.setDouble(5,fprice);
           pstmt.setDouble(6,fcommission);
           pstmt.setString(7,bname);
           pstmt.executeUpdate(query);
          }catch (Exception e)
           {System.out.println(e.getMessage());
    %>
    </body>
    </html>      Thanks!

    Sorry I need to hurry up. But here is link i found relating same problem. Please check this and see if it might help you.
    [http://forum.java.sun.com/thread.jspa?threadID=564872&messageID=2784526|http://forum.java.sun.com/thread.jspa?threadID=564872&messageID=2784526]
    Read reply #5.
    It says
    You're getting this exception because you're using the executeUpdate() method that returns a ResultSet. That's a JDBC 3.0 function, and the JDBC-ODBC bridge only supports JDBC 1.0.Good Luck.

  • Does PSE11 support FUJIFILM X-Pro1raw files ?

    Does pse11 support xpro1 raw files ?
    Message title was edited by: Brett N

    Yes it should since it's on the camera raw 7.1 list of new camera support and pse 11 ships with camera raw 7.1:
    new cameras supported in camera raw 7.1
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5391

  • BEA AquaLogic User Interaction product does not support LINUX

    Hi all,
    I realised that ALUI does not support installation for LINUX.(pls see download link at http://commerce.bea.com/showproduct.jsp?family=ALI&major=6.1&minor=0).Does anyone know the plans about this topic?What is BEA's roadmap?

    ALUI does currently support Linux (both Red Hat & SuSE) with the the 6.0 SP1 version. The latest version (i.e. 6.1) will support Linux when the first Service Pack for 6.1 is released - tentatively scheduled for the first half of next year. ALUI 6.1 currently supports Windows, Solaris & AIX.
    ALUI 6.1 is aligned with how BEA licenses other products where the product is essentially available to download and install for an evaluation period for free. Previous versions of ALUI (including 6.0 SP1) are only available for download for paying customers or partners. Correspondingly, only paying customers or partners can log into the ALUI support site.
    The UI Customization Installer for 6.1 (for Windows) is currently available for download and eval from http://commerce.bea.com/showproduct.jsp?family=ALI&major=6.1&minor=0
    john

  • Does Oracle8i support Java Servlet

    Hi,
    We are looking at using Oracle8i and Java's server side technologies to develop our web site. OAS proves to be disappointing on Windows 2000 just to get loaded on startup. From Sun's Java Servlet web site it said that Oracle8i alone supports Servlet 2.2 and JSP 1.1, but we can not find the information anywhere in 8i's documentations. Can anyone help? We would like to establish whether Oracle8i's JServer support the deployment of Servlet without any additional software.
    Thank you very much for helping.
    Patrick.

    Hi,
    This thread may help you
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=60852
    MJ

Maybe you are looking for

  • How do I copy a DVD -R format disc on an imac that has only one drive?

    Hi - I have a 61 minute long DVD-R single layer DVD that I want to copy in an IMAC using my apple class subsciption (so I'll do it in an apple store). Can this be done? Do I Just bring in a blank DVD -4? What kind of IMAC or other mac does this and w

  • Network connection to Deskjet 3050A keeps dropping out for a few seconds

    Every few minutes (sometimes only a couple of minutes, sometimes a fair bit longer) an alert pops up in the Notification area of my Windows 7 computer telling me that "Scan to computer is no longer activated. The network connection has been lost" (at

  • Screen flashes instead of alert sound after 10.4.11 update

    After updating to 10.4.11 about 2 weeks ago I noticed that my screen flashes whenever an alert sound should occur. It looks just like the "Flash screen when an alert sound occurs" option found in the Universal Access (Hearing) settings. I toggled the

  • How do you troubleshoot Flash animations that wont load?

    I've recently switched to Safari 3.1 from Firefox and am finding occasional pages with flash animations that wont play (currently trying to get to "Product tour" on this page: http://www.logitech.com/index.cfm/remotes/universal_remotes/devices/3898&c

  • How can I put check conditions when using Function 'LDB_PROCESS'

    Hy experts, I am using LDB_PROCESS and I don't know how to use check conditions in the callback forms. for example: FORM CALLBACK_QALS USING  NAME  TYPE LDBN-LDBNODE                           WA    TYPE QALS                           EVT   TYPE C