Suggest me for the Issue on Sun webserver 7.0

Hi All,
I should not call it as issue.
In our project ,we have configured reverse proxy on two sun webserver 7.0 servers ,each webserver will serve each sun application server.The reverse proxy configuration is working fine and it is serving sun application server comfortably.But the issue is,
Sometimes one of the Sunapplication servers is going down and based on reverse proxy configuration the webserver is redirecting the requests to the server which is already down.
How can I configure sun webserver to redirect to another application which is alive.
Looking for your valuable replies.
Thanks in Advance
Madhu

Thanks for the reply and I will check & get back.
This is my obj.conf
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
# You can edit this file, but comments and formatting changes
# might be lost when you use the administration GUI or CLI.
<Object name="default">
AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
NameTrans fn="ntrans-j2ee" name="j2ee"
NameTrans fn="pfx2dir" from="/mc-icons" dir="/opt/SUNWwbsvr7/lib/icons" name="es-internal"
NameTrans fn="map" from="/idm" name="reverse-proxy-/idm" to="http:/idm"
NameTrans fn="redirect" from="/user" url-prefix="http://sesame1.hdfcsldm.com/idm/user"
NameTrans fn="redirect" from="/" url-prefix="http://sesame1.hdfcsldm.com/idm"
PathCheck fn="unix-uri-clean"
PathCheck fn="check-acl" acl="default"
PathCheck fn="find-pathinfo"
PathCheck fn="find-index-j2ee"
PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
ObjectType fn="type-j2ee"
ObjectType fn="type-by-extension"
ObjectType fn="force-type" type="text/plain"
Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
Service method="TRACE" fn="service-trace"
Error fn="error-j2ee"
AddLog fn="flex-log"
</Object>
<Object name="j2ee">
Service fn="service-j2ee" method="*"
</Object>
<Object name="es-internal">
PathCheck fn="check-acl" acl="es-internal"
</Object>
<Object name="cgi">
ObjectType fn="force-type" type="magnus-internal/cgi"
Service fn="send-cgi"
</Object>
<Object name="send-precompressed">
PathCheck fn="find-compressed"
</Object>
<Object name="compress-on-demand">
Output fn="insert-filter" filter="http-compression"
</Object>
<Object name="reverse-proxy-/idm">
Route fn="set-origin-server" server="http://150.2.0.171:8080"
</Object>
<Object ppath="http:*">
Service fn="proxy-retrieve" method="*"
</Object>Thanks
Madhu

