Can anyone clarify my doubt in a simple JSP Program ?

when we write a simple jsp program such as helloworld.jsp does a
class file or servlet be created when we run the jsp program using a
web browser and Tomcat ? if so please tell the folder(path) in tomcat
where this class file will be located or stored .Thankq

JSPs will (usually) be compiled into class files representing Servlets, yes. But that's something that happens internally inside the application server and shouldn't concern you.
Why would you need to know where it resides? It seems like a code smell if you need that information.
If you're just curious, then look into the work directory of your tomcat.

Similar Messages

  • I have a late 2008, aluminum body macbook.  I'm told 4GB is the most RAM it will take, but DMS says it will take 6GB.  Can anyone clarify?  Thnx

    I have a late 2008, aluminum body macbook.  I'm told 4GB is the most RAM it will take, but DMS says it will take 6GB.  Can anyone clarify?  Thnx

    This one http://www.everymac.com/systems/apple/macbook/stats/macbook-core-2-duo-2.4-alumi num-13-late-2008-unibody-specs.html ?
    Quote:
    "Apple officially supports a maximum of 4 GB of RAM. Originally, this model was only unofficially capable of stably supporting 6 GB of RAM, but as confirmed by site sponsor OWC, it is capable of supporting 8 GB of RAM if updated to Boot ROM Version MB51.007D.B03 and running MacOS X 10.6 "Snow Leopard" or higher."
    Stefan

  • Can anyone clarify the meaning of Cruise Ship data?

    Can anyone clarify the meaning of Cruise Ship data?  I recently asked for it on my account, but when I returned from my cruise I was charged all sorts of Global Roaming data charges.  No Cruise Ship usage was listed on my bill even though I only used it while at sea (tethering my PC).
    The rep I spoke with said that the billing codes used for Cruise Ship Data and Global Data are the same, and Global Data was how it was listed on my bill. What would the distinction be, then?  I assumed that Cruise Ship data would use the cruise ship's towers, but it appears that you have to worry about what country you are sailing near while at sea and whether they subscribe.  Anyone have any light to shed on this?
    Thanks!
    P.S. The service is even slower than what the cruise ship offers for $.55/minute, and the connection is not reliable. I will not be using this feature again, and cannot in good conscience recommend it.

        Thanks so much for asking, Rayray_10803. I would be happy to clarify roaming charges.
    Wireless Cruise Ship Service allows Verizon Wireless  customers to make and receive voice calls while at sea using their own mobile phone and mobile telephone number.
    This service exists on various cruise lines, through an agreement with Wireless Maritime Services (WMS), Maritime Communications Partners (MCP) and Sea Mobile to offer an advanced network on board various cruise ships for Verizon Wireless.
    For this reason, rates on cruise ships are different than they are when you visit the country without using the towers on the ship.
    Check cruise ship rates vs. international rates here vzw.com/tripplanner.
    TamaraH_VZW
    Follow us on Twitter @VZWSupport

  • HT1657 Can I watch my rented movie for just 24 hours? What about the 30 days? The countdown on my library returned in days countdown rather than hours. Can anyone clarify me about this?

    Can I watch my rented movie for just 24 hours? What about the 30 days? The countdown on my library returned in days countdown rather than hours. Can anyone clarify me about this?

    Read the article you linked
    iTunes Store: Movie rental frequently asked questions (FAQ)
    How long do I have to watch a rented movie?
    You have 30 days from the time of rental to watch your movie, and 24 hours (in the US) or 48 hours (elsewhere) after you've started viewing to finish it. Once the rental period expires, the movie will disappear from your iTunes library."

  • Can anyone clarify the paywall threshold setting for social sharing?

    When configuring your DPS account for social sharing Adobe's documentation mentions that "The Paywall Threshold value controls how many articles you want a user to be able to read before they are hit with the paywall message."
    Programmatically how is an article defined?  Is that the same as a horizontal swipe to the next page or the next TOC entry?  I'm running tests and I set our account to the number 3 and when I view these shared pages I can clearly navigate past 3 pages horizontally.  Actually the only way for me to reach the paywall is to click on an article in the TOC that is protected.  Can anyone clarify?

    Are the articles from a free folio? The paywall does not apply to articles in free folios.  With v22, the paywall affects only articles in retail folios.
    Laxman

  • Can anyone help me wid d codes for  Generated Program for gate pass

    can anyone help me wid d codes for  Generated Program for gate pass in MM
    Message was edited by:
            Ronei Shedi

    Hi
    There is no std business process in SAP for Gate pass for the Material entry
    before GR stock entry into the stores.
    You have to write a Z program based on the details of Purchase order tables EKKO and EKPO.
    This will mainly check whether the correct PO qty was delivered or not with proper quality.
    So use the PO tables EKKO and EKPO and fetch the data and use it
    Since this is client specific there is no feneralised program for it.
    Reward points if useful
    Regards
    Anji

  • Can anyone clarify APPLETS?

    I am developing an applet to run online.
    The applet is supposed to call a program to check indentation of students pascal programs stored on local PCs.
    the pascal programs are stored on disk (A drive)
    and the students go online to the applet to fill in the applets textfield the exact location of the their programs on disk.
    The applet then calls the indentation program and gives it the exact location of the pascal program and the indentation program reads in the pascal program to be checked!
    The indent program gives the pascal program a score and gives this to the applet.
    The applet is supposed to be connected to a Database
    to record the scores of the students.
    I have spent far too much time messing about with applet/JDBconnection and applet/servlet/DB connection.
    I need someone to really clarify if because of applets security restrictions will the applet not be allowed to call the indent program to read in the pascal programs on the client side.
    I need to know for definite because i am running out of time quickly, this project is worth alot of my course marks and i have spent too long being told the applet will have access to the pascal files and then "NO", u will have to FTP the pascal files to the server side.
    If so, is ASP the best and easiest way to transfer the pascal textfiles to to a directory on the server and there will the indent program be allowed access to read in the pascal porgram?
    Any help is greatly appreciated!
    DESPERATELY SEEKING CLARIFICATION SO I CAN GET ON WITH SOMETHING!

    The easiest portion of the applet should be to connect to the database and record the scores. JDBC is really quite easy to use. If your having specfic problems with JDBC, shout out.. There are plenty of talented people here willing to help..
    For transfering files up to the server from a clients A: drive... The applet is NOT your best choice.. Unless you package your applet with a security certificate, and allow local disk acess (applets by default cant access local drives, or write to the server).
    So your best choice is probably JSP (ASP yuck). There is a HTML element <INPUT TYPE="file"></INPUT> that aloows the client to click a browse button, and select the file on thier local harddrive/floppy. Then when they submit the HTML form the file is transfered to the web server, from where it can then be transfered to another server, put into a database, or kept in a directory where the client can then view the output of what your JSP did to the file...
    Hope this helps.. or clarifies.. If you need anymore help, shout out.
    Kirk

  • Can anyone clarify the difference in usage with Cellular Data and 3G ??

    I've been reading through a few posts regarding the data usage of
    the iPhone 3G(S) and 4.
    And there still seems to be questions asking how cellular data and
    3G enabled are consuming data info.
    I have the 3GS and currently have 3G disabled, but left cellular data on so that I can have "free data access" to wi-fi
    networks. But since doing this I notice I'm currently about 75MB into my 200MB plan.
    Is this 75MB data going off my actually monthly data plan, or is it the iPhone keeping track of my data usage?
    Also on the iPhone it shows my Cellular Data sent 6.4MB.
    Can someone clarify what kind of usage justifies what is being sent? Is this emails, Pandora, buying apps, maps, etc??
    I just need clarity with this so if need be I can change the way I use my data.
    thanks in advance ~A~

    3G is a cellular network protocol. If you turn this off using the "Enable 3G" setting, your iPhone will fall back to an older, slower cellular data technology called Edge, but will still use your cellular network for data when no wifi is available.
    The "Cellular Data" setting in iPhone will completely disable all methods of accessing data over the cell network. If this setting is turned off, the "Enable 3G" setting becomes redundant, because iPhone won't use any cellular data.
    By turning "Cellular Data" off, your iPhone will only use wifi when available. If no wifi network is available, you won't be able to access any data.

  • Can't us Oracle API on the simple JSP pages added to the portlet........

    Hi,
    I added a jsp page in the portlet which is not a standard page like the default show mode pages. I have added some code which actually access a resource inside the porltet.
    " img src="<%= UrlUtils.constructResourceURL (pReq, HttpPortletRendererUtil .absoluteLink(request, "icon.png")) %> "
    For that you have to add the following two imports in the code
    mport="oracle.portal.provider.v2.render.http.HttpPortletRendererUtil"
    import="oracle.portal.provider.v2.url.UrlUtils"
    This library is available with the JDeveloper and I dont get any error while compiling and even deploying the portlet war file on the applcation server. Strangely the same piece of code shows the image perfectly for the default show page of the portlet but it generates 500 Internal server error for the other simple jsp page I added, which suggests that the server is unable to find the function:
    500 Internal Server Error
    java.lang.NullPointerException
         at oracle.portal.provider.v2.url.UrlUtils.constructResourceURL(Unknown Source)
         at _htdocs._elogbooksubsystems._DAQ._jspService(_DAQ.java:54)
         [SRC:/htdocs/elogbooksubsystems/DAQ.jsp:15]
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Can anybody help? Is this possible to use oracle api in the pages which are though added to the portlet but not the standard show modes pages?
    Thanking you in anticipation
    Regards,
    Omer Alvi
    Message was edited by:
    user574208
    Message was edited by:
    user574208

    Thanks Nrintala. I tried to work with multipage portlet example provided in the jpdk. In fact I created another portlet with two pages and copied the code of the two pages of the multipage portlet. (Off course I took care of the names and stuff). Later I modified the provider.xml by defining "next_page" parameter. When I viewed my portlet, first page appeared fine but when I click on the link which should show the second page, I got an error which says.
    Error:      Error occurred while rendering portlet - see provider log file for details.
    Do you think I have missed something? I am depoying my war file on the stand alone OC4J and some how I have not been able to find the application.log file in my application inside the application_deployments of the J2EE_HOME. I have pasted the provider.xml file and I would be grateful if you can help.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <?providerDefinition version="3.1"?>
    <provider class="oracle.portal.provider.v2.DefaultProviderDefinition">
    <session>false</session>
    <passAllUrlParams>true</passAllUrlParams>
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>1</id>
    <name>mulitpage</name>
    <title>testing multi page</title>
    <description>My Portlet Description</description>
    <timeout>40</timeout>
    <showEditToPublic>false</showEditToPublic>
    <hasAbout>false</hasAbout>
    <showEdit>false</showEdit>
    <hasHelp>false</hasHelp>
    <showEditDefault>false</showEditDefault>
    <showDetails>false</showDetails>
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
    <contentType>text/html</contentType>
    <showPage>/htdocs/mulitpage/first.jsp</showPage>
    <pageParameterName>next_page</pageParameterName>
    </renderer>
    </portlet>
    </provider>
    Best regards,
    Omer
    Message was edited by:
    user574208
    Message was edited by:
    user574208

  • Can anyone help me out w/ a simple question?

    I need a little help getting this to work. This is my first script so go easy on me! 8)
    I looked at the forums but being that this is my first script it's still too difficult to decipher everything. In my document that's already open I want the script to make a text box of 50 pixels (for example) and insert my text inside it. Here's what I have...
    // Create new text layer
    var artLayerRef = activeDocument.artLayers.add()
    artLayerRef.kind = LayerKind.TEXT
    // Make text BOX on text layer
    TextType.PARAGRAPHTEXT.width = 50
    // Add text to text layer
    var textItemRef = artLayerRef.textItem 
    textItemRef.contents = "My Text Here. My Text Here. My Text Here" 
    // End 
    artLayerRef = null 
    textItemRef = null 
    It places the text but doesn't put it in a text box. It's just a line of text that extends off of the page. Anybody know what I can do?
    Thanks you!

    Hi Mike, even setting unit values don't seem to work so have to resort back to the 72ppi
    var res=activeDocument.resolution;
    var artLayerRef = activeDocument.artLayers.add()
    artLayerRef.kind = LayerKind.TEXT
    var textItemRef = artLayerRef.textItem
    // Make text BOX on text layer
    textItemRef.kind = TextType.PARAGRAPHTEXT;
    textItemRef.width = 50/(res/72); //width in pixels
    textItemRef.height = 100/(res/72);//height in pixels
    // Add text to text layer
    textItemRef.contents = "My Text Here. My Text Here. My Text Here."

  • AE CC 12.00 not compatible with Yosemite? Is there a patch that works? Can anyone clarify?

    Having trouble getting my version of AE CC (12.00) to work now I have upgraded to Yosemite. I've read that this version isn't compatible and after speaking with Apple they say it's adobes responsibility to release a patch. I've found a few but nothing works for me. Anyone having the same problem? Any fixes?

    Since you specifically said you were running 12.0, naturally we are going to suggest updating.
    If you're running 12.0, you're not running the latest updates at all.
    12.2.1 is the latest version of 12
    13.1.1 is the actual latest version of AE.
    gemgarford wrote:
    I've read that this version isn't compatible
    Where? Adobe says that 11, 12, and 13 are all compatible so long as you're on the latest update.
    What sort of issues are you having? We'll need some more specifics to help.

  • Can anyone clarify me about the api Object[] toArray(Object[])

    There are two apis in Collections framework to convert the Collection elements into an array
    1. Object[] toArray()
    2. Object[] toArray(Object[])
    Can some one explain me what does the second api - Object[] toArray(Object[]) does ?

    Just read the javadoc API of the Collection interface: toArray() just returns an Object[]. But if you need for example a String[] as result use
    String[] sa = o.toArray(new String[0]);

  • Can anyone clarify what exactly is the difference between the new Airport Express and the Airport Extreme?

    The specs look virtually identical and the form factor is also much the same.
    The price is not.

    Extreme: three LAN ports, Express: one (four total Ethernet ports vs. two, respectively)
    Extreme: Gigabit Ethernet, Express: 10/100 base-T
    Only the Express can stream iTunes (AirPlay) music
    The first two limitations make it resemble the original AirPort Extreme. Dual band is a big plus though, and will go a long way toward alleviating a lot of people's problems with wireless interference.
    The form factor is different as the new Express is not designed to be mounted directly to a power receptacle. Also, the new one allegedly supports 50 clients whereas the 802.11n Express was only 10. However, those never seemed to be limitations in actual use.
    http://www.apple.com/wifi/

  • Crazy prices - can anyone clarify how 'extra pages' works?

    Hey,
    I need to get a photobook done and am trying to pick between Blurb and Apple. I like Apple's books but MAN they're expensive. Blurb are much cheaper but I've had nothing but problems with them in the past. I'd say the majority of the products I've had from them have had a problem - either too dark or the covers curled or the pages rippled or the glue was awful. And yet I've heard they got better, but for an 80 page book, hardback, there's a difference of almost £20 between the two.
    So my question was - Apple charges £X for a 10-sheet (20 page) book and charge £0.75 for an extra page. Does one extra page actually mean one extra sheet? Or do they seriously charge £1.50 to print on two sides of one piece of paper?
    Cheers,
    Owen

    Apple charges £X for a 10-sheet (20 page) book and charge £0.75 for an extra page.
    Your statement (100 pages would be £75.00 + X according to you)
    Large
    Size: 28 x 21.5 cm, 20 pages (10 sheets)
    Price: £19.54
    Additional pages: £0.75, 100 max.
    Apple's statement (100 pages would be £94.54 as I quoted)
    I think I'll go with Blurb for big books. If it's bad they always replace and it's cheaper to the tune of almost £100 for a 100 page book!
    Your obviously incorrect statement that Blurb is almost £100.00 less than Apple. Basically my reply is to document your incorrect information so no future visitors are misled by it.
    LN
    PS I do not care for your tone or you mis-statements either - suggest you don't bother to look at my responses in the future

  • Can anyone guide me of using LDAP with JSP?

    I am a beginner in java. Plz post your answers in a simple and easy manner and explain it clearly. I am doing a project for which I require to use LDAP in JSP.

    I assume he wants to use LDAP to authenticate user logon in a JSP application.
    There are a few ways, JNDI being one. But a simpler method might be to see if this library works for you:
    http://www.mozilla.org/directory/javasdk.html
    HTH.

