CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Posts
    3

    Question WebSphere - Net.Data

    I am new to posting here and hopefully will be able to find some help. I am working for a medium sized internet based company that runs IBM Net.Data aka WebSphere. It is my task to incorporate caching into their web pages. After mulling through the IBM documentation I am still running into some problems. I cannot figure out where to place my cachemgr.cnf file so Net.Data can access it. Moreso, how do I point Net.Data Web Commerce Suite to my cache manager configuration file. Any help would be greatly appreciated. Thanks again

    Matt Equinoa

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    Wherever you place your cachemgr.cnf file (or maybe name the modified copy as "myconfig.cfg"), you can use the following command to start the Cache Manager with that config file:

    cachemgrd -c myconfig.cfg
    Try it and see.

  3. #3
    Join Date
    Jul 2002
    Posts
    3

    Talking Thanks for the help

    Thanks for the help, I will give it a try.

    Matt

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured