This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
How to redirect request to a new queue based on url-pattern
Rusty Downey
Greenhorn
Joined: Feb 10, 2010
Posts: 2
posted
0
Hi Everyone,
I need someone's help about redirecting request to a new queue I've created. basically, I need to redirect all the request when I access the url with the word aportal.portal. Here is the current working version of my web.xml:
However, I've tried to add the following codes to my web.xml and now I can't access the web page (error 404) and it doesn't hit the new queue I've created:
Apologies because I'm not that familiar with this. YOur help is gladly appreciated.
I am deploying the application on WebLogic 8.1. and I can usually access the application through http://<server>:<port>/web/aportal.portal and http://<server>:<port>/web/bportal.portal but i just like to redirect all the url access from aportal.portal to the new Queue I've created through WebLogic console which is AQueue.
ahh yes. Since WL 9 there is no specific thread queue.
To check if your requests are being redirected to this queue, check the performance of this queue and how many threads are allocated. That will give you an idea if your config works