Maybe you are looking for

  • How to get a report "closed" when using the ReportViewerBean

    I read the article /people/ted.ueda/blog/2008/12/20/crystal-reports-for-eclipse--ensuring-report-cleanup from Ted Ueda regarding cleaning up reports for the RAS server.  However, I'm trying to figure out how to get this accomplished for a thick clien

  • Windows 7 install wizard cannot proceed

    Hi I have a fairly clean WIndows 7 (64) install, but when I tried to load SunMC (having added java to the path) I get the initial screen, and clicked continue then get: The install wizard cannot proceed Aborting installation now... What have I missed

  • Hi Experts, a question about authorisation of purchase org? thanks!

    Hi Experts, I have a selection screen with three parameters, one is purchasing group, second is the plant and the third is purchasing org, purchasing org is mandatory and it needs to be authorized for the logon user, how can I handle this? and Purcha

  • TS3297 Music download failure (failed to be downloaded but has been paid)

    I tried to purchase a song from iTunes but it failed giving a notice saying that the billing address does not match the card info or whatever. There was nothing wrong with the card info so I changed the billing address and try to confirm the purchase

  • Cannot upload via fckeditor in CF9 even after JVM and config fix

    Howdy, This was working fine in CF8, but not in CF9. I have added -Dcoldfusion.fckupload=true to the JVM arg list, and I can see it in the jvm.config file, and I've restarted the CF server. I have set the Config.Enabled to a value that should evaluat