WebHelp Output files distribution and deployment regarding

Hi,
I am just starting to try, learn RH7 to generate WebHelp.
I successfully did a very simple and basic test project and
our developer displayed the topic help on pressing F1.
Good.
Our application is a backoffice payment system. Currently the
application is deployed on the Application Server which is
Macromedia JRUN 4 with the OS - MS Windows 2003 std edition SP1.
My compnay is planning for the following:
The application shall be deployed on the Application Server
Weblogic 10x on a UNIX box (could be IBX AIX/HP UX).
The application is bundled as .WAR.
Could you please clarify this for us?
- Should the WebHelp output folder be bundled along with the
above .WAR?
- Can the Help files reside on Application server or the Web
Server (only the Help not the application) and
can still work effectively? (We prefer the Help to be on the
App Server tho')
Well, if I am not clear, I'll be glad to get you more
details.
Thanks in advance for your help.
Radha Renganathan

Hi Radha.
Don't get confused between the generated and the published
output. The published output is the actual output required to be
placed where your users will access it. The location is defined in
the final part of the WebHelp single source layout. The help can
reside just about anywhere. You may want to check out our resident
WebHelp juru Peter Grainge's
website
which has all the options on calling webhelp plus all manner of
other stuff.

Similar Messages

  • WebHelp Output Files

    Greetings,
    I am in the process of creating Webhelp for an application
    that will run in a browser. I am used to dealing with a single
    compressed .chm file rather than a folder of files.
    Because the help files will also be residing in the actual
    product, we have a really need to limit the size of the output
    files for storage reasons. Any hints or ideas? Thanks in
    advance.

    Hi KAMcintyre and welcome to our community
    Sorry, but you will waste more time figuring out how to pare
    things down than you will just copying the files to where they
    should be.
    I'm not sure of any product that keeps things in a single
    file and is intended for web use. Hopefully others have a
    suggestion.
    Cheers... Rick

  • Server/browser requirements for WebHelp output files

    What are the UNIX server and browser requirements in order to
    display a WebHelp project output file correctly?
    When I generate the primary layout, I am not selecting 508
    format, and I select Java Applet as the preferred method for the
    Navigation Pane (checking the radio button for DHTML > Java
    Applet > Pure HTML as the order of preference.
    When viewing the help project on the UNIX server through
    Mozilla, the page appears to load and reload, load and reload.
    Sometims pressing Esc. stops it and you can view the TOC and
    content pane. The way around this is to generate Pure HTML only,
    but then the index and the glossary become very difficult to use.
    Robohelp Webhelp descriptions claim to work on all platforms
    and in all browser types. What requirement are we missing on our
    UNIX server so the project can display correctly?
    Thanks in advance for your time and trouble. :-)

    Hi GEWB,
    Here are some more details--
    Generate Webhelp output setup:
    Use lowercase filenames (recomm. for UNIX)
    Toolbar buttons: Content, Index, Search
    Navigation: Add breadcrumbs links
    Additional options: Enable Highlight Search results, Synchronize TOC automatically
    Navigation Pane preferred format: DHTML > Java Applet > Pure HTML
    Optimize speed for: Web site
    Q: how are you setting up your Linux to open the default project page?
    A: I use Linux only to launch the webehelp output.
    Q: Are you opening the GENERATED project default page or trying to open the project source files?
    A: I am trying to open the generated project default page. I copy the Webhelp folder to a Linux machine and launch the index.html page to see the output.
    Q: Why are you replacing the foreward-backward slash?
    A: In Linux '\' is not supported for hyperlinks/filepaths. Therefore I changed the backward slashes to forward slashes.
    The scenario:
    When the project files have filepath such as ../../doc/xyz/,
    when I view in Windows (IE)- I can access the link
    when I view in Linux (FF)- I see broken link with error message somewhat like "cannot find ..\..\doc\xyz\". (Note the changed usage of slash)
    This indicates that the generated files changes the forward slash to backward.

  • Specify the output file path and print name when printing pages

    hi,
    how can i Specify the output pdf file path and print name when i am using the function PrintPagesSilent from AcroAVDoc Object.
    My Code :-
    Acrobat.AcroAVDoc doc = new Acrobat.AcroAVDoc();doc.Open(path,
    "temp");

    Dear Irosenth,
    i try with different format (doc, docx,  xls, jpg, bmp and txt) and it working successfully, but it give an random name for the file which saved in default folder for Adobe PDF print.
    you can use the following function:
    private void PrintPDF(string[] inputfilepath){
    foreach (string path in inputfilepath){
    Acrobat.
    AcroAVDoc doc = new Acrobat.AcroAVDoc();doc.Open(path,
    "temp"); 
    Boolean v = doc.PrintPagesSilent(0, ((Acrobat.AcroPDDoc)(doc.GetPDDoc())).GetNumPages() - 1, 0, 0, 1);doc.Close(1);
    and calling it by the following code:
    PrintPDF(System.IO.Directory.GetFiles("c:\\t\\printjob"));
    copy all files that you want to convert in side the mentioned path and run it program, then check the defualt print path for Adobe PDF printer.
    test it and reply me. thanks again

  • Rpt file storage and deployment

    Hello all-
    I have a few questions I'm hoping someone can answer.
    Currently we deploy an application with around 1100 reports. Due to customer security the report must be stored locally by them on their server with no outside access. Due to this we currently ship them new and updated reports which are stored in a standard \reports folder. One of the problems with this is the integrity of the rpt file itself. Storage of the reports in this manner allows the users to open the reports (if they have CR installed) and make changes which then are manifested when ran within the application.
    I would like to store / deploy the reports in a different manner but I don't know that much about it and I am not sure what methodology would work the best.
    Being that out data is stored in a SQL server can rpt files be stored in a SQL table (like a blob?) If so if it easy to call the reports from the table?
    Can you store rpt files in DLLs?
    I know we could assemble the reports inside the application itself but that would require a release when one off report changes take place.
    Am I barking up the wrong tree here or if what I am thinking about possible?
    Thanks a lot for any and all responses!
    Rob

    Hi,
    What version are you using crystal report .rpt? Thats why new crystal report are now integrated for security purposes so that .rpt files cannot be shown. For my experience you cant but you can still store the reports in a folder that they cant open the file. Do not install the whole package of the CR but instead just register the DLL so that it can be recognized by the OS.
    REgards,
    Clint

  • WAR files (Tomcat) and deployment descriptor

    Hello,
    I am currently writing a small utility to package a web application for Jakarta Tomcat as a .war file.
    I have a functional version that imports the deployment descriptor web.xml, but I'd like to make it possible for the user to edit or create from scratch that file. I use the DOM API to make a logical model of my web.xml, but the parser won't accept the external dtd definition :
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    Here is my parser :
    private void parse(File in) {
    try {
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    factory.setNamespaceAware(true);
    factory.setValidating(true);
    DocumentBuilder builder = factory.newDocumentBuilder();
    document = builder.parse(in); (((*)))
    catch (...)
    }//parse
    ---------------------------------------------It seems I have no further controls on DocumentBuilder and DocumentBuilderFactory.
    The builder.parse call generates this exception :
    java.net.NoRouteToHostException: Operation timed out: no further information
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at org.apache.crimson.parser.Resolver.resolveEntity(Resolver.java:389)The problem seems to be located in DOM's DefaultHandler entity resolver, but I don't ee clearly what to do.
    Thanks for helping.

    Hi,
    I already tried every combination of settings with
    DocumentBuilderFactory.setNamespaceAware
    DocumentBuilderFactory.setValidating
    DocumentBuilderFactory.setCoalescing
    DocumentBuilderFactory.ExpandEntityReferencesI had the same result. Here is the exact dump :
    java.net.NoRouteToHostException: Operation timed out: no further information
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:312)
            at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
            at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
            at java.net.Socket.<init>(Socket.java:273)
            at java.net.Socket.<init>(Socket.java:100)
            at sun.net.NetworkClient.doConnect(NetworkClient.java:50)
            at sun.net.www.http.HttpClient.openServer(HttpClient.java:331)
            at sun.net.www.http.HttpClient.openServer(HttpClient.java:517)
            at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
            at sun.net.www.http.HttpClient.<init>(HttpClient.java:277)
            at sun.net.www.http.HttpClient.New(HttpClient.java:289)
            at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection
    .java:379)
            at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
    nection.java:472)
            at org.apache.crimson.parser.Resolver.resolveEntity(Resolver.java:389)
            at org.apache.crimson.parser.ExternalEntity.getInputSource(ExternalEntit
    y.java:88)
            at org.apache.crimson.parser.Parser2.pushReader(Parser2.java:2986)
            at org.apache.crimson.parser.Parser2.externalParameterEntity(Parser2.jav
    a:2721)
            at org.apache.crimson.parser.Parser2.maybeDoctypeDecl(Parser2.java:1154)
            at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:488)
            at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
            at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
            at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl
    .java:179)
            at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:161)
            at DOMView.main(DOMView.java:96)This shows that the entity resolver tries to access the distant DTD, so I tried to implement myself the EntityResolver interface, but I didn't well understood
    what to do with that InputStream it has to return.

  • Rebuild source files from Webhelp output?

    Today I deleted an unwanted *.css file from my RH9 project with the result that 300 images files were suddenly deleted. Subsequently, I reimported the source Word files to create a new image folder. The result of this, even though I cleared the selection boxes on the "Do you want to over-write" prompt, was that RH9 proceded to overwrite the topics anyway. So I have now lost 20 reformatted topics.
    Why these things happened is not my main concern right now, though clearly it indicates that RH has some serious issues in file handling. (It has happened before).
    Before RH9 deleted and over-wrote all my topic files, I generated webhelp output, and I want to know if I can recreate those topics to my project somehow using the latest Webhelp output files.

    Hi Michael
    I think what you are seeing is typical behavior when you have a linked Word document. And therein lies a bit of an issue. Certainly RoboHelp allows you to link a Word document, but Word and HTML are a bit like mixing oil and water. Word creates things you intend to print. HTML is intended for screen display. Mixing the two results in a bit of a kludge.
    So first, let's try and understand how RoboHelp deals with Word this way. When you link a Word document, you will get a real honest to goodness file folder that is named identically to the document. In the RoboHelp project manager, the icon doesn't look like a folder. It looks like a Word logo with some arrows superimposed that will indicate the status.
    Inside this folder should be your topics that were created based on the Word document.
    I know you said you didn't want the CSS, but the process of bringing Word in will *ALWAYS* create a .CSS file. You may as well learn to simply accept it. The thing is, you don't have to use it. Just ignore it is there. You are free to associate a single CSS of your choice with your files either before or during the generation/compilation process.
    The folder with the name matching the document and ending in _files is normally created when you convert Word to HTML. That's normally where Word will store and reference any images that were found in the document. That's a common Microsoft Word behavior. If you wish to confirm this, just close everything and open Word only. Create a document with some images then choose to save the Word document as HTML and look at what you end up with.
    It's surprising to me that simply deleting a .CSS would blow any images away. Perhaps your Word document was created in a manner where the images are somehow referenced using CSS?
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • APIs for accessing the ESS log and output files from UCM

    Hi,
    As I understand, the output and log files of an ESS job will be uploaded to UCM.
    We have a requirement where in we are building a simple error handling framework, which gets triggered after a series of ESS jobs are run. In the error handling framework based on some processing logic we need to e-mail the error or log files to the users. I am not able to find any information related to retrieving the log and output files for and ESS job from UCM. Any inputs on this will be appreciated.
    Thanks for your help,
    Thiru

    For accessing content in UCM you can use the RIDC APIs or UCM Web Services. Note that the UCM also provides features for workflow etc. that could potentially be used for notifications refer to the developer guide for details. For UCM related questions you may want to use this forum instead
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • Glossary hotspots not working in output file

    I've recently upgraded to RoboHelp 8. I have a project that's well over 10 years old contains 1652 topics. 
    In the WebHelp output file, my glossary entrys look like regular text and the hotspots do not work.
    The hotspots look fine in Design view, and they work when I preview the topic. But when I generate the project and view the Output file they do not work.

    Hi again
    Okay, here's how I'd test. Edit one topic that's easy to find in the output. Add a Glossary term by clicking and dragging from the Glossary editor to either just a spot in the topic or to some selected text. Re-generate and see if that survives the trip. If it doesn't, it means you have some aspect of the generation process failing.
    Perhaps also try creating a new layout and generate using the new one. See if that makes a difference.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Output File from the Saudi Payment Output File

    Dear All ,
    I want to ask where did oracle save or store the output file after I ran the request Saudi Payment Output File.
    I need to see the file , to send it for the Bank.
    best Regards.

    Pl post details of OS, database and EBS versions. Did the concurrent program complete without errors ? Pl post the contents of the concurrent log file.
    Pl also see MOS Doc 553518.1 (What is the Extension of Saudi Payment output file ? And where it is exist ?).
    HTH
    Srini

  • How to generate output file of a certain report in a specified directory

    Hello everyone,
    I wanna know how to generate the output file of a certain report in a specified directory.
    Now, the output file directory = /produits/OA/OAS/production/prodcomn/admin/out/PROD_us15k1bp/
    I wanna to generate the output file of a report in this directory
    /produits/OA/OAS/production/prodcomn/admin/out/PROD_us15k1bp/FACTCLIENT
    Cause the output of this report is very large, so I don't wanna to put it in the output drectory standard which reduce the performance.
    Could you help me?
    Thanks a lot,
    Kinkichin

    Hi,
    I wanna know how to generate the output file of a certain report in a specified directory.See (Note: 158088.1 - Is Possible to Redirect the Concurrent Processes Output to a Specific Directory for a Specific Responsibility?).
    Cause the output of this report is very large, so I don't wanna to put it in the output drectory standard which reduce the performance.There should be no performance issues you place the output file in the same directory where other concurrent request output files are located.
    Regards,
    Hussein

  • Material distribution and division wise

    hi experts,
    I need to take report what are all the items belongs to a particular distribution and division.
    regards
    arun

    Dear SP ,
            You can get sales orders report Material wise through VA05 transaction.
    In the VA05 selection screen you enter Sold-to-party ,Material and selection date then click on Further sel,criteria tab (Push button) in the top of the screen ,system will take you to the selection fields there you enter the distribution channels(or Division or any other fields) from and to then execute the report.
    System will give the details of the report with that selection fields.
    I hope it will help you
    Regards
    Murali.
    Edited by: Murali Mohan.T on Mar 30, 2008 10:17 AM
    Edited by: Murali Mohan.T on Mar 30, 2008 10:26 AM

  • BCP does not leave output file handle

    We are executing BCP utility to bulk load files into tables. The utility is spawned from dll (C# code) with following parameters
    Complete_Table_Name + " IN " + Input_File_Name + " -S" + Server_Name + " -U" + Username + " -P" + Dec_Password + " -c -C RAW -e " + Error_File + " -o " +
    Output_File + " -h TABLOCK "
    Note that the output file is created on a network location.
    The utility is spawned with the following code
                Process BCP_Process;
                BCP_Process = Process.Start(BCP_Path, BCP_Parameters);
                BCP_Process.WaitForExit();
    After the bcp process completes we open the log file as below
                StreamReader sr = File.OpenText(Output_File);
    This piece code randomly fails with the below exception
    System.IO.IOException: The process cannot access the file '<network-path-to-the-output-file>' because it is being used by another process.
    It seems that the BCP utility does not release the handle to the output file and hence we get the exception. I understand that opening the file can be opened by using another FileStream constructor in READWRITE fileShare mode, but I wanted to understand why
    does bcp hold the output file handle or is there something incorrect in what we are doing?
    We monitored the network location for file creations, modifications and deletes. I saw that the log file was created, modified and deleted multiple times during a single bcp invocation.
    What could be the reason that the output file is created, modified and deleted multiple times during a bcp execution?
    Thanks.
    Technet Forum Issue

    I have absolutely zero time to research this now, but if you run BCP synchronously and wait for it to complete, it can not be holding any locks on the file. It must be something else, for instance an anti-virus scan.
    Why the output file opened and deleted multiple times during execution, I don't know.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Output file is in slow motion

    hello,
    When I render my video in after effects the output file is in slow motion, its not the render settings but something else.
    Anyone can help me?
    thanks

    What do you mean that it's in slow motion? Are you sure that the problem isn't that you created a file so large that your video player and computer can't play it in real time?
    See this page:
    "FAQ: Why is my output file huge, and why doesn't it play back smoothly in a media player?"

  • Cannot Print - Output File Name Requsted - Help

    I'm having problems printing.  I am using Reader 8 and everytime i try to print, a print to file box pops up, and requests and output file name and i don't know what that is.  Can anyone please tell me what this means and how i can resolve this issue. I can print everything else and there is no problem with my printer. I think the problem is w/ Reader.  Thanks.

    Delete ALL instances of your printer in the Printes & Faxes control panel. If your printer isn't using the latest drivers from the manufacturer Website, download/install them, then reconnect to your printer to add it back to your system. Once the printer with the latest drivers is reinstalled, see if Reader doesn't print correctly now.
    Let me know how it goes!
         Michael

Maybe you are looking for

  • Can I use a Usb external hard drive on my macbook pro?

    I have a new macbook pro and have tried to connect my usb external hard drive , it shows up on the home screen and i can view and read only i cannot save anything into the external hard drive can anyone help.

  • Photos/iPhoto cannot read .jpg files on my phone since Yosemite 10.10.3 update

    I have a MacBook Pro.  I recently updated to Yosemite 10.10.3 and installed Photos.  Now when I attach my Samsung Galaxy phone, neither Photos nor iPhoto can read the majority of the photos on my phone! They are .jpg format so WHAT is the problem????

  • Impossibilité d'exporter en pdf (InDesign CS5)

    Bonjour, Parfois quand je veux exporter un document InDesign CS5 en pdf, rien ne se passe, et quand je veux fermer le document en question j'ai le message d'erreur suivant : "InDesign ne peut pas fermer le document car il est utilisé par une ou plusi

  • How to create multiple nodes for single activity in workflow.

    Hi Gurus, I am developing the PR workflow. and in that I want to create 2 different nodes for signle activity. how can I create those multiple outcomes for signel activity in workflow. Thanks in Advcance. Vinod

  • Can't change the color of a JButton when selected

    I'm unable to change the color of a JButton with the following code: UIManager.put("Button.select", Color.cyan); SwingUtilities.updateComponentTreeUI(this); This works just fine with 1.2.2 but when I use 1.3.1 the JButton turns gray instead of cyan.