Similar Messages

  • I have purchased a new iPhone on the online store, but how come Apple can send me an repacking old device (with scar on both the border and the cable port)!!!!  And after I phone to their hotline for the issue, they asking to give me hk$400 cash coupons??

    I have purchased a new iPhone on the online store, but how come Apple can send me a repacking old device (with scar on both the border and the cable port)!!!!
    And after I phone to their hotline for the issue, they asking to give me hk$400 cash coupons???? This action make me very angry. I have pay for my goods, but they are giving me some repacking rubbish, and trying to treat me as a beggar????
    I have make the request to give me back a new device in good conditions, I will wait and look for what they will delivery.

    Do you feel better now that you have vented?
    This is a user to user forum... if you want/need assistance, contact Apple directly.

  • Issue with Sun Webserver 7

    Hi
    I am facing issue with sun webserver7.0. I installed 64 bit version of sun webserver 7 on solaris 64 bit machine.
    I added my NSAPI extension to it. And it works fine.
    The problem i m facing is things are not consistance.. Like i configure my connector(nsapi extension) and request pageof that extension some time it comes and sometimes not.
    when i restart web server things starts working fine. until my connector restart when it adds extension to it.
    Also seen cases where the same page can be opened in IE cannt working in firefox.
    i tried all possible cases. I still not able to figure out issue is in my connector or their is issue with web server 7 for 64 bit.
    Thanks in advance.

    I don't know about this but I will try.
    1. Web Server's Web Container supports jsps.
    2. Can you use simple redirects in obj.conf for the rest to forward your requests?
    http://blogs.sun.com/elving/entry/regular_expression_redirects_in_7
    http://blogs.sun.com/elving/entry/301_permanent_redirects_in_7
    3. Or Can't you use reverse proxy to forward your requests?
    http://blogs.sun.com/meena/entry/configuring_reverse_proxy_in_sun
    4. I don't understand what you extensions do, if you want to simply register a file extension, can't adding new entry in mime.types work?
    http://docs.sun.com/app/docs/doc/819-2630/6n4thbiet?a=view
    "The MIME types file in the config directory contains mappings between the MIME types and file extensions."

  • Is there a patch for Adobe Illustrator CS4 for the issue described in APSB10-29 for CS5?

    APSB10-29 acknowledges a problem that affects CS5 and ALL earlier versions, however only makes available a patch for CS5. We tried using the patch on our CS4 installation, but it says it isn't applicable to our installation. Is there an applicable fix for earlier versions such as ours?

    We use the Nessus vulnerability scanner to check for potential OS and applications security issues, and it's picking up on this vulnerability in our Illustrator CS4 installattion, and it's suggesting we apply the 15.0.2 update, which we can't. So is this likely just a false positive? Do we know for a fact that this issue is strictly a CS5 issue? If that's the case I'll just note it as such and move on. Thanks.

  • FR Studio - Is there a workaround for the issue with referencing data from a grid with a different DB connection and different # of dimensions?

    Hi,
    I am trying to reference a column in a different grid with a different database connection. I did some research in the forums, and it seems like this is a known issue with FR Studio. The issue is that if the 2 different database connections have different # of dimensions, then the reference will throw an error.
    For example, what I'm trying to do is below:
    In grid2.column[A], I have the following formula:
    grid1.column[A]
    The result is an error.
    The ultimate goal is to have a basic variance formula in the grid between grid1 and grid2, which have different database connections with a different # of dimensions. Is there a workaround at all to this bug? The example of the basic formula is below:
    grid1.column[A] - grid2.column[A] 
    Any help is much appreciated!
    Thanks,
    Tiffany

    Thanks for the detailed response Mike.
    The issue with trying it in Grid1 vs Grid2 is that Grid1's DB connection has more dimensions than Grid2's DB connection. I can't change the DB connection to a database with more dimensions because you have to be able to map all dimensions from the existing DB connection  (Grid1) to the new DB connection (Grid2). This isn't possible, so instead I have to map Grid2 (less dimensions) to Grid1 (more dimensions). It just ignores the extra dimensions from Grid1. Does that make sense?
    Thanks again for your responses. It's very much appreciated.
    Tiffany

  • It's been months and there is not even a hotfix for the issues introduced by 4.3 yet

    It has been months since the 4.3 update, and there hasn't been a single hotfix or update to fix any of the issues introduced by 4.3, and let's not even mention the lateness of 4.4 in comparison to other brands. This is unacceptable.
    So many users reported issues, as basic as some of the Sound options not working, or abnormally high amounts of RAM usage, or even the **bleep** bug with the non-working camera button, making you miss important moments you wanted to photoshoot. Literally NOTHING has been done to remedy these very basic and (some very old) problems. I'm not even going to mention Xperia Facebook connectivity - it has become apparent that there are no plans to ever have this option work. And don't even pretend that we have forgotten about the touchscreen issues, which have also received ZERO RESPONCE from Sony. This is terrible.
    What is really sad is that they will probably 'rush' 4.4 (funny, as it's going to be an year late or more) and it will probably also have TONS of bugs, also left to decay for months or years before getting fixed.
    It really looks like Sony are so cheap that they wouldn't hire a second developer, because so far it seems that there is one person working to develop these updates, and probably 1 more person to test them.

    I have been waiting for some news of 4.4, but nothing seems to come out, still waiting expecting... However there was a leak from a carrier that the Z1 4.4.2 update will be released in April (for that carrier), hoping sony will release it soon..:')

  • [Suggestion]Ideas for the next MacMini

    Several suggestions for the next MacMini:
    1. AMD Fusion "Llano" 32nm. I think you could use this APU that AMD gonna launch very soon. Why? Because it's supposed to be very power efficient, it includes the GPU inside the silicon die, it supports DX11/OGL4/OpenCL 1.1 and it can reduce the production costs a lot.
    2. Add a Bluray option. I personally would like to see a Mini with a Bluray instead of using a DVD. Why? Because I own a lot of Bluray movies like Avatar, Matrix, Inception, etc... and I want to use the Mini as HTPC. On the other hand, my backups are becoming bigger and bigger so I would need to burn 5 DVDs which is very tedious... Please, add an option to buy the Mini with an internal Bluray optical drive!
    3. Please, put the connectors on the front. Currently they're on the back side which is not really practical... If you don't want to ruin the aesthetics just place a cover which could open when you touch it, showing the connectors.
    4. USB 3.0, please... ( and keep the Firewire connector too because it's still useful! ).
    5. Please, add an option to get a SSD instead of the traditional HDD. I personally would keep the HDD option because the SSD can make the product much more expensive.
    6. Price. I think the Mini should be always in range 399-599$, specially because we're in the middle of an economical crisis and you should moderate its price.
    Thanks.

    woodmeister50 wrote:
    It would be nice to have a "single" USB and SD card slot on the
    front. If someone wants all the connectors on the front, they should
    just turn it around.
    Yes! I like the clean front -- one of the main selling features.

  • Certificate does not match a unique certificate on this host for the issuer

    Hey everyone!
    I've been working with a strange issue on my persistent chat pool. I added a pool to my current deployment, all of which went without issue, until I tried to connect to one of my chat rooms, where I was met with the infamous "Your chat room access may
    be limited due to an outage". The logs were filled with the following error
    "The persistent chat server can not establish or maintain MTLS connection to the Lync Server
    Reason String: RemoteDisconnected"
    When I went to renew the internal cert, I get the message:
    WARNING: "4f000000139c71d470b9a56af1000000000013" does not match a unique certificate on this host for issuer "CN=hosting-EXAD2-CA-1, DC=hosting, DC=email".The following certificate was assigned for the type "Default":Default:
    E1864894FD306300A16F301AA21446CF45F7ABD3 EXPCPOOL.hosting.email 02/16/2017 CN=hosting-EXAD2-CA-1, DC=hosting, DC=email 4F000000161F1E51F1F5EB8C57000000000016ImageWARNING: "Set-CSCertificate" processing has completed with warnings. "1" warnings
    were recorded during this run.ImageWARNING: Detailed results can be found at "C:\Users\administrator.HOSTING\AppData\Local\Temp\1\Set-CSCertificate-[2015_02_17][08_29_57].html".
    Any thoughts on this?

    Hi,
    Check this old thread
    https://social.technet.microsoft.com/forums/lync/en-US/3d569519-8a43-4cd2-b322-718ee575e140/lync-frontend-certificates-vanish
    https://guybachar.wordpress.com/2014/04/16/certificate-requirements-for-lync-2013-enterprise-persistent-chat-server/
    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

  • Ipad third party suggested software for the elderly

    What third party software on the ipad is good for the elderly?

    dbaps wrote:
    All I was trying to do was to get some ideas for setting up an Ipad for my Dad for Father's Day. It's getting so you can't even ask a question w/o someone blasting you.
    I appreciate the links that people provided. For the record, this was not meant to insult anyone. If I go to CNet.com I can get the top 10 downloads. So magazines will last best apps, etc...I did not mean to insult anyone. I apologize if anyone took my question the wrong way.
    To narrow this down, my father loves to read, loves card games, board games.  I'm also interested in something that will expand his education on how to use the Ipad.
    Thanks,
    Paul
    I just think folks found it such a broad, open ended question it is difficult to really say specifically.
    For reading, depending on what your Dad likes to read, you have lots of options.  Many newspapers, magazines and news sites have specific apps for thier content, so you can search for ones that you know he reads.  You can install the iBook app, the Nook app both of which have their own stores to purchase from, but both also support non-DRM ePub formats like those from project Gutenberg, so you may be able to pre-load them with some free books he may like (or give him a Barnes&Noble or iTunes gift card to buy his first books).  There is a Kindle app too, if you do not mind being tied to the Kindle store only.
    There are also some excellent crosswords apps if he likes those and I like the board games from Optime software (chess and checkers) but there are also apps for SmartGo, Mancala, Backgammon - just browse the section in the app store to see what catches your eye.

  • HT1365 My ipad has trouble staying connected to wireless even though have strong wi fi signal strength.  Suggestions on solving the issue?

    My iPad had trouble staying connected to wireless even though have strong wi fi signal strength.  Could this be an iPad issue or something to do with updates or an adaptor?  Appreciate any feedback.
    bearjr

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • HT1677 safari suggested sites for the ipad

    Is there a way to turn off the suggested sites bar in safari?
    The sites it's suggesting are ones I no longer visit.
    Thanks.

    If you mean in the url field itself, no you cannot remove the suggetsed sites. You start typing and suggestions pop up. If you mean in the search field you can try resetting Safari, but I don't think that will totally clear everything. Restoring to factory settings will clear everything because it will erase the iPad, but thats a bit drastic just to avoid seeing suggestions for sites that you no longer visit.
    Settins>Safari>Clear History, Cookies and Data.

  • Seek your help about the issue of Sun JES can not work well in HP9000

    Recently I am testing Sun JES (Java Enerprise System) 2005Q4 in HP9000 (HP-UX 11.11), but I encountered some troubles, after installation, Sun AM -- Access Manager (its old name is Identity Server) and Sun Portal Server can not work well, others (such as Sun App Svr, Directory Svr, Admin Svr) are OK.
    When I try to access AM admin console (http://myhost.mydomain.com:8080/amconsole), exception was thrown as below:
    exception
    javax.servlet.ServletException
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:300)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    root cause
    java.lang.NoClassDefFoundError
    com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:99)
    com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:242)
    com.iplanet.am.console.base.ConsoleServletBase.checkAuthentication(ConsoleServletBase.java:355)
    com.iplanet.am.console.base.ConsoleServletBase.validateSSOToken(ConsoleServletBase.java:238)
    com.iplanet.am.console.base.ConsoleServletBase.onBeforeRequest(ConsoleServletBase.java:188)
    com.iplanet.jato.ApplicationServletBase.fireBeforeRequestEvent(ApplicationServletBase.java:1105)
    com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:591)
    com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    java.security.AccessController.doPrivileged(Native Method)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    After many test, I still can not finger out what is the real reasons casued this exception in HP-UX.
    The possible risk is JES 2005Q4 requires some software and hp-ux bundles patches before install JES, but I can NOT find the exact version of them from hp web site, and use corresponding higher version to release them.
    JES 2005Q4 needs:
    Perl (B.5.6.1.F) HP-UX11i
    Tour A.02.02
    Libiconv 1.9.2
    GOLDAPPS11i & GOLDBASE11i (June 2004, B.11.11.0406.5)
    I installed:
    perl_D.5.8.0.G_HP-UX_B.11.11_32+64
    TOUR_B.03.01_HP-UX_B.11.11_32_64
    libiconv-1.11-hppa-11.11
    GOLDQPK11i_B.11.11.0612.459
    I am very appreciated for your help!
    Thanks!!
    Vhu
    ===============
    some test env:
    bash-3.00# uname -a
    HP-UX rp3440 B.11.11 U 9000/800 1110163507 unlimited-user license
    bash-3.00# java -version
    java version "1.5.0.01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.01-_06_jun_2005_05_20)
    Java HotSpot(TM) Server VM (build 1.5.0.01 jinteg:06.06.05-04:39 PA2.0 (aCC_AP), mixed mode)
    JES media:
    java_es_05Q4-ga2-hpux-parisc.zip
    installed components in JES: App Svr, AM, Portal Svr, Directory Svr, Admin Svr.

    This is a double posting, please only post in one discussion at a time.
    Keynote 6.5 is stable and reliable under Yosemite for most users.
    As with all new operating systems and applications, a small number of users find a few problems.
    Copy and pasting text from and into Keynote from all the applications I have, work perfectly: the applications include; Safari, Mail, Word, PowerPoint, excel, Pages, Numbers, iMovie, Photoshop, InDesign, Illustrator.
    If you want to place graphics into Keynote, use one of the following methods:
    Insert > Coose
    click the media button on an image placehoder
    click the media button on the tool bar
    drag and drop from a Finder window
    Copy and pasting images into Keynote is not supported

  • Suggesting Music for the iTunes Store

    Is there a place where I can leave feedback regarding or to request an album or music from a particular artist that cannot be currently found on iTunes?

    That's a really good question Zannder because it would be nice if the iTunes store could provide Album Artwork for everything and not just what they have available to sell in the store. That would help me a lot.
    Cya
    G

  • Suggested improvements for the Room Console application

    The Room Console is a pretty nice tool to have out of the box to aid in visual debugging of LCCS room-state. However, I think it would be far more usable if the list of "My Rooms" were sortable and searchable. Once that list gets full it can be a huge pain to find a single room.

    Hi Brian,
    Here is another thread about this:
    http://forums.adobe.com/message/3489408#3489408
    -Jamie

  • My earpeice on my Iphone4 does not work. It acts as if i still have earphones plugged in. I have tried plugging in and out the earphone several times but it still has not resolved the issue. I have rebooted my phone but the problem still exits. Suggestion

    Hi, I am using and Iphone 4 with OS 4.2.1, I recently started facing issues with my iphones earpeice. It acts as if the earphones are still connected. I have tried plugging in and out the earphones several times as per several posts confirming a fix for the issue, however i am still facing the problem. Please suggest..!!!!

    We had the same problem, but figure out the solution.
    You MUST have at least 1 song added to your ITUNE!  After you add a free song, then everything else should work as normal!
    Hope this helps!

