Can I give a certain JSP its own thread pool?

Hey all,
          The application I'm working on needs to give a certain JSP its own thread pool so that it does not effect the performance of the other pools. I can create the new thread pool and am trying to set the value in web.xml. Here's my entry:
          <servlet>
          <servlet-name>??????</servlet-name>
          <jsp-file>/search/*.jsp</jsp-file>
          <init-param>
               <param-name>wl-dispatch-policy</param-name>
          <param-value>search</param-value>
          </init-param>
          </servlet>
          Since this is just a JSP can you tell me what I should set the <servlet-name> to?
          Thanks for the help.

you could also try it here:
http://web.mac.com/madmax019/0/mx/Favicons%20%26%20URL%20Icons.html
max

Similar Messages

  • Can a book in Ibook have its own passcode before it can be opened?

    Can a book in iBooks have its own passcode before it can be opened? (I wrote a book in IBook Author and exported it to IBooks. Need passcode for privacy reasons).

    Oh, that's too bad...well, let me know if they ever come up with that idea. Thanks.

  • How to record simultaneous datalines each playing in its own thread?

    Hi,
    I have a program where multiple tracks of audio play simultaneously. Each track plays in its own thread to its own sourceDataLine. If I wanted to write all sourceDataLines currently playing to a file, how can I go about this?
    Is there someway to access the central point all of those sourceDataLines are going through and grab the data from there?
    Thanks,
    John

    jmljunior wrote:
    Is there someway to access the central point all of those sourceDataLines are going through and grab the data from there?Ummmm, if your sound card supports loopback capabilities, you could simply record the system mixer and you'd get exactly what was played over the speakers...

  • Where can I get Net 8 on its own for new remote installation?

    I require to install Net 8 on a remote SQL Server/Windows 2000 Server and as the connection is very delicate I need to just copy the installation file for Net 8 across.
    I have it in our 9i pack and on the Oracle Forms and reports CD but how do I get it on its own? Is in on a resource pack?

    I haven't seen a small (standard) install since 7.3.x. Do you need 8.0.x or 8.1.x?
    I guess you could try in your PC first to customize a stage area to cut down on some subdirs/files. Maybe it's easier to just send the CD by mail?
    At a minimum OCI, Net and RSF files are required, maybe ~50MB (or less?). But there's no real minimal standard Client install. (Maybe 10g Instant Client will change that!)

  • Troubles with the sleeper: how can I avoid it restarting on its own?

    When on sleeper, my MacPro early 2008 restarts on its own after a while.
    Until very recently, it worked perfectly well.

    Thanks for your help.
    I wonder if the the troubles I have with the sleeper and with the start button are not linked with an issue on the main disk. Apparently, I need to repair my main drive:
    - the number of volume files is not valid
    - the numner of volume directories is not valid.
    2013-12-15 11:02:20 +0100: Utilitaire de disque a commencé.
    2013-12-15 11:04:13 +0100: Vérification du volume « 1 Main HD »
    2013-12-15 11:04:13 +0100: Démarrage de l’outil de vérification :
    2013-12-15 11:04:15 +0100: Vérification en direct en cours.
    2013-12-15 11:05:18 +0100: Vérification du volume HFS Plus journalisé.
    2013-12-15 11:05:18 +0100: Vérification du fichier de blocs en excès.
    2013-12-15 11:05:18 +0100: Vérification du fichier de catalogue.
    2013-12-15 11:05:18 +0100: Vérification des fichiers à liens multiples.
    2013-12-15 11:05:18 +0100: Vérification de la hiérarchie du catalogue.
    2013-12-15 11:05:18 +0100: Vérification du fichier des attributs étendus.
    2013-12-15 11:05:18 +0100: Vérification bitmap du volume.
    2013-12-15 11:05:18 +0100: Vérification des informations du volume.
    2013-12-15 11:05:18 +0100: Nombre de fichiers de volume non valide
    2013-12-15 11:05:19 +0100: (normalement 617151 au lieu de 617152)
    2013-12-15 11:05:19 +0100: Nombre de répertoires de volume non valide
    2013-12-15 11:05:19 +0100: (normalement 173934 au lieu de 173933)
    2013-12-15 11:05:19 +0100: Le volume 1 Main HD s’avère corrompu et doit être réparé.
    2013-12-15 11:05:19 +0100: Erreur : Le disque nécessite un réparation. Démarrez votre ordinateur depuis un autre disque (tel que votre disque d’installation Mac OS X), puis ouvrez Utilitaire de disque pour réparer ce disque.2013-12-15 11:05:19 +0100:
    2013-12-15 11:05:19 +0100: Utilitaire de disque a cessé de vérifier « 1 Main HD »: Le disque nécessite un réparation. Démarrez votre ordinateur depuis un autre disque (tel que votre disque d’installation Mac OS X), puis ouvrez Utilitaire de disque pour réparer ce disque.
    2013-12-15 11:05:19 +0100:

  • Creating our own Thread Pool

    We have an application running on WLS6.1 with WLI2.1. We're using WLI2.1 to define
    workflows; we interface to the workflow definitions with custom EJB/JSP code.
    Without getting too detailed, we would like to spawn a thread when a user submits
    some of our forms. From the point of submittal onwards, there is nothing in the
    execution of the workflow that requires user intervention.
    We initially tackled this problem with the use of internal JMS messages in the
    workflow. However, the way our workflow is structured we would really like to
    manually spawn threads instead of embedding JMS messages in the flow. (For instance,
    we may want to obtain multiple workflow instances and execute them all at once
    with the same action).
    Is there any downside to us developing our own ThreadPool? Is there a pre-canned
    Thread Pool service that is available as part of the WLS package?
    I've already got a ThreadPool implementation working and it seems to be doing
    the right thing. There's just some concern in our company that we should be using
    a WLS service instead of rolling our own.
    Details of our threadpool:
    - it's a long-lived Singleton that is instantated at application startup.
    - A predefined number of Worker threads are created, and they can be set with
    a Runnable object to execute.
    - I have synchronized LinkedList containers for idleThreads, busyThreads, and
    tasksToRun (Runnables that have not yet been assigned to a thread).
    Thanks!
    Ron

    Hi,
    You have to configure these things.
    Goto System Admin>System Configuration>Universal Worklist & Workflow-->WorkFlow, it shows subareas like
    Engine
    Mail
    Scheduler
    User Interface
    Workflow Notification Settings
    To follow this link
    http://help.sap.com/saphelp_nw04/helpdata/en/57/5b781705184211a4ba344387a992e5/frameset.htm
    Regards,
    Senthil K.

  • [Solved]Can syslinux boot another Linux without its own bootloader?

    As the title says.  The wiki talks about chainloading grub on another distro, but I don't have grub (or any other bootloader) installed on the other distro.  I can't find a clear answer with google, much less instructions how to do it if it's possible.
    To be more specific, I'm using extlinux to boot Arch with a separate /boot, and the "other distro" is entirely contained in one partition.  The "other distro" is actually Arch too, so it's not so simple as just copying its kernel and initrd over to the separate /boot.
    Last edited by alphaniner (2012-08-01 15:43:57)

    I'm already doing that for the initramfs.  As for the kernel, if you're talking about the ALL_kver variable, it seems like modifying that would cause at least as much trouble as it solved, and I'd still need to manually rename the kernel.  Thanks for the suggestion though.

  • Can I use a headset with its own mic with my iPhone?

    I know we can't use brand names with AD but I do want to know if a headset will preempt the mic on the iPhone. It seems to defeat the whole purpose of hands free driving when i have to cradle the iphone in my lap or actually hold it while talking. I also have had decreased hearing over the years (sigh) and I much prefer a wired headset that allows me to hear from both ears. People are always telling me I'm talking in a hall when I set the iphone on my lap or on the seat next to me. Any help would be greatly appreciated.

    Of course you can.
    My wife and I use Ultimate ears headsets with built in mics all the time.

  • Can apple TV be used on its own - i.e. without homesharing?

    Is it necessary to have a desk-top logged in to iTunes and homeshare? Or can we just lon on to itunes store from apple tv itself. And purchase/rent content?

    It connects, and signal is excellent. I have no security! The IP Address is DHCP 192.168.1.113.
    Sir Churchill, i will send you a box of cigars if you can get this up and running

  • Can the Classic display video on its own screen while sending video "out"?

    Well, the topic pretty well covers it. I'd like to use the iPod as a monitor while outputting to projector. Any way to do this?

    Unfortunately, the new 3rd generation Nanos require the more expensive Composite or Component cables for TV out to work. The cable you are using is the older regular A/V cable.
    iPod: TV out support
    http://docs.info.apple.com/article.html?artnum=300233
    Patrick
    p.s. if you DO have the newer composite cable, as shown on the page I linked to, then you might simply have a bad cable, which has been reported here from time to time as happening.

  • Yosemite damages its own partition on shutdown

    Hi I'm having this issue since I upgraded to Yosemite where almost every time I shutdown my laptop (90% of times) I get the OS partition screwed, so in the next boot the Yosemite partition doesn´t show and the Recovery will launch. Disk Utility successfully recovers the partition (volume header need repair) and the system will load Yosemite OK
    The setup is the following:
    MacBook Pro 7,1 with 8GBs RAM and Samsung EVO 840 250GB installed in original bay
    So far I tried: reinstalling Yosemite from Internet recovery (3 times), enabling Trim and disabling kext signing policy, not enabling Trim, resetting PRAM and SMC lots of times, installing Windows 7 (bootcamp)
    I'm sure this is Yosemite related because:
    I can work with Yosemite for hours, even days with no partition issues at all (except for the killer-shutdown)
    I can use Windows 7 (restarts, shutdowns) with no partition issues at all
    I was using Mavericks with no issues at all

    As Malcolm says, don't partition. You have a relatively small drive and partitioning will cramp OSX which needs a lot of free disk space to run optimally. The only reason I can see to put OSX on its own partition is if you want to have multiple copies on a computer. The other reason to partition is for convenience in making backups but that's going beyond your immediate question.

  • Should Wireless be in its own MPLS VRF?

    Hi,
    I already have an answer I like on this one, "YES!".
    Unfortunately I don't live in Mike-land while I'm at work. I need some reference architectures or authoritative security guides that explain why this is a best-practice, (at least where MPLS VRF's are available for use).
    My short list of reasons is:
    - More refined segementation
    - Easier standardization practices and associated documentation for tier I/IIs support staffs
    - Easier to trouble-shoot when route tables are differentiated, (wireless VRF's and wired VRF's)
    - Easier to observe and isolate traffic, (at firewall or router) in case of security breach
    ...I could go on.
    Any good documentation on this out there?  I can't find much.
    Any help appreciated,
    M.

    As Malcolm says, don't partition. You have a relatively small drive and partitioning will cramp OSX which needs a lot of free disk space to run optimally. The only reason I can see to put OSX on its own partition is if you want to have multiple copies on a computer. The other reason to partition is for convenience in making backups but that's going beyond your immediate question.

  • Should OS be in its own partition on a 40G drive?

    After fighting with constant kernel panics in strange places (i.e., quitting Safari, booting Finder) I've decided to do an erase and install from the original panther disc and do the upgrades back 10.4.11 to see if that solves the problems.
    I've never partitioned my HD, but I'm wondering if there is a reason to put the system in its own partition. If so, how much of the 40G do I dedicate to it?
    I am the only user, so I want everything at the shared level and only my music and work files on my user space.

    As Malcolm says, don't partition. You have a relatively small drive and partitioning will cramp OSX which needs a lot of free disk space to run optimally. The only reason I can see to put OSX on its own partition is if you want to have multiple copies on a computer. The other reason to partition is for convenience in making backups but that's going beyond your immediate question.

  • Motion 5 On Its Own?

    Hi
    I want to edit music videos, that is shots of me playing the guitar.  Does Motion 5 have to be run with Final Cut or can I use Motion 5 on its own.
    Thanks

    Motion 5 requires OS 10.6.7 or later so you may need to upgrade your OS. Having said that the short answer is yes Motion can run alone without FCPX, however it is not designed to be a video editor. It is an effects developing software for generators, titles, transitions, effects etc. which are used in video editors. It doesn't perform well for long projects for example and doesn't have the editing tools one would like for music videos. You might be able to do what you want, but I think FCPX is the far better solution for music video editing.

  • How to call adobe functions in my own thread?

    I am developing a plugin for adobe reader, I created one thread, failed  when i call AVAlertNote() in my thread. So how can i call adobe functions in my own thread(not in the main thread)?

    Well, there would have been a better chance of a reply in the Acrobat SDK forum. This isn't largely visited by developers. However, the answer is simple: while a plug-in can use threads it MUST only use Acrobat API calls from the main thread. It's well worth checking the Acrobat Developer FAQ before posting.

Maybe you are looking for