Unable to make use of JSTL with Tomcat 4.1

I have downloaded jakarta taglibs 1.1.2 from Jakarta site .Copied the
Jstl.jar under lib directory which I kept under WEB-INF of my specific
web directory but tomcat is unable to identify the tag like forEach, set etc.
Same thing happened with Java Application Server.
The code is like this
Even I tried with prefix c and http://java.sun.com/jstl/core uri
<%@ taglib prefix="c_rt" uri="http://java.sun.com/jstl/core_rt" %>
<html>
<head>
<title>Simple Example</title>
</head>
<body>
<c_rt:set var="browser" value="${header['User-Agent']}"/>
<c_rt:out value="${browser}"/>
</body>
</html>
regards
Diptish
India

In regards to the problem being observed on "Java Application Server", you may consider consulting the Sun Java System Application Server forums:
http://forum.sun.com/jive/category.jspa?categoryID=7

Similar Messages

  • TS4079 Siri used to work fine when making mobile calls in Ecuador until yesterday, when the administration of Ecuador added an aditional number in all mobile numbers existing in Ecuador. Since then Siri is unable to make any mobile calls with any new numb

    Siri used to work fine when making mobile calls in Ecuador until yesterday, when the administration of Ecuador added an aditional number in all mobile numbers existing in Ecuador. Since then Siri is unable to make any mobile calls with any new number.Help
    I`ve tried restarting, rebooting, nothing works.
    The interesting thing is that SIRI can call to previous mobile numbers (without the new digit) obviously not connecting , and, can call to any other numbers as an office or home number. So the problem is the new digit in the mobile number

    Ecuador has added an extra digit to mobile phone numbers but apple wont accept 10 digit phone numbers so we cant use facetime or apple IM or verify our new phone numbers. ( and Siri won't work either!) I have contacted apple support online but can't request a call back as the apple system says our new phone numbers are invalid. I am going to phone them tomorrow and you should complain too at http://www.apple.com/support/contact/.  . The more people that bring this to their attention the faster it will get fixed

  • How to install JSTL with Tomcat 6.0

    Hi
    I'm trying to install JSTL with tomcat 6.0.
    I did not understand what is the link that I need to use in the following suns website.
    http://java.sun.com/products/jsp/jstl/.
    Could anyone help me with this.
    Thanks in advance

    Hi,
    First you need to add the JSTL jars(jstl-api-x.x.jar and jstl-impl-x.x.jar) to the lib dir under your WEB-INF tomcat dir and then, to use it on a JSP page make sure the follwing line is added before the <HTML> tag.
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>There you go. Just enjoy it now.
    Thanks
    Thiago Santana

  • Using Java Logging with Tomcat

    Hi in a previous non Tomcat project I wrote some classes that used the java.util.logging library that comes with java 1.4 quite successfully. I am now trying to use the same classes with Tomcat 5.0 but it doesnt like it. With the logging classes you can provide a configuration class which you define with a property "java.util.logging.config.class", I put the class in my WEB_INF\classes with all the other classes.
    When I run with Tomcat i have a servlet that does the following to try and initilse the logging
    com.appserver.util.logging.LogProperties.setLevelFromParametersFromPrefs();
    System.getProperties().setProperty("java.util.logging.config.class", "com.appserver.util.logging.LogProperties");
    LogManager.getLogManager().readConfiguration();
    it complains it cant find the class, when running readConfiguration(), (The 1st two lines run ok). I think the problem is to do with Tomcat classloader, with a simple Java application the classes would be expected to be on the system classpath, but on Tomcat the system classpath only contains bootstrap.jar.
    I realise I could probably get things working using Apaches log4j instead but it seems a bit silly to use that when there is a perfectly adequate logger built into the language now.
    Anyone done this ?

    OK
    Ive changed my code from
    com.appserver.util.logging.LogProperties.setLevelFromParametersFromPrefs();
    System.getProperties().setProperty("java.util.logging.config.class", "com.appserver.util.logging.LogProperties");
    LogManager.getLogManager().readConfiguration();to
    com.appserver.util.logging.LogProperties.setLevelFromParametersFromPrefs();
    LogManager.getLogManager().readConfiguration(com.appserver.util.logging.LogProperties.getPropertiesAsStream());Now I dont get any errors and only messages for the LEVEL is set to the value I specify in my LogProperties class are displayed. However I also specify a Formatter to use for console output but Tomcat just seems to ignore it and uses its own default formatter. Any ideas...please !

  • Unable to make use of Service "Release Supplier Invoice"

    We have recently installed EHP-3. I have been trying to make use of the following service
    Under Repository Browser --> Package -- > OPS_SE_IVE_XI_PROXY
    Enterprise Services -- > Server Proxies ---> II_IVE_E_INVOICEREPRELRQ (Double Click)
    The Service Release Supplier Invoice with Service Interface name --> InvoiceERPReleaseRequest_In has status Active.
    Everthing seems to in place... But I don't see the Service under SOA Manager.
    Please advice, how to make use of the Service above....
    Thanks in Advnace!!
    Vikas

    I have configured the Logical Port and able to publish other Services... but not able to find this Service itslelf under wspublish too..
    This is the message comes under Dispaly Logs "No service(s) to be published with the given criteria.
    Message no. MSG_CL_ER022"..
    Thanks for your help
    Vikas

  • Tutorial on using client cert with Tomcat 5

    Hello,
    I'm looking for a tutorial on using client-cert method with tomcat 5.0.28 with jsp pages.
    I want to generate my own certs and keys.
    Is there anything like this on the web ?
    Thanks

    Maybe you could try searching the Tomcat mail archives or post your question to one of their mailing lists.
    http://jakarta.apache.org/site/mail.html

  • Unable to make use of ALV table in a standard component.

    Hi All,
    I am enhancing a standard wd component. I want to make use of ALV table in my enhancement. I am able to add SALV_WD_TABLE in "Used components". But the same is not getting reflected in "Component Usages".
    Can anybody guide regarding this?
    Regards,
    Yugesh Adalam

    Hi yugesh,
    Sorry, for me also it is not coming in Enh mode.
    Refer this thread:
    Regarding enhancement for ALV usage Need Help!
    Ans by Thomas:
    Re: Component Usage in Enhancement
    For the ALV, you can always do the data mapping dynamically in code using the SET_DATA method of the ALV Component Interface

  • Use JSTL with Tomcat 4.1.x

    Hi,
    I've had a look at various tutorials and documentation and must be missing something obvious.
    I haven't been using them before so what do I need to add to Tomcat to make it work.
    So far I've put a JSP file in with this:
    <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
    <c:redirect url="welcome.html"/>
    When I run it I get this error:
    org.apache.jasper.JasperException: This absolute uri (http://java.sun.com/jstl/core) cannot be resolved in either web.xml or the jar files deployed with this application
    I expect I have to put a JAR or a TLD file somewhere. If so, could someone tell me what and where.
    Thanks

    Download the source from the link that you got the jar from. The tld's are in there. What I do is put the tld's in a tld folder in WEB-INF. Then I change the web.xml file to reflect this.
    <taglib>
        <taglib-uri>/tags/core</taglib-uri>
        <taglib-location>/WEB-INF/tld/c.tld</taglib-location>
    </taglib>Then I change the uri to point to the tld's on my server instead of sun's server in my jsp, like this:
    <%@ taglib uri="/tags/core" prefix="c" %>it points to the uri in my web xml

  • Is it possible to make use a computer with 10.3.9 with Xgrid?

    I've read that it is possible, but when I go to the sharing tab in system preferences, there is no box for Xgrid.
    I'd like to set up some computers to use as render clusers for Compressor. Several of the are still running 10.3.9 as we have some older graphics cards. Till the company pays to upgrade the cards, we stay with 10.3.9.

    The Sharing tab gives you control over what servers are enabled on your machine. The Xgrid server is not included as part of the client edition of OS X -- it's part of OS X server.
    The standard edition of OS X.4 comes with Xgrid clients, but I'm not aware of any Xgrid server software available for any platform other than OS X Server.
    Start here for more details.
    Powerbook G4 1GHz   Mac OS X (10.3.9)  

  • Need Help Badly - still unable to make iTunes synch apps with iPad

    iTunes 10.1.2, MSWindows. iPad WiFi/3G 64Gb. Cannot get all apps on iTunes to transfer to iPad so cannot restore an app I had to delete on iPad. Number of apps on iTunes doesn't match in quantity. Also, specific apps that are deleted from iPad still show up in iTunes. I download to the iPad from AppStore and then synch them to iTunes. Have read ALL tech bulletins, searched this site, searched other sites, etc. Rest of synching appears to work fine. has been going on for over a month. Similar threads on this site don't appear to have solutions either.
    Have tried to drag specific app icon in iTunes to Device iPad, no luck, has circle with slash. I do NOT use automatic synching so the iTunes deleting critical files issue during synch doesn't wipe the iPad. I synch manually by Device iPad right-clicking and synch. Transfer purchases says it works but the new purchases on the iPad don't show up in iTunes. I tried resetting synch history in preferences but synching again didn't act any different. In fact, that first synch didn't act like the warning said it would (will act as if synching for first time).
    I am completely at a loss. I love the iPad but it is now physically impossible to keep it synchronized with iTunes.

    I am going to be no help, except to say that I have similar issues. iTunes shows apps as loaded on my iPad but those apps are not on the iPad. Problem seems to involve a random selection of apps. I've synched, reset, and tried several ways to delete and reinstall but can't figure out a solution.. Strangely the same missing apps are working fine on my iPhone 4!
    I had some trouble with videos not working, which has happened twice, but an iOS restore resolved that issue. I only add that in case the issues are related.
    Awaiting a solution with baited breathe!   -  Blacksquare

  • I play an app called "knights and dragons" on my iphone 5s, why is it im unable to make in app purchases with my iphone?

    I have an app on my hpone i like to play called "knights and dragons" the game allows players to make in app purchases to help make there character stronger, i put in my card info and it sends me back "unable to complete purchase" im just trying to understand why i cant make purchases if i have all the necessary specs.

    We are all itunes users just like you.  We cannot refund anything.
    There are no refunds, but you can try contacting itunes support.  Click "Support" at the top of this page, then click the link under "Contact Us"

  • Using dreamweavor 8 with Tomcat

    I am trying to connect my db to my test webpage by dreamweavor 8. I get to the connection of the database and I am getting lost. First it as for the db2, sql, mysql.... I am using Squirrel SQL. So would I click on the custom jdbc connection? Second it ask for driver and URL, im not sure what I should put in here? I am running this under tomcat.

    I would try to find a Dreamweaver forum if I were you.

  • HT202023 I am unable to make in app purchase with my valid credit card on my account.

    un able to make in app purchases after having a valid credit card placed on my a point. I can make 1-2 purchases before I can't do it any longer. Why is this the case?

    What happens when you try?

  • How to make use of VM with Hyperion

    Hi All,
    I am trying to install Hyperion DRM. I was told that we may use Virtual machine (VM), for the working on DRM. Please let me, How to do it?
    Thanks
    Anmol

    A VM is like any other server, it just sits on another OS as an "application" within a larger "host" environment.
    What that means: you would typically use remote console access to address the VM rather than the host, install the software on the VM rather than the host, etc...
    There would be no other special needs apart from any infrastructure requirements themselves. For all intents and purposes, the host doesn't matter at all (and the VM itself can be run on any supported host, making it more flexible -- but all of this is transparent to the process).
    You're IT department should have all the pertinent details, of course, but there is nothing on the installation/configuration side of things that needs to know that you are using a VM.

  • Unable to make entries for objects with no master data in IP

    Hi All,
    In BPS, when created a layout, which contains characteristics, in whose properties 'Master Data' is not checked, we could enter the new values for them directly in the layout.
    In IP, we could not do the same with the 'New Lines" option set on Analysis Item in the WAD for the characteristics whose master data property is not checked.
    We have a layout, where, some characteristics are having master data checked, and some other characteristics where master data is not checked.
    With the 'New Lines' option set on Analysis Item in the WAD for the characteristics whose master data property is not checked, when data entered, the error message is appearing saying that the data is not valid.
    This is so quite simple in BPS. I think, I might be missing something in IP on how to achieve this.
    Thanks in Advance,
    Best Regards,
    - Shashi

    Hi,
    In IP it's integerated that if you will not maintain master data you may not be able to plan for new value of characteristic.It's the normal behavior of system.
    Cna check the link below:-
    Master data planning in BI
    Hope it may be helpful

Maybe you are looking for

  • Live View Updates Extremely Slow in DW 5.5

    I'm having a problem with the Live view update. I'm using the localhost as my testing server.  So, network speed shouldn't be an issue.  I'm on a Windows 64 bit, 2.2 gHz, Quad Core, 8 GB ram..so it should run relatively well.  But, I sometimes have t

  • HT4061 My ipad keeps rebooting. Any suggestions

    My ipad keeps rebooting

  • Basic price unchangeble mode in Sales order

    Hi, We are creating the sales order with reference to contract.And we are also using the same pricing procedure in contract and sales order document.Now we want that basic price should be changeble mode in contract and unchangeble mode in sales order

  • Table where SmartForms are stored?

    Hi ! i like to know in witch table SAP save smartforms. the idea is make a program to do back up from one smartform and then restore in other system. for example, to get a program source code , we can do a "READ REPORT"" and save in a table to downlo

  • Elements 10 runs in backgound after closing

    Elements 10, runs in the background after closing and has to be be 'manually closed' using Windows 7 Application Manger.