HTML Preview and tomcat

Do I need any other products from Adobe to get Live Cycle designer to display xdp pages as HTML.  I have apache tomcat installed on my box and that appears to not be enough?   Do I need the Livecycle server which comes at significant cost?
Doug

Hi,
that's correct. The HTML Preview is only available with a LiveCycle server in the background.
It will transform the XDP data into a dynamic HTML site which behaves similar as a dynamic form in Acrobat or Reader.

Similar Messages

  • How can I print a html table and preview it?

    Hi there!
    Please help me.
    I spent a lot of time to find how to print a html table and preview it.
    I tried use code of the book http://www.manning.com/sbe/ Chapter 22. But this book consists only code for rtf and they change size of JtextPane before printing.
    I have found the bellow code;
    http://forum.java.sun.com/thread.jsp?thread=120578&forum=57&message=316116 But I problems with printing.
    I also found this code; http://forum.java.sun.com/thread.jsp?forum=31&thread=146439
    But there is no code,so i don't understand.
    Can u help me?
    Thanks my friends.

    There is the comp.lang.javacript newsgroup for one:
    http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=utf-8&group=comp.lang.javascript
    Here are a couple of more candidates I found from google in about two minutes:
    http://www.jguru.com/forums/home.jsp?topic=JavaScript
    http://www.jsworkshop.com/bb/viewforum.php?f=1&sid=524b20160ca47c0ab786214e2003f1d1
    http://javascript.internet.com/forum/
    I am sure there are many more. :)

  • Problem with jsp and tomcat

    Hi ,
    I am trying to retrieve data from mysql server using Tomcat webserver of java web services developers pack. i wrote an html page that sends the account_no and password of my program to a JSP page which retrieve data from MySQL server to check whether the account no and password is valid or not . but when i start tomcat and run the html page and submit the onformation the Tomcat gives an error. i am attaching my full programs here. please someone help me.
    mybank.html:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> My Bank </TITLE>
    </HEAD>
    <BODY>
    <h1>Please Enter Your Account Number and Password</h1>
    <form action="mybank.jsp" method="post">
    <h2>Account Number:</h2>
    <input type="text" name="accno" maxlength="10" size="10"></br>
    <h2>Password:</h2>
    <input type="text" name="pass" maxlength="8" size="8"></br>
    <input type="submit" value="SUBMIT YOUR INFO">
    </form>
    </body>
    </html>
    mybank.jsp:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <%@ page import="java.sql.*" %>
    <HTML>
    <HEAD>
    <TITLE> My Bank JSP </TITLE>
    </HEAD>
    <BODY>
    <% int acc_no = request.getParameter("accno");
    String password=request.getParameter("pass");
    class.forName(com.mysql.jdbc.Driver);
    Connection con= DriveManager.getConnection("jdbc:mysql:///password","root", "firehouse" );
    Statement stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery("SELECT account_no, password FROM pass WHERE password ='password' && account_no='acc_no' ");
    while(rs.next())
    int account=rs.getInt(1);
              String passw=rs.getString(2);
    if(rs!=null)
    rs.close();
    if(stmt!=null)
    stmt.close();
    if(con!=null)
    con.close();
    %>
    <h2>Accountno:<%= account %></h2>
    <h2>Password:<%= passw %></h2>
    </BODY>
    </HTML>
    i am getting this error:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    No Java compiler was found to compile the generated source for the JSP.
    This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the JDK
    to the common/lib directory of the Tomcat server, followed by a Tomcat restart.
    If using an alternate Java compiler, please check its installation and access path.
    org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:128)
    org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:348)
    org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:415)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:455)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:555)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    but i already set up the java compiler though i m getting this error. please help me.

    You say you have set up the environment variables, but it is not working. You may have them set to the wrong thing. One common mistake is to point JAVA_HOME at the java/bin directory rather than just the /java directory.
    Another set of eyes finds small mistakes in the variables that you might not spot yourself.
    So please, post:
    The values of these environment variables
    The path to where the products are installed on your system (ie is it c:\java or c:\j2se1_4_2 or c:\program files?
    I would take another close look at that JAVA_HOME variable to make sure of it :-)
    Good luck,
    evnafets

  • Crystal Report Preview and Print error

    Hi,
    I am trying my first Crystal report in SAP; I have created one report using OITE table and run it in Crystal Designer without any problem; Then I added it to SAP / Manager Crystal Report / New Report, but I get the following error message when I click the Preview and Print button every time;
    The file does exist and the location is setup correctly; I dont understand why SAP can not find the file; Any comments?
    SAP Crystal AddOn
    Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    OK  

    Hi,
    When you google on "[Could not load file or assembly CrystalDecisions|http://www.google.com/search?q=CouldnotloadfileorassemblyCrystalDecisions]" you will find quite some hits.
    One that might be important for you could be http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/b0fc930f-5fc8-4475-bfe7-ad56616e838d/
    That is depending on how the report is made.
    Another option might be
    http://www.velocityreviews.com/forums/t382557-could-not-load-file-or-assembly-crystaldecisionsweb.html
    Best regards,
    Peter

  • Preview and Thumb image in MXP Upload

    I've noticed that other content types allow users to upload a
    Preview and a Thumbnail image when uploading their extensions. It
    seems that this option is only unavailable to MXP extensions.
    Is there any reason why we cannot upload these images with
    MXPs also? It would be beneficial from a marketing standpoint, but
    also from the perspective of understanding the extensions before
    downloading.
    I'm interested in learning why this feature has been removed.

    If you are using a Container you just leave your image files in the home directory of your web application. And forget this idea about database. It´s not necessary in this case.
    To display the images just use HTML, <img src="url">.

  • Need help on running a book in HTML preview fetching entity from member lst

    Hi Everyone,
    I need a help on this quickly.
    I am trying to run a book in which I include 1 report and this report has 3 POVs:
    1) Year--> depends on book point of view
    2) Period --> depends on book point of view
    3) Entity--> This I am trying to pull from the dynamic member list or static member list.
    Now when I am running a book in HTML Preview, I am getting the error "5104: Error executing Book member selection Catastrophic failure".
    When I try to run the static member list for Entity (I include random 5 entities), the book run but gives me 5 different reports with fix POV for year and period but the 5 reports belongs to each of the 5 entities that I include in a member list.
    My concern is how can I see the merger of all these 5 entities in 1 report on running a book in HTML preview? I know I can see the merger in PDF but how can I see that in HTML?
    Also the error which I mentioned above for dynamic POV, how can I fix that and run the entity POV using dynamic member list.
    The data is coming in this report through HFM (Hyperion Financial Management )source.
    Please suggest on this issue as it is very critical and the production is getting affected.
    Thanks,
    Sumit

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Arvind Balaraman():
    Hi
    open your form in the form builder. select file compile all and run yor form. see if it works.
    HTH
    Arvind Balaraman<HR></BLOCKQUOTE>
    Thank You.
    I allready did that and it doesn't work!!!
    null

  • Proto html preview error in creative cloud

    The HTML preview in Creative Cloud doesn't work properly. :-(
    I can only see my prototypes in the proto app. When I'd like to see them in Creative Cloud in a browser, clicking the magnifier icon below the preview image, I can see only plain text without any CSS format.
    In that case proto app is completely useless. :-( I can't show the wireframes to the customers, and co-workers.
    Other question: I can only download .pro files. What can I do with them? I tried to open them in Dreamweaver, but it didn't worked.

    Would you share an example of what you are seeing with me by making the file Public and emailing me at [email protected]
    There is a beta extension for opening Proto files in Dreamweaver now available from here http://labs.adobe.com/technologies/protoextension/. Alternatively you can unzip the .pro file and bring it into Dreamweaver as explained by David in this forum post http://forums.adobe.com/message/4459278#4459278.

  • Imbedded graphics taking too much vertical space in HTML preview

    Does anyone know why imbedded pictures should require more vertical space than expected on the HTML preview?
    I imported a .jpg into my report layout, and immediately below it I added a line of text. The HTML preview shows me a LOT of unexpected blank space between the picture and the text.
    I then inserted the .jpg into a table in which the "Fit to Content" option is checked. On the RTF layout, it looks great - the margins of the cell snuggle up pretty close to the picture. But when previewed, that extra blank space comes back and appears below the picture - the table row is a lot taller than it needs to be.
    I've experimented with different image heights, and the amount of extra vertical space seems to always be about 40% of the height of the picture. So if the picture is 100 pixels tall, the table row is about 140 pixels, with 40 pixels of height in unwanted blank space. I can even set the row height to a value less than the height of the image. On the RTF, it looks right (chops a portion of the image). On the Preview... there's the blank space again.
    Not only that, I can't get the picture to locate anywhere other than at the top of the table cell. No matter how I format the cell, the graphic insists on staying at the top.
    BTW, the PDF preview behaves correctly. No extra blank space.

    What's the 'tiny_spacer_rule' for which is applied to the paragraph tag between the end of your
    'header' section and the start of the table?
    <li><a href="testimonials/2010/june/2010june_testimonials.html">TESTIMONIALS</a></li>
      </ul>
      <!-- end #header -->
      </div>
      <p class="tiny_spacer_rule">&nbsp;</p>
      <!-- InstanceBeginEditable name="example_nav_bar" -->
      <table width="998" border="0" align="center">
        <tr>
          <td><img src="graphics/page_titles/antiques.png" width="450" height="75" alt="antiques title graphic" /></td>
          <td><img src="graphics/page_titles/crate_examples.png" width="450" height="75" alt="Crate example title graphic" /></td>
        </tr>
      </table>

  • How to install Java and Tomcat on my VPS

    Hello,
    I am new in Java.
    I would like to install Java and Tomcat on my VPS server.
    Do you know which doc or info i should read?
    Thanks a lot.
    Gil

    The free Perian will do it for you automatically.
    Additional free new machine setup stuff:
    Install and update your Flash here
    http://get.adobe.com/flashplayer/
    Install Perian (addiitonal Quicktime codecs)
    http://perian.org/
    Install the Unarchiver (uncompress software)
    http://wakaba.c3.cx/s/apps/unarchiver.html
    Flip for Mac (for Windows media in Quicktime)
    http://www.telestream.net/flip4mac-wmv/overview.htm
    VLC (plays anything just about)
    http://www.videolan.org/
    Easy Find (finds everything on a Mac)
    http://www.devon-technologies.com/download/index.html
    OnyX (maintenance, cleanup, repair utility)
    http://www.titanium.free.fr/

  • I have put my documents on creative cloud preview and now I can not open the creative cloud preview window open and I have nothing in my creative cloud app

    I have put my documents on creative cloud preview and now I can not open the creative cloud preview window open and I have nothing in my creative cloud app

    The license allows YOU to install on a 2nd computer... it does not allow someone else to use your license
    Licenses and terms of use | Adobe
    You may also not purchase an Education version for someone, they must do that for themself... if they qualify
    Adobe Education... Start here https://creative.adobe.com/join/edu
    Education Plan https://creative.adobe.com/plans?plan=edu
    One Year Intro Price http://forums.adobe.com/thread/1448933?tstart=0
    http://www.adobe.com/products/creativecloud/students.edu.html
    http://www.adobe.com/education/students/student-eligibility-guide.edu.html
    ID Proof http://www.adobe.com/store/au_edu/academic_id.html
    I do not  know how it is done, but you MAY be able to buy her a regular subscription and pay with your credit card... just not the Education version that has strict requirements

  • Losing links of images on Preview and Publish.

    Some images are not linking on Preview and Publish (Beta7). I have relinked (even going back to the original in Photoshop) and re-published again, those link up but then other images stop linking and do not load. Ones that were working fine just minutes ago.

    Hi COLBY,
    Here is the link to a recently published site. On the Publish I did about 30 min. before all the images were loading. Now on this page two are not. When I wrote the question yesterday 6-7 images were missing, randomly. One than publish again three, than more. Since yesterday I went back to a earlier saved version and made some minor type changes and links, not involving any of these images. The first time I published today, all the images were linked. It seems the longer I work with the file the more images seem to disappear. I have only had this problem since I updated to the Beta 7, on Friday. http://amberart.businesscatalyst.com/cockroaches.html
    Thanks.
    Linda Nye

  • Different resolution in preview and output format

    Hi Folks
    I need your help. We already captured a lot of e-learning material but come to a problem.
    The output format quality is less good than the preview quality.
    Win7 /Captivate 6
    Capture resolution for software simulation is 1024x768.
    Producing the material in swf and html. No compressing, set to best quality.
    Open the preview: quality is nearly the same as the original source.
    Open the swf directly or the html --> output looks cloudy, diffuse.
    Test with an without scalable html. In case of scalable html it is hard to find the right resolution (1024x768) on a 1280x1024 resolution monitor, but you can find it and the the output is clear as the preview.
    The output format resolution within the project is set to 1024x768. We measured the "true" output resolution on different produced output formats, and they are all a little bit higher than 1024x768, about 4% more heigh and width.
    Of course, I was able to change the html-script which sets the start-format for an swf to open, if I change it to 1024x768 and save it, the quality of the swf is like the preview and sharp and ok. But in case of scalable html I cannot set the format. However, why the swf -even when i start/opeen it directly- didn't start with the right resolution set in the settings within the project?
    Also our target group should not "search" for the sharp resolution by scaling the output window.
    Why does captivate change the resolution? why is the preview ok and the produced swf not? I didn't understand that fact.
    Also we like to produce with TOC, so the widht for TOC is 250. If I change the html script in that case to 1024+250=1274x768 the swf is also unshapr/cloudy and I havee no change to fit it to the right resolution (1024+TOC).
    Regards
    Rob

    Vamsi mailed me offline and I have suggested looking at Using RH7 on my site where this problem is covered.
    See www.grainge.org for RoboHelp and Authoring tips
    Follow me @petergrainge

  • Help: Problem with scrolling my html items and placed objects they keep cutting through my top menu

    Basically whenever i place an html item in my Muse site or an object I encounter a problem when scrolling down past that object in the preview. I have a horizontal menu bar that sits on the top of my site and whenever I scroll down the html items and objects
    cut through my menu. Is there any way to rectify this? - i've tried pinning objects but can't figure it out. Any help would be greatly appreciated.
    Thanks,

    So you have a pinned Menu in the Master page but is being overlayed by the objects in page when you scroll down? If that is the case, select the Menu in the Master, right click on it and Move To Master Foreground.
    Thanks,
    Vinayak

  • Print preview and print doesn't show the correct out put result when i connnected with EPSON LX-300+II

    I hava an html webpage with css & print css. The print preview and print doesn't give correct output there is alignment problem when i connected with EPSONLX-300+II. But iam connected with hp laserjet they show the correct output with firefox. Please fix the problem as soon.....

    I have same problem as you, but later I know how to deal with it.
    1. change your print default preferences to
    print quality into (120x144 dpi, or other which suites you)
    mine goes well to 120x144 dpi
    2. Before print enter File->Page setup, set true to option shrink to page width
    in order to fit your page into your desired paper
    (firefox will resize your content to suit the paper you choose).
    If you dont want this you can disable this option.
    3. Still in Page Setup, if checkbox "Print background (color & images)" is unchecked then
    white text will be printed black.
    Set this checked if you want to print white text as it is color.
    I hope it answers your question.
    Steve
    http://www.dailymobilegames.com

  • ES4 HTML Preview Issue

    I need to know the Server Options and the HTMl preview context options to be given in order to preview the PDF form in ES4 HTML5 preview tab.
    As I am already able to view a form as a PDF in ES4 but the same has to be previewed in HTML5 preview tab available in ES4 designer 11.0 version, Kindly guide me on how to get the PDF form to be viewed as HTML page in ES4 designer HTML5 preview tab.
    what are the options need to be provided to achieve this work.
    It will be very heplful for me to proceed with my work has these being a show stopper to my current work flow.kindly convey your inputs for the same as early as possible.

    Take a look at following documentaion for configurigring LC Designer for HTML Preview:
    http://helpx.adobe.com/livecycle/help/mobile-forms/preview-xdp-forms-html.html
    Alternatively, you can use Mobile Forms IVS for html5 preview of xdp form as mentioned at http://helpx.adobe.com/livecycle/help/mobile-forms/using-ivs.html
    [Make sure you are using .xdp file for preview and not .pdf]

Maybe you are looking for

  • Error creating job into trigger using DBMS_SCHEDULER.

    Hi, I am trying to create job using dbms_scheduler package. I have one trigger on insert event on one table. I am creating job using following syntax. CREATE OR REPLACE TRIGGER TRG_BI_JOB_CONFIG BEFORE INSERT ON JOB_CONFIG FOR EACH ROW DECLARE BEGIN

  • Report for Location Product hierachy creation

    Anyone knows a report which can automate the location product hierarchy? (Assuming Location hierarchy and product hierarchy exists). The screen where I could maintain the hierarchy do have the generation capability.  We are looking for similar featur

  • Pagination +Business Objects Web Services SDK

    hello there please help me, i use pagination with Business Objects Web Services SDK but i can't limit number of records to aspecific number like NameValuePair[] objNameValuePair = new NameValuePair[2];         objNameValuePair[0] =  NameValuePair.Fac

  • Organizing Music Folder

    I'm hoping that somebody can help me with this. I've noticed that I have several folders for one artist off of one album (for example: Alejandro Sanz's folder then there is an Alejandro Sanz_The Corrs folder). Is there any way to combine the two fold

  • Won't load Webpage

    I have a macbook that i got in May and its been working great up until now. When i try to go on the internet the webpage wont load. it will either show me a black page or it will say that it cannot access the server or the network isnt working. I tri