Blogging Engines and Servers

I'm new to the blogging feature of Contribute and have to set
up a blogging server as well. Can anyone recommend a good Blogging
server for Contribute? Thanks.

WordPress is the most common that I have seen. But it depends
on your server. If you can use PHP/mySQL than that will work. If
you need an ASP one that could be found also.
So which language do you need it in?

Similar Messages

  • Security & Servlet engine and ejb container on different servers

              When you have the servlet container and the ejb container on different physical servers,
              how is the rmi connection meant to to be done while still maintaining the seucrity
              propagation from servlet to ejb tier?
              Assume that my user is already authenticated (forms) on the servlet tier. Do we then
              create a dedicated connection (InitialContext + url/username/password properties)
              to the ejb tier and store this connection in the HttpSession? (basically authenticating
              a 2nd time)
              OR,
              can the servlet container make a generic connection to the ejb container, and pass
              the users security context to the ejb tier transparantly?
              -Sam
              

    Nick Minutello <[email protected]> wrote:
              > Assuming that web container security is being employed, I guess the fundamental question
              > is: Is it necessary to create a "connection" (ie. an InitialConext) per user, or
              > can a "global" initial context be shared (in the end, the TCP connection is shared
              > anyway)?
              It doesn't create a 'connection' per user - when you use JNDI authentication (specifying
              principal and credentials when constructing InitialContext) it associates security info
              with the current thread for the duration of the request. If you cache InitialContext and
              use it later on some other thread it will not do anything.
              > Does it really matter?
              No ;-)
              > Thanks,
              > Nick
              > "Dimitri I. Rakitine" <[email protected]> wrote:
              >>Nick Minutello <[email protected]> wrote:
              >>
              >>
              >>> OK, so when I create the InitialContext, I just specify the URL (to call
              >>the remote
              >>> EJB container). The user ID and credentials are mapped automatically.
              >>
              >>> I obviously also need to cache the initialContext variable in my HTTPSession
              >>object?
              >>
              >>> What would happen if I had one InitialContext for the whole servlet engine
              >>- and
              >>> each thread used that. Would the thread (security) context still get passed
              >>- or
              >>> would the credentials for the original connection get used?
              >>
              >>If you use web-app security, container will associate security info with
              >>the current
              >>thread before invoking your servlet. If you do not use it and cache InitialContext,
              >>
              >>then the current user will always be 'guest' (except for the very first
              >>time when
              >>application calls 'new InitialContext()' with username/password.
              >>
              >>
              >>> Thankyou.
              >>> -Sam
              >>
              >>
              >>> "Vinod Mehra" <[email protected]> wrote:
              >>>>
              >>>>"Sam the bad cat" <[email protected]> wrote in message
              >>>>news:[email protected]...
              >>>>>
              >>>>>
              >>>>> When you have the servlet container and the ejb container on different
              >>>>physical servers,
              >>>>> how is the rmi connection meant to to be done while still maintaining
              >>>>the
              >>>>seucrity
              >>>>> propagation from servlet to ejb tier?
              >>>>>
              >>>>> Assume that my user is already authenticated (forms) on the servlet
              >>tier.
              >>>>Do we then
              >>>>> create a dedicated connection (InitialContext + url/username/password
              >>>>properties)
              >>>>> to the ejb tier and store this connection in the HttpSession? (basically
              >>>>authenticating
              >>>>> a 2nd time)
              >>>>>
              >>>>> OR,
              >>>>> can the servlet container make a generic connection to the ejb container,
              >>>>and pass
              >>>>> the users security context to the ejb tier transparantly?
              >>>>
              >>>>If the user has logged in already, ie the authenticated user is already
              >>>>in
              >>>>the execute
              >>>>thread, the identity should be propgated to the ejb tier transparantly,
              >>>>when
              >>>>you create the
              >>>>new initial context.
              >>>>
              >>>>--Vinod.
              >>>>
              >>>>
              >>>>>
              >>>>> -Sam
              >>>>>
              >>>>>
              >>>>
              >>>>
              >>
              >>--
              >>Dimitri
              >>
              Dimitri
              

  • Salience Engine and Sentiment Analysis

    Hi ,
    Can anyone tell me how can i add my own sentiments keywords and tell which word should be goes into positive or which goes into negative ??
    Can i create my own language in the lexalytics tool and access them into the keywords as the data into the library and tell Endeca Server and the Salience Engine that you must have to put this statement into the positive sentiment and the other into the Negative Sentiment ???
    Please Reply ....

    Bhumin,
    Judging from your other thread, you are probably still looking to do Sentiment Analysis in Arabic, is that correct?  For the supported languages, Lexalytics supports customization to allow for different dictionaries related to entity extraction and a bunch of other features.  For more, you can see this blog post and the Lexalytics config documentation. 
    However, Arabic is not a supported language for Sentiment and due to the way Arabic is constructed as a language, I don't think it's something you could handle with Lexalytics as it's currently constructed.  Your best bet is to integrate your data ingest processes with a 3rd party tool or something offered as a service to get what you need.
    For example, RepuState has an API that looks pretty interesting (I have no affiliation with them whatsoever) and supports Arabic sentiment analysis.  Seems like it could be very easily hooked into Integrator.
    Hope that helps,
    Patrick Rafferty
    Branchbird
    Oracle Endeca Information Discovery Specialized Partner

  • Engine and NSMAdmin client refuse to install/work on DC

    Hi,
    I have a strange problem setting up Storage Manager 3.0.3 at a customer.
    The customer has a server 2008 R2 64 bit DC especially for IDM purposes (IDM Remote Loader, Exchange tools for creating mailboxes and also intended to be the Storage Manager server for the creation of home directories after adding a user to AD by the IDM AD driver).
    First i installed the Test environment. I tried to install Storage manage Engine and Admin console on the DC with a user that is member of domain admins, enterprise admins, schema admins.. the lot.
    When i tried to logon to the Admin Console, the console gives me an error: authentication failed due to logon rights not being granted to the account. The admin console does NOT start with the rest of the setup and the user does NOT become part of the NSMAdmins group (the group is never created).
    Well.. after a week of trying, i blamed the DC and installed in on a member server. It went well, the NSMadmin tool logged in correctly and the setup was continued. NSMAdmin group was created and everybody was happy.
    This week i installed the QA environment. (Those are new clean servers) and guess what. EXACTLY the same problem. I did some additional testing by installing the engine and admin console on a member server + DC and tried cross-connecting:
    - Connect from NSMAdmin client on member server to DC engine: Failed login, no Setup
    - Connect from NSMAdmin client on DC to engine on member server: Failed login, no Setup
    - Connect from NSMAdmin client on DC to engine on DC: Failed login, no Setup
    - Connect from NSMAdmin client on member server to engine on member server: Success, install continues and asks for the license key etc.
    All attempts where done:
    - Using the same domain user
    - Retried with a cleanly created domain admin user
    - On server 2008 R2 64 bit (both DC as member server)
    There is a clear relation to this topic:
    http://forums.novell.com/novell/nove...ins-group.html
    Can anyone tell me what's going on here. It seems that Storage Manager cannot be installed on a DC.

    Hi,
    > Can anyone tell me what's going on here. It seems that Storage Manager
    > cannot be installed on a DC.
    Do you have a forest with multiple domains?
    Remember to specify the correct domain at logins and such, I remember
    having some problems with that.. some things pointed to the wrong (root)
    domain.
    Our test environment has NSM on the the DC, in production we run NSM on
    separate server.
    sk

  • Single DB Engine and multiple DB Instances approach

    Hi Tech Arch gurus,
    Need some advice from all of you. We are currently planning to install SAP  training systems to latest versions.
    We are getting recommendations to goahead with Dedicated host for Oracle Installation where we have Single DB Engine and multiple DB Instances for all different 7 SAP Servers (ECC6, CRM7, BI/NW7.3, SOLMAN7.01, SRM7, EP/NW7.3, PI7.1).
    Certain things that need to be clarified before we go ahead with this:
    1.     How complex/simple is this approach ?
    2.     If there are some issues noticed in the future (Performance issues etc) in this landscape , how much effort will be required to migrate out a DB instance for an SAP product to another machine. We would be having both ABAP and Java stack for our systems.
    3.     We would later plan for adding some more systems into the landscape like SAP MDM, SAP CE, SAP BPC etc. If we add all these systems with a single DB engine, would there be performance issues etc. (We are operating under assumption that underlying hardware of the DB engine will be powerful enough)
    Can you please provide some expert guidance on this approach?
    Your response would be much appreciated.
    Thanks,
    MD

    As a consultant I never dared to do different from what SAP says in guides or notes, at least when it comes to PRD systems.
    For QA and Test Systems, discussions might be needed with the customer, depending on how important these systems are,
    and for sandboxes I already did some stuff, that will even scare some Oracle guys
    As Stefan says, the technical setup is not that complicate at all.
    But I never had to fight for a support call in a non-supported Environment, so I can't say.
    I always decided to be on the safe side.
    If you have your Oracle License directly from Oracle you might disscuss such special support issues with these guys.
    The problem is: If you get a call, and the first level support guy from SAP spots the non-supported environment, it MIGHT be possible that you need to escalate and may be pay for the support, but I suppose they will not let your system die
    May be some of the SAP moderator guys can throw a comment in on this.
    Volker

  • How to install LV runtime engine and run .vi's in linux

    I am attemtpting to load run time engine and run a .vi on Linux system.
    Here is what I have done so far.
    1. I don't have rpm on my system (gentoo) so I used the app on the install cd called INSTALL.norpm to install
    labview70-rte-7.0.1.i386.rpm. It looks like it worked, there are a lot of files copied to /usr/local. A couple of .so files and a directory called Labview-7.0 (12M of files). 
    2. Made a test vi on other linux box that has full development system installed (also gentoo but i have rpm on this system).
        Do I need this application builder i keep hearing about to make an .exe or can I run vi's with this run time engine?
        What is the syntax to run a vi in linux?  ./test.vi   ????
        Is application builder a seperate program that I must purchase?
    When I attemp to run a vi I get garbage printing to the console, not unlike when you cat a binary file.
    Any help would be appreciated. Is there instructions somewhare??? A manual perhaps that explains rte install and operation.
    D.A.M.

    You need the application builder to create an exe. The rte by itself will not run a VI. The exe does require the rte. It is possible to create a "loader" program that you can use to run separate VIs but the loader program must be created with the app builder. The app builder is a separate add-on or if you buy the professional version of LabVIEW, it comes included with that.

  • LabVIEW Run Time Engine and ActiveX Automation Server

    Hi,
    I have a question related to LabVIEW Run Time Engine and ActiveX Automation Server:
    We have a tool developed in LabVIEW and TestStand. End user interface is a LabVIEW GUI (it's an executable) which executes TestStand sequences. Some TestStand sequences call lower level LabVIEW VIs.
    Everything works fine with LabVIEW installed, but I was wondering if I could run this tool on deployment machine with only LabVIEW run time engine installed. We are using LabVIEW 6.1 and with only the run time engine installed, I get the error message: "Unable to launch the 'LabVIEW.Application' ActiveX automation server ". 
    BTW, we are planning to upgrade the versions soon.
    Is it possible to make things work only with the run time engine?
    Thank you.

    Thanks for the response, Brian.
    I did upgrade to LabVIEW 8.0 and TestStand 3.5. Everything works fine on the development computer where LabVIEW and TestStand is installed. On the target computer in the lab, I installed LV RTE 8.0 and TestStand 3.5, and now when a VI is called in a sequence file, I get the following:
    RunState.PreviousStep.Result.Error.Code  -18002 
    RunState.PreviousStep.Result.Error.Msg  "LabVIEW: The VI is not executable"
    So, the executable opens and works fine (which means that the LV RTE is installed properly), but when a sequence calls a low level VI, it does not make it through.
    comments/suggestions are appreciated. Thanks.

  • Email links out of Practice Fusion are not active (as they are in IE), which they say is a problem with "something lost in the communication between the Flash engine and the browser". Does anyone have experience with this?

    This is a medical records system, cloud based. I use Firefox to get into the system, but any browser would work. Other than this problem, Firefox works fine (better than IE, in my opinion).
    Patient demographics include their email, which is hyperlinked and should go right to Outlook (my default email program). This works in IE, but nothing happens on the click when using Firefox as the browser.
    I queried Practice Fusion, which replied: In regards to your previous question about the email hyperlink in the patient information, it looks this is not something that can be fixed on our end right now. It is the web browsers' responsibility to handle these types of links, and there seems to be something lost in the communication between the Flash engine and the browser. I apologize for any inconvenience.
    Thanks for any help anyone can provide.

    See if this helps you:
    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • J2SE adapter engine and SSL testing

    Hi there,
    We are currently doing a B2B scenario whereby SAP XI sends a message to the J2SE adapter engine in the DMZ and then that sends the message via HTTPS / SSL to the receiving service....
    In order to test that the HTTPS / certificate etc worked I wrote a small Java application and dialled out of the network. I inserted the DER file into my CACERTS file on my local machine using the keytool as a "trusted certificate". The Java application worked 100% and did the SSL handshake fine and POSTED the data fine as well......
    Now I am no expert in the J2SE adapter engine but decided to try testing the same SSL connection using the J2SE adapter engine from my LOCAL machine with me dialled out onto the Internet.
    I logged into the J2SE adapter engine and imported the same DER file into the engine  (actually inserted into the "truststore.jks" file). I them went into the "Test Environment" of the J2SE adapter and have been trying to test.....
    I have a few questions:
    1. Do I have to use a P12 or PFX file for this sort of communication? Reason I ask is that with the Java application all I needed was the DER file?
    2. In the full blown scenario do I have to have SSL configured between XI and the J2SE adapter engine as well? Or can that stay as HTTP?
    My basic config for the test is roughly:
    WS.targetURL=https://someserver:4433/soap/someInbox
    WS.SOAPAction=CustomSoapAction
    SSLauthentication=true
    Do I really need the following two?
    SSLcertificate=somecert.p12
    SSLcertificatePassword=somepassword
    From my logic all I should need if the DER file loaded into the J2SE adapter which I have done......
    Has anyone done successfull SSL / HTTPS testing from the J2SE adapter engine using the "Test Environment"?
    Any advise would be greatly appreciated
    Kind regards
    Lynton

    Hi
    Not a answer to your question but why use the J2SE adapter engine in the DMZ and why not the J2EE Decentral Adapter Engine?
    Regards
    Bhavesh

  • FAQ: What are CUDA and the Mercury Playback Engine, and how do I use them?

    See these articles:
    CUDA, Mercury Playback Engine, and Adobe Premiere Pro
    Adobe Premiere Pro CS5.5 improvements in CUDA processing and the Mercury Playback Engine
    ... and these movies:
    GPU: CUDA
    The Mercury Playback Engine: CUDA Improvements

    The easiest graphical way I would recommend is to search for an example "whats new in yosemite" on youtube, I am sure you will find lots of videos on that.

  • I am going to university this fall for engineering and I was wondering which macbook pro (13 or 15 inch) would be better.

    I am going to university this fall for engineering and I was wondering which macbook pro (13 or 15 inch) would be better. Is the larger screen worth the extra weight ? I will be doing some computer programming and I feel like reading code on a smaller screen could be a bit of a pain. Also, what is the best option in terms of backup? I don't anticipate having a lot of video but I will have some pictures, music files as well as regular documents and spreadsheets. I'd also like to get an idea of how good the battery life is. Thanks in advance:)

    The 13" will do the trick for what you describe as your needs, Be sure to consider how you will backup your data -- need an external drive?
    Also be sure to check with your college or division of study to see what they recommend. If they are hostile to Macs, you may be on your own for finding support. But in most major cities, that will not be too hard.

  • In "Options" I do not have a default search engine and does not let me install one, how do I resolve it?

    I don't have any serch engine, and if I want to install it from the web page, i click the "+ Add to Firefox" icon and it doesn't do anything. Also, if I write a web adrees at the adress bar, it doesn't work.
    I've already tried to uninstall and install it again, and it doesn't fix it.

    You can check if you have the XML files of the default search engines including Google in the browser\searchplugins folder in the Firefox program folder.
    If not then you need to reinstall Firefox.
    You can delete the Firefox program folder to do a clean reinstall.
    You can find the full version of the current Firefox 36.0.4 release in all languages and for all operating systems here:
    *https://www.mozilla.org/en-US/firefox/all/
    Try to delete the search.json file and possible search-metadata.json and search.sqlite files in the Firefox profile folder to reset the search engines to the default.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Firefox will rebuild the search.json file from the default search engines in the "browser\searchplugins" folder in the Firefox program folder and the searchplugins folder in the Firefox profile folder.
    You can check for problems caused by extensions.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Advice on constructing a test engine and formatting a spreadsheet test file to perform command line interface testing on a product through telnet or serial interface

    Advice on constructing a test engine and formatting a spreadsheet test file to perform command line interface testing on a range of products through telnet or serial interface and output pass/fail results.

    If I understand correctly, you want to do the following:
    1. Create one or more tab-delimited files that specify a series of query strings (that LabVIEW will send to your products) and expected reply strings (that LabVIEW will look for in response to each query)
    2. Run your LabVIEW program (the test engine) and have it execute one or more test scripts from file using either TCP/IP or serial communication to your units under test
    3. Track how many of the queries are met with the expected response, and output an indication of whether each step passed or failed
    If this is close to correct, then I've attached a sample test file and LabVIEW VI as an example; I chose the TCP/telnet method because it allowed me to use the ni.com Web site to simulate my tes
    t hardware. If you happen to own the LabVIEW Internet Toolkit, there's a VI called "Telnet Play Script" in the Telnet palette that does something fairly similar using TCP. The same general model would also work for Serial communications.
    Hope it helps,
    John Lum
    Attachments:
    test_engine.zip ‏24 KB

  • Advice on constructi​ng a test engine and formatting a spreadshee​t test file to perform command line interface testing on a product through telnet or serial interface

    Advice on constructing a test engine and formatting a spreadsheet test file to perform command line interface testing on a range of products through telnet or serial interface and output pass/fail results.

    Hello j. smith,
    TestStand gives you the ability to create "sequence files" which are lists of tests to be run sequentially or in parallel. These tests can be written in any language: LabVIEW VIs, C/C++ DLLs, EXEs, ActiveX objects, .NET Assemblies, etc.
    You can run your TestStand sequence files from a command-line prompt using the following syntax:
    \bin\SeqEdit.exe" /quit -run
    This will launch the TestStand Sequence Editor (and optionally prompt you for TestStand login information if you have this configured), run your sequence file, then exit.
    If you're using the TestStand process model, it can output your results to a report file or database if you configure this. To use a TestStand process mo
    del to execute your sequence file, use the following syntax:
    \bin\SeqEdit.exe" /quit -runEntryPoint
    Here's an example:
    C:\>"C:\Program Files\National Instruments\TestStand 3.0\bin\SeqEdit.exe" /quit -runEntryPoint "Single Pass" "C:\Program Files\National Instruments\TestStand 3.0\Examples\Demo\C\computer.seq"
    Note that multiple sequences and sequence files can be specified on the command line.
    TestStand supports remote sequence execution using DCOM (Distributed COM), which is an east way to remotely execute tests. But as for running tests or commands through a telnet or serial interface, you would have need to check Windows documentation on how to execute command-line remotely like this.
    David Mc.
    NI Applications Engineer

  • Can't delete Library and Servers alias from Network

    Hi there,
    I did a dumb thing and now I can't cope with it's results.
    From time to time I do check whether there are wlan networks near the place I live. I just do it out of curiosity and not with the intention of any ill doings. I myself have cable broadband.
    Usually all those wlan connections are password protected but recently one wasn't. I checked if I can connect and browse the internet - and I could. Well, after a short while I cut the connection as my own internet access is way faster.
    But now the network entry in my finder is mounted and there are aliases for "Library" and "Servers". I think these are the aliases pointing to the computer/server I did connect to before. No problem I thought, but then realized that this is an issue.
    I can't delete them anymore or dismount the network folder. Whenever I want to delete those two aliases it says I can't bc I don't have the rights to do it. How I can get rid of those aliases? I guess the original host was a windows PC.
    Well, that will teach me not to hassle with other peoples wlan connection
    thanks
    iMac 5G Revision B   Mac OS X (10.4.8)  

    i'd like to know too

Maybe you are looking for

  • HT204266 How can I switch to iTunes app store?

    I need to update apps in my iPad and Macbook, but pop-up window shows that I must switch app store in another country when I try to do update.

  • Resetting a used ipod 4th generation

    I bought a used ipod 4th generation and want to reset it to original factory settings.  I do not have the previous owners info and no way to contact them. How can I reset it.???

  • New ipod touch 5 cannot connect to tv

    i had ipod touch 3 and used to connect to tv using the apple connector one end was 3o pin and the other end going into tv was three wires one for video, and two for sound left and right. when i bought a new ipod touch 5 i was advised by apple people

  • Reload files from bridge cs6

    My mobo died and so I had to rebuild my system.  I am running Bridge cs6 on a win7 64 bit machine.  In order to rebuild my system I built a new C: drive, i.e., I created a new system drive.  All my files from before the crash are available.  All my d

  • Iprinting multiple photos on 1 sheet?

    I want to print 2 photos onto 1 sheet. I highlighted the 2 phots and went to file-->print. from there i selected layout where i saw 1, 2, 3, 4 photos as options. i messed with it and now it only gives me the option for 1 photo per page. i went to set