Infrastructure Help Where to Place the Cache 505

Should I put our cache server before our Pix Firewall or in the DMZ?

This depends on where your wccp router is located. The rule of thumb is to place the cache engine closest to the clients.If your wccp router is on the outside of the firewall and your CE is either on the inside or DMZ you would have to create a conduit for GRE and a static for translation for the CE. Keep in mind that by placing the CE on the inside or the dmz, there will be extra traffic going through the pix because of the wccp redirection.
I hope this helps.
Gonzalo

Similar Messages

  • Where to place the third party jars on WLS 7.0SP2

    Our application use the thirdparty JDBC driver, for example, the JDBC driver for
    mySQL. I donot want my customer to modify startWeblogic.cmd or some file else
    to make the jar file available for the applicaiton.
    my question is if some directory exists under weblogic700/server where I can place
    the jar file(that is, like the installed extension of JDK or JRE).
    I try to place the jar file on server/ext, it does not work.
    Guofeng

    "Guofeng Zhang" <[email protected]> wrote in message
    news:[email protected]...
    >
    Our application use the thirdparty JDBC driver, for example, the JDBCdriver for
    mySQL. I donot want my customer to modify startWeblogic.cmd or some fileelse
    to make the jar file available for the applicaiton.
    my question is if some directory exists under weblogic700/server where Ican place
    the jar file(that is, like the installed extension of JDK or JRE).
    I try to place the jar file on server/ext, it does not work.
    GuofengDisclaimer: I am a newcomer to the world of BEA WLS,
    so try this at your own risk.
    For the 3rd party classes to be found, they have to be included somewhere
    in the CLASSPATH. The best place (IMO) for customisation of the CLASSPATH
    is in the extEnv.sh. You will not find it in a standard installation of
    WLS, but if you look in $WL_HOME/server/bin/startWLS.sh you will see this:
    PATH=".${PATHSEP}${WL_HOME}/server/bin${PATHSEP}${JAVA_HOME}/jre/bin${PATHSE
    P}${JAVA_HOME}/bin${PATHSEP}${PATH}"
    # Import extended environment
    if [ -f extEnv.sh ]; then
    . extEnv.sh
    fi
    Note the inclusion of "." at the start of PATH. This is magic that enables
    the ". extEnv.sh" command to locate the "extEnv.sh" script.
    In "extEnv.sh" you can use the EXT_PRE_CLASSPATH, EXT_POST_CLASSPATH,
    EXT_PRE_PATH, EXT_POST_PATH and LD_LIBRARY_PATH to add additional classes
    and directories to the server environment.
    For additional information, refer to the WebLogic Server Administration
    Guide (http://e-docs.bea.com/wls/docs70/adminguide/startstop.html).
    Similar, if you look in $WL_HOME/server/bin/setWLSEnv.sh you will see this:
    PATH="${WL_HOME}/server/bin${PATHSEP}${JAVA_HOME}/jre/bin${PATHSEP}${JAVA_HO
    ME}/bin${PATHSEP}${PATH}"
    export PATH
    # Import extended environment
    if [ -f extEnv.sh ]; then
    . extEnv.sh
    fi
    Note the missing "." in the PATH. This effectively means that even if
    the "extEnv.sh" script exists in the current directory, then ". extEnv.sh"
    command will only look along the PATH for the "extEnv.sh" script! To me,
    that looks like an error (probably caused by a DOS-programmer used to
    the default behavior in DOS to always look in the current directory
    regardless of the setting PATH), so as part of my localised installation
    procedure, I replace the offending part of setWLSEnv.sh with:
    # Import extended environment
    if [ -f extEnv.sh ]; then
    . ./extEnv.sh
    fi
    which forces the "." command to read the "extEnv.sh" file in the current
    directory, regardless of the setting of the PATH variable. I have
    notified BEA of this, but their responses is that it is per design!
    Regards,
    Jan Bruun Andersen

  • 1st RMI implementation: where to place the security files?

    Hi all!
    I'm preparing my first implementation of RMI, I'm using the following example:
    http://java.sun.com/docs/books/tutorial/rmi/index.html
    At the moment, I have the following questions:
    where I have to place the security files? (which directory with what files)
    when I try "javaw rmiregistry" there is an error message (can't find main class...)I don't know why... I use the same machine for both client and server... and almoust the same path (client: "...\bin\client" and "...\bin\engine" to server)
    Can you help me?
    Thanks and regards! :)

    1) where I have to place the security files? (which directory with what files) For the given example,
    For server, filename will be = server.policy
    path = should be in the classpath, for better put in folder from where you are executing.
    otherwise, put the exact path in the command as (if file is in c:\:)
    {noformat}java -cp c:homeannsrc;c:homeannpublic_htmlclassescompute.jar
    -Djava.rmi.server.codebase=file:/c:/home/ann/public_html/classes/compute.jar
    -Djava.rmi.server.hostname=zaphod.east.sun.com
    -Djava.security.policy="c:\server.policy"
    engine.ComputeEngineSimilary you can do for client.
    {noformat}

  • Where to place the class file of the java bean when using the packager

    I am using the activex bridge in j2se 1.5.0_06
    now i have created the jar file for my bean but where do i place the class file?
    i.e the bean..if i keep it in jdk\bin the packager gives me an error..i created a folder in my public jre jre\axbridge\bin and placed the class file there too but even this didnt work
    Kindly tell me what is the fully qualified package bean name if i have placed all my files under jdk\bin..

    D:\Java\jdk1.5.0_06\bin>packager -reg d:\java\jdk1.5.0_06\bin\PersonBean.jar Per
    son
    Processing D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\\Person.idl
    Person.idl
    Processing D:\PROGRA~1\MICROS~2\VC98\INCLUDE\oaidl.idl
    oaidl.idl
    Processing D:\PROGRA~1\MICROS~2\VC98\INCLUDE\objidl.idl
    objidl.idl
    Processing D:\PROGRA~1\MICROS~2\VC98\INCLUDE\unknwn.idl
    unknwn.idl
    Processing D:\PROGRA~1\MICROS~2\VC98\INCLUDE\wtypes.idl
    wtypes.idl
    Registration failed:
    The packaged JavaBean is not located under the directory <jre_home>\axbridge\bin
    this is the error i get

  • Where to place the oracle 10g forms and reports folder in Linux server

    Hi....
    Currently iam migrating a module to oracle 10g.
    All my modules which consists of form folders and report folders are inside a
    folder called PROJECT and placed in C:\ in windows server.
    So when i want to call a form or report i have used path as 'C:\PROJECT\module_name\form_name.fmx';
    Now my client wants his project to be used in LINUX based server.
    Now i want to know where i have to place my Project's form folder and reports folder
    and how i have to call them...
    thanx in advance

    Can you say how can i call reports as u said hardcoding the path while calling report is not a good practice.I agree with Dhiraj Madan, hardcoding paths is a very bad idea, your application becomes non-portable.
    For FORMS_PATH you can use default.env, as already said (or <your envfile>.env, if any).
    The same can be done for REPORTS_PATH, by using reports.sh script, in $ORACLE_HOME/bin.

  • Not asked where to place the application

    The install process assumes that the purchased application is be in the the /Applications folder.
    IMHO, that folder is not for 3rd party applications - I move applications that install themselves there to another folder and if the apps refuse to run properly, they are uninstalled/deleted.
    Remember: this is my computer, not yours, to be organized my way, not your way.
    Message was edited by: ChipMcK3

    Welcome to Discussions, ChipMcK3!
    Just in case you did not know, Discussions is a user-to-user forum -- you are talking to other users like yourself. So if you have a suggestion for a change in an Apple application like the Mac App Store, it won't do you much good to post it here. Instead, send such things to Apple using the http://www.apple.com/feedback/ page.
    Regarding where apps are installed, the /Applications folder is intended for all applications that are shared among user accounts. If you don't keep them there, you may have problems with updaters, permissions repairs, uninstallers, & in a few cases application stability; so it is a good idea to stick with this organization.
    However, if you want to categorize differently, one way to do this is to create new folders in your user account's home folder, & place aliases of the apps in them. You can also use the label function to color code the apps within the /Applications folder, say with orange for untested 3rd party apps & green for tested ones.

  • DMZ and Firewall Issues or where to place the Infra Server

    Hi,
    finally, I've got a more or less working Midtier Server on United Linux. I've two machines: a Sun Box which has the Infrastructure and the storage on it in the intranet, and I've got a linux box in the DMZ with the midtier on it. Unlucky as I am in this mission, I figured out, that Portal want's to contact the Sunbox for SSO from the browser and not as I assumed from the Server Side. But the forwarded Hostname is an internal name only. Am I right, that it would be the best solution, to install the infra option (SSO etc.) on the DMZ machine as well. So, the scenario would look like this: E-Storage and files on the intranet machine (eg. Sunbox) and Infra and middle in the DMZ. Please help.
    Eric

    I don;t know to what end this will help you, or if it actually addresses your question - i;m a bit vague on technologies likes firwalls and dmz - save understanding their general purpose.
    anyway due to hardware limitations, we have had to deploy ocs on a single node. Red HAt 7.3 (yep os limitations aswell). Anyway our general access to the internet is done via a cable connection. This connection is shared amongst our LAN via a proxy. Now, the linux server was given an ip that belongs to the cable network - its not part of our LAN. Anyway , we initially started by opening port 7778 and 7779 as these were the ports for web access - for end users. This did not work. Just like u mentioned in your post SSO access - thus we had to open port 7777. This done it all appears to run fine.
    Anyway, have a search through technet, there is a paper on firewall loadbalancing - with respect to iAS - this is the technology used to deploy most of the OCS applications - i imagine this may just address a few of your questions.

  • Where to place the test tone.

    Is there a preferred channel/track for the sync pop/tone?
    I've been working on a small scene that I now have to deliver back as aif slpits/stems, but I think I moved it from it's original place. It used to be on the a dialog track, but I moved it to the Foley/Fx track. Does it really matter much where it is? Or as long as it's there everybody is happy? Should it be on all the splits/stems I deliver?
    I'll have 3 splits. One for Dialog, one for Foley/Sfx and the other one a Master Split containing both the dialog and the foley/fx.

    Hi Noah, it doesn't really matter what track it is on in your project. But it needs to be on all stems. so what I usually do is put one on a voice track, one on a sfx track, one on a music track.
    1Khz at about -20 for 1 frame. When they're all summed it still won't be too loud.
    Other thing to watch out for is that there is no reverb or delay send at that point on the track where the pop is - you want it to be dry.
    While we're at it, if you are putting line-up tones at the head of a file you really only need 1khz with a digital file, and it should be a -20db unless otherwise requested. *DO NOT put a 0db tone!*

  • Help where to place driver?

    Hi all, I am new to macs in general and have downloaded "audacity" a program for recording music. To save it as an MP3 i need a driver to do that, the one the offer is lame_enc.dll. On the install guide here... http://www.zeropaid.com/news/7502/Howto+Rip+Music+FromMySpace it says that i need to save the .dll file to C:\WINDOWS\SYSTEM and locate it there when the program asks. On a mac though I dont know where to save this driver. Thanks in advance! Any help would be appreciated as I am really lost. I managed to do this on windows, but cant figure it out on the mac, Audacity will work, just cant save to MP3 without the driver.

    Hi la lynx.
    The good news is that I actually made it to work with no problems.
    The step is as following:
    1. Pick up the libmp3lame-osx-universal-3.97.zip from http://spaghetticode.org/lame/
    2. Unzip the file.
    3. You get a folder named libmp3lame-osx-universal-3.97. In this folder go to
    package/usr/local/lib/
    4. You will find the file libmp3lame.dylib. Move this file anywhere you please.
    One good location may be somewhere your Library folder at your home folder.
    5. Then start up the Audacity application.
    6. Make a project, or open an existing project.
    7. Go to the file menu. Select the menu item which export the project as MP3
    8. You get a window where you are asked to name your new MP3 file and give your location of the new MP3 file. Click save in this window, when ready.
    9. Then you get a window where you are asked to tell where the mp3lame library resides. Here you have two options. Either you get a window allowing you to click on the folders until you find libmp3lame.dylib. When you find this file open it. The other option is (as far I remember) to write the full name (path and filename) of the library. If you get it right this question will never be asked again later.
    10. Then you are asked to file in some data about the mp3 file.
    Then the Audacity application will make the mp3 file without any problems.
    If you still have problems, please post again describing exactly what you are doing.
    With regards,
    dagd

  • Help need for placement of firewalls at the core design

    Hello all,
    I am planning to implement edge and core firewalls in the datacenter. We have 2 core Nexus 7Ks which does layer 3 routing for core for our internal vlans. Our edge firewall are connected directly to Nexus core. This should provide the north to south traffic protection. All our servers are running on VMware installed on UCS. UCS is connected through nexus 5ks. Some standalone devices/servers are connected through 2ks. Most of the stuff is on vmware. I want to implement core firewalls but confused a little bit about where to place the firewalls in the network. Basic idea is to have seperation between the 3 tiers application, web and database for compliance and secuirty purposes. Basically while researching on the net I got 2 options to go,
    1. Have 2 firewwall in active/standby connected to nexus5k at transparent mode and trunk all the vlan traffic which needs to be inspected.These will be different from the edge firewalls. This will be for east to west traffic.
    2. Implement VSG and ASA1000v since both are complementary to each other and should have nexus 1000v to implement it.
    Please help me to decide which way to go in terms of scaling the network.

    forgot to add the screen shots here they are
    File Receiver Channel
    In Second ICO : I have configured the sender FileChannel as below
    This file sender channel will pick the file based on the trigger file concept . if abc.trg then pick the mainpaylaod with extension   abc.xml .

  • Where could i place the RTF file (locally or in server custom top)

    Hi guys,
    I am very new to xml report publisher and I completed one RTF template successfully and i am accessing oracle apps through my client instances which is in USA.
    I dont knw where to place the RTF file whether in my local system or in the custom_top.
    please reply immediately if any one knw,I hope that i will get immediately reply and its very urgent task to complete.
    Regards
    Praburam s

    Hi,
    I knw that oracle apps have separate res as XML Publisher Administrator.
    Just I want to knw in Template tab we should attach the RTF.My question is that where should i browse for that RTF(in template tab) to my local machine or server custom top)..
    Can i save my rtf file as locally or in server custom top.
    I hope that u can get my question..
    Please reply immediately.
    Regards
    Prabu

  • Can I specify the location where iTunes places ripped mp3's?

    I would like to use iTunes to rip my CD's.
    However:
    1. I keep my music at a different location (directory tree arranged by genre, artist, albums etc) than the iTunes library. I manage the music library myself.
    2. I edit the MP3 tags outside of iTunes (using MP3TAG software).
    So, can I
    1. tell iTunes the directory where to place the ripped mp3's and
    2. prevent iTunes from automatically integrating the rips into its library. I will import the mp3's into iTunes when I an good and ready.

    Aloke wrote:
    I would like to use iTunes to rip my CD's.
    However:
    1. I keep my music at a different location (directory tree arranged by genre, artist, albums etc) than the iTunes library. I manage the music library myself.
    2. I edit the MP3 tags outside of iTunes (using MP3TAG software).
    So, can I
    1. tell iTunes the directory where to place the ripped mp3's and
    Not really. iTunes places rips at *<iTunes Media Folder>\(Music\)<Album Artist|Artist>\<Album>\## <Track>.<ext>*. You can change the location of your *<iTunes Media Folder>* but that's it. The optional Music\ bit depends on whether you're using the new *iTunes Media Organsiation*.
    2. prevent iTunes from automatically integrating the rips into its library. I will import the mp3's into iTunes when I an good and ready.
    Nope. iTunes add files to the library as part of any import, rip or play operattion.
    For what it's worth I keep my library organised manually, but why use MP3Tag to edit data that can just as easily be editied inside iTunes? After I rip an album or purchase from iTunes/Amazon I use iTunes to amend the details so that the album will be properly organised (see tips at http://www.samsoft.org.uk/iTunes/grouping.asp) and then use MediaMonkey to reorganise the files & folders to my style. I then simply delete & reimport the album.
    tt2

  • I am trying to get my vi to trigger, not sure where to add the trigger

    I need a vi that can trigger using an analog rising edge (1V), then produces a square wave (any square wave will do for now), and then show the measurement of the waveform.  Attached is the code that I have made so far.  Not sure how to get a trigger attached, or where to place the trigger, onto what I have done so far.  Another question is where to have it triggered from, do I need to add another generate waveform to produce the trigger signal?
    Any help is appreciated!!
    -ncm
    Solved!
    Go to Solution.
    Attachments:
    Generate and Read Waveform.vi ‏39 KB

    Hi,
    You can place a DAQmx start trigger VI in the code at the top, between the DAQmx Timing and DAQmx write VIs, and then set the trigger type to "Analog Edge" and specify the channel to trigger from (in this case I think you would use the APFI line on your card).  Check out the 'Voltage - Continuous Output' Example'  if you need help implementing this in code, that example covers analog output with different types of triggering in a setup similar to yours.
    Matt Lee
    National Instruments
    Applications Engineer

  • "Bookmark this Page" no longer asks where to file the bookmark

    Since upgrading to 3.6.12 (OS-X) when I click on "Bookmark this page" it never asks where to place the bookmark. Instead the bookmark ends up at the bottom of "Bookmarks Menu" and I must move it with "Organize Bookmarks".
    I must have changed something, but I'm darned if I can figure out what to do to fix it. Help please.

    Yes. It was Mcafee Site Advisor 3.3 for me too. But, for the record, this was happening in earlier versions of Firefox also. But it was the recent update of Site Advisor that was preventing the Bookmark menu from opening. I disabled it and all is well.

  • Where to place ORDER BY clause when a query includes UNION

    I have a query that has UNION in it. could you please tell me where to place the ORDER BY clause. Because it's throwing an error if i place the ORDER BY clause at the end

    Because you are using the UNION set operator, you need to either specifically list your columns or use positional notation.
    Without a set operator we can order by the column name without specifically listing it:
    SQL> select * from dual
      2  order by dummy;
    D
    X
    1 row selected.This doesn't work once you introduce a set operator:
    SQL> ed
    Wrote file afiedt.buf
      1  select * from dual union all
      2  select * from dual union all
      3  select * from dual
      4* order by dummy
    SQL> /
    order by dummy
    ERROR at line 4:
    ORA-00904: "DUMMY": invalid identifierSo you need to either use positional notation:
    SQL> ed
    Wrote file afiedt.buf
      1  select * from dual union all
      2  select * from dual union all
      3  select * from dual
      4* order by 1
    SQL> /
    D
    X
    X
    X
    3 rows selected.Or, specifically list or alias the columns you are projecting:
    SQL> ed
    Wrote file afiedt.buf
      1  select dummy from dual union all
      2  select dummy from dual union all
      3  select dummy from dual
      4* order by dummy
    SQL> /
    D
    X
    X
    X
    3 rows selected.
    SQL> ed
    Wrote file afiedt.buf
      1  select dummy as d from dual union all
      2  select dummy as d from dual union all
      3  select dummy as d from dual
      4* order by d
    SQL> /
    D
    X
    X
    X
    3 rows selected.cheers,
    Anthony

Maybe you are looking for