Maybe you are looking for

  • E2500 Not working correctly

    Hello! I am trying to figure out if my router is broken out of the box, or if its a setting of some kind that needs attention. I have two computers on this router - one via ethernet - one via wireless. One seems to effect the others performance in ge

  • Fault handling using BPEL

    Good, I'm working on a research project and I have been assigned the task of processing errors in SOAP BPEL. I've been searching on Internet and the most commonly methodology used is soap-fault with throwing and catching exceptions in BPEL process. I

  • Windows 8 Pro 64bit, Aladdin eToken Pro, CISCO VPN-Client 5.0.07.0440 - Responding : Reason 403: Unable to contact the security gateway...

    Windows 8 Pro 64bit, eToken (Aladdin with newest Safenet etoken-Client V 8.2.85.0) Pro (V.with Cisco Systems VPN Client Version 5.0.07.0440 -> VPN Error-Log : VPN-Client Responding : Reason 403: Unable to contact the security gateway... (Detailled VP

  • No Document Opened

    Hi all, I got a problem with opening and creating new document in SOLAR01. Each time I create, or try to open a document, nothing displayed in SAP editor (no template, no doc display) for any Office document. It prompts "No document opened" Previousl

  • Have an idea for Apple

    Hello everyone. I know this is a little bit irrelivant but I have an idea for Apple iPad (it includes bluetooth tech. so that's why I write this here) and I don't know what to do, where to contact.. etc. Can you help me about my problem? Thank you.