Specified in jnlp jvm argument but not   applied   by browser

jlnp file specifies passing passing vm arguments   using java-vm-arguments attribute , it also provides list of acceptable arguments  as mentioned here http://docs.oracle.com/javase/7/docs/technotes/guides/javaws/developersguide/syntax.html.
In my case , jvm argument  is   -Djava.security.debug=sunpkcs11,pkcs11. I added   this to jlnp file but this  is never loded by the browser jvm.  This is not mentioned in the above link so can this argument be passed to an applet?
here is my jnlp file
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="" href="">
    <information>
        <title>Applet</title>
        <vendor>ARTMS</vendor>
    </information>
    <resources>
        <j2se version="1.7+"  java-vm-args="-Djava.security.debug=sunpkcs11,pkcs11"/>
        <jar href="dsapplet.jar"/>
    </resources>
    <property name="java.security.debug" value="sunpkcs11,pkcs11"/>
    <applet-desc
         name="Applet"
         main-class="com.service.TestApplet"
         width="900"
         height="300">
             <param name="java_arguments" value="-Djava.security.debug=sunpkcs11,pkcs11"/>
     </applet-desc>
  <security>
  <all-permissions/>
  </security>
     <update check="background"/>
</jnlp>
</pre>

I tried with java web start still the jvm argument is not applied , please advice can this argument  -Djava.security.debug=sunpkcs11,pkcs11    be applied to java web start ?

Similar Messages

  • Flash work in preview but not in the browser!?

    Hi there:)
    I have a .swf file in a table in Dreamweaver. When I preview it in place and in Safari, it plays. When I upload eveything, it is not in any browser on the server.. any ideas?
    Thanks!
    V

    Hi John!
    Yes, sorry about that.. here it is.
    http://farmingtonfarm.com/appraisal.html
    Thanks for your help!!
    v
    Date: Thu, 8 Apr 2010 18:52:05 -0600
    From: [email protected]
    To: [email protected]
    Subject: flash work in preview but not in the browser!?
    Can't really help without a link to the site. Can you provide one?
    >

  • I can't figure out why this page splits in live preview... but not in the browser?

    I've finally got my site up and it all runs great... except I can't figure out why this one page behaves like it's too wide.
    http://www.johnnez.com/mainbooks.html
    It comes apart in the Live Preview.... but not in the browser preview.
    Thanks for any tips...
    jn

    john nez wrote:
    HTML is a total incrutable mystery to me... a mystery inside a mystery inside a mystery!
    Sounds to me like you've almost cracked it!
    You have one error that could cause problems and that's the stray </blockquote> tag.  Just delete it.
    The alt="" text will show as an error on the validator but that's easy to fix and worth doing.
    Here's an easy article on that: http://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/
    In one of your CSS files (JonzheaderindexCSS.css) you have this:
    body {
    margin-top: 20px;
    padding: 0;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: normal;
    background-attachment: fixed;
    background-color: #E1B852;
    background-image: url(../images/orange%20plaid.jpg);
    background-repeat: repeat;
    html { overflow-y: scroll; }
    It should be like this:
    html {
    overflow-y: scroll;
    body {
    margin-top: 20px;
    padding: 0;
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: normal;
    background-attachment: fixed;
    background-color: #E1B852;
    background-image: url(../images/orange%20plaid.jpg);
    background-repeat: repeat;
    It looks like you have that rule repeated further down the page like this:
    html { overflow-y: scroll; }
    There's an extra curly brace there (}) anyway, so it is badly formed but the whole rule and extra curly brace can go.
    You can fix those errors but I have a sneaky suspicion that it isn't gong to solve the issue you describe.
    Fix those issues anyway and post back.  Maybe if you can show a screen shot of what you are seeing in DW it might help?
    Martin
    PS: It's never a good idea to have file names on the web that have spaces in.  Your background rule has this:
    background-image: url(../images/orange%20plaid.jpg);
    That .jpg should be orangeplaid.jpg or orangePlaid.jpg or orange_plaid.jpg and the change should be reflected in the reference to the image so, orangePlaid.jpg should be:
    background-image: url(../images/orangePlaid.jpg);

  • Do you use LabVIEW but not apply for the beta?

    Greetings,
    Do you make use of some portion of the LabVIEW platform but never sign up for a LabVIEW beta?  Please post here and let me know:
    What portions of the platform do you use? (LabVIEW only, RT, FPGA, DSC, etc.)
    Why do you not apply to be included in a beta?
    I'm not promising that anything will change as a result of your answer but...who knows?
    Regards,
    Robert

    Thoric wrote:
    I've used LabVIEW from V5, and also support a large number of applications so I've had a go at most of the toolkits (FPGA, RT, PDA)
    At work there's absolutely no opportunity to play around with BETA versions, there's too much risk involved given it's not a verified release. I'd play around with it at home, but I mainly use Linux (SUSE) and to be honest I have better things to do. As much as I love LabVIEW, my kids come first 
    Amen to that,
    I try to participate in al LabVIEW Betas. But I mostly do it to see if the new version fixed some of the reported bugs that have given grief in the earlier versions. Although I do not have much time to spend on beta testing but I do try.
    Joe.
    "NOTHING IS EVER EASY"

  • All logs received but not applied | Physical Standby Database

    All,
    Need your help....
    We have physical standby database setup as below
    Primary : 2 node RAC
    Stdby : Standalone physical standby database.
    When I verify the stdby database status, I could see all the logs are received from primary but still not applied many.. Could any one please help me what is the issue and how to resolve it ...?
    Primary :
    =====
    SQL> SELECT THREAD# "Thread",SEQUENCE# "Last Sequence Generated"
    FROM V$ARCHIVED_LOG
    WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#)
    ORDER BY 1 2 3 4 ;
    Thread Last Sequence Generated
    1 8073
    1 8073
    2 4521
    2 4521
    stdby:
    ====
    SQL> SELECT ARCH.THREAD# "Thread",
    2 ARCH.SEQUENCE# "Last Sequence Received",
    3 APPL.SEQUENCE# "Last Sequence Applied",
    4 (ARCH.SEQUENCE# - APPL.SEQUENCE#) "Difference"
    5 FROM
    6 (SELECT THREAD# ,SEQUENCE# FROM V$ARCHIVED_LOG WHERE (THREAD#,FIRST_TIME ) IN
    7 (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#)) ARCH,
    8 (SELECT THREAD# ,SEQUENCE# FROM V$LOG_HISTORY WHERE (THREAD#,FIRST_TIME ) IN
    (SELECT THREAD#,MAX(FIRST_TIME) FROM V$LOG_HISTORY GROUP BY THREAD#)) APPL
    9 10 WHERE ARCH.THREAD# = APPL.THREAD# ORDER BY 1;
    Thread Last Sequence Received Last Sequence Applied Difference
    1 8073 8055 18
    2 4521 4510 11
    --Below are tailed messages from standby alert log:
    Fri Nov 04 10:45:15 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 10:50:15 2011
    Archiver process freed from errors. No longer stopped
    Fri Nov 04 10:50:15 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 10:50:15 2011
    Archiver process freed from errors. No longer stopped
    Fri Nov 04 10:55:15 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 11:00:15 2011
    Archiver process freed from errors. No longer stopped
    Fri Nov 04 11:00:15 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 11:00:15 2011
    Archiver process freed from errors. No longer stopped
    Fri Nov 04 11:05:16 2011
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance BWFCCSTD - Archival Error
    ORA-16014: log 6 sequence# 8058 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ASM_DATA01/bwfccstd/onlinelog/group_6.418.766235259'
    ORA-00312: online log 6 thread 1: '+ASM_FRA01/bwfccstd/onlinelog/group_6.307.766235263'
    Fri Nov 04 11:05:16 2011
    Archiver process freed from errors. No longer stopped

    Primary:
    =====
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination +ASM_FRA01
    Oldest online log sequence 8073
    Next log sequence to archive 8074
    Current log sequence 8074
    SQL>
    Stdby:
    =====
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination ?/dbs/arch
    Oldest online log sequence 8074
    Next log sequence to archive 0
    Current log sequence 8074
    Enough space is available :
    =================
    SQL> set lines 180 pages 50000;
    SQL> set lines 100
    col name format a60
    select name
    , floor(space_limit / 1024 / 1024) "Size MB"
    , ceil(space_used / 1024 / 1024) "Used MB"
    from v$recovery_file_dest
    order by nameSQL> SQL> 2 3 4 5 ;
    NAME Size MB Used MB
    +ASM_FRA01                                                        70000        531
    Edited by: 889828 on 2011/11/04 2:26 AM

  • Loops are installed, but not in Loop Browser

    Hi All!!
    I have just bought the four (newly packaged) GarageBand Jam Packs. I was so impressed with the demo "song" Victory (Full), that I have decided to use those loops for a project I am working on.
    The "Victory" loops all play in the loop browser (all 137 of them) when I have "Victory (Full)" loaded for playback in GarageBand.
    But.......
    When I start a new project, the Victory loops are not available in the loop browser. This is rather perplexing for me.
    What do I need? I need to find a solution to see these loops and maybe others that are missing (but not missing).
    Thanks in advance for your help.
    Rodger GW

    Yes. The demo song is in D, and I have ensured that I have set the new song to be in D.
    I have also trashed the preferences, trashed the indexes, rebuilt the loop browser by dragging the loop folders from all sources (sources being those defined by the install script), and ensured that the Keyword Browsing is unckecked and I have reset the keyword layout.
    The only thing I have not done is the laborious task of importing each of the 137 Victory files into the the track window then translating each individual part as an Apple Loop. The reason for this is two fold: 1. I am on the lazy side of life and think there should be a quicker way; and 2. I have checked the other files contained in Library -> Audio -> Apple Loops -> Apple -> Jam Pack 4 - Symphony Orchestra are available in the loop browser under the Jam Pack 4 and the Loops Pull Down Menu.
    I am very unsure of the next thing to try.
    Rodger GW
    PS I have even tried to have those loops from the "Victory (Full)" file be selected as favorites. They now reside in Home -> Library -> Audio -> Apple Loops -> User Loops -> SingleFiles, but do not appear in the Favorites tab in the Loop Browser in any new project.
    Thanks in Advance,
    RGW

  • Site works in the app, but not in the browser.

    Hello iWeb experts,
    I've got problems.
    Last night I published my site. And while it appears, and functions, properly in my iWeb app, it doesn't do the same in Safari, Firefox, and Internet Explorer.
    Two issues...
    FONTS
    I chose Bellamie, Univers Condensed, and Marydale as my fonts. From reading these forums, I've discovered those won't wysiwyg on other computers if the fonts aren't available and open on them. So my two choices are to make every bit of text a graphic or to use a set of more universal fonts, correct? So my questions are...One, is there a list somewhere of fonts that will work in any browser? And, two, is there a short-cut, or easy way to transform type into a graphic without having to create image files?
    FUNCTIONS
    Here are the functions that work fine in iWeb but have gone haywire in all of the browsers I tested...
    • The type in one nav link appears smaller than all the rest.
    • Some links are active, others are not.
    • Rollover highlighting works on some links, but not others.
    • Most of the rollover links appear in the proper static color, a few do not.
    I've tested these functions on three Macs, one PC, and in the three browsers mentioned above. All of them show the exact same problems. So something must be going wrong with iWebs coding, or my host server musn't like iWeb.
    Any thoughts, suggestions on these two issues? Thanks much for any advice.
    John
    PS - For reference, see: www.johnrunk.com

    Fascinating, Kirk (+he types with one raised eyebrow+).
    QuickTimeKirk wrote:
    When I drag across your page most of your links do not change. The "text" portion of them doesn't change, either. Something is covering them.
    I can see that. But for the life of me, I don't know what could be covering those links. In my app, when I click in the area of the links, the type is the first item selected. Unless, possibly, it could somehow be the faint reflection of my black-and-white image (me & the ground I stand on). Hmmm...
    QuickTimeKirk wrote:
    Single click (outside the boundaries of your page contents) and an "outline" will appear. It shows the image file dimensions and locations.
    This I don't see. An outline? As in "an object outline," or as in "a list of dimensions and locations?" When I click outside my page contents, I get nothing.
    Thanks, QTK. I truly appreciate your troubleshooting here.
    John

  • Macaffee is blocking legitimate web sites but not with IE browser.

    McAfee is blocking some legitimate web sites when I use Firefox but not when I use IE browser.

    hello bobbrue, you have multiple malicious extensions present in your profile.
    * first i'd recommend to [[Reset Firefox – easily fix most problems|reset firefox]]
    * run a full scan of your system with the security software that you have in place and different other tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    * finally after you've completed the steps above please report back in the forum and include the then current troubleshooting information again, so that we can have a final check that everything in your profile seems clean.
    thank you
    [[Troubleshoot Firefox issues caused by malware]]

  • SO-Free goods found but not apply

    HI everybody,
    Please help me solve this problem:
    I've finished free goods and tested OK 2 months ago. It doesn't work when I come back and check again.
    I have configed and define master data VBN1, I use free goods analysis to check, system found condition record and display "Condition record has been specified", but when I click on that condition record "The condition record for use N can not be displayed".  And no have any subsequent item under Main Item (system even don't warning when I input quantity smaller minimum quantity of free goods as in the past).
    More Infor: I just use Exclusive for Free goods with the very simple way. And I still can input manually free goods by inputting higher level item no.
    I have researched every topic and check config again and again but it doesn't seem to work. Please suggest me any way to continue.
    Many thanks for your help.

    Use Tcode VBN2.
    Provide your Free Goods condition type - Discount type in VBN2 and click on Condition Information button.
    This would take you to display condition record screen.
    Don't provide/maintain any data in selection parameter & Execute.
    But kee validity period/date in check.
    If any condition record is maintain, then you will be able to see the result in List for Condition Type screen.
    You can also follow Table KONDN - Conditions: Free goods - Data section to check whether you have any data maintained.
    KONDN-KSCHL
    Discount type
    - Free Goods condition type
    Say, NA00 - Free Goods SD
    Regards
    JP

  • Applet works fine with JNLP... but not on my web page

    I can create a seperate JNLP for my applet, and it works fine. However, when I try to insert it into a web page, it does not work. I was wondering if this was a common newbie issue, and how I would go about fixing it. I compiled it using the newest J2EE JDK and the newest JSE (downloaded and installed a couple of weeks ago).
    Any help would be greatly appreciated... thank you.

    If you want to insert an applet in a web page you use java plug-in, not java web start. You can use Java Web Start to deploy an applet outside of a browser, but plug-in is still the primary applet deployment method, and the only one that can show an applet in a web page.
    /Andy

  • MDT Copying drivers but not applying

    Hello all,
    We use the 'total control' method for drivers, defining Drivergroup001 as "Windows 7 x64\%Model%" and placing the appropriate drivers into the folder structure.
    During build, MDT correctly identifies the model, assigns the Drivergroup001 variable and copies all drivers from that folder into the c:\Drivers folder on the machine. Operating system is then applied however none of the drivers are then installed, causing
    the deployment to halt as the network card is unable to reconnect due to having no driver.
    If I go into device manager and select to install drivers by browsing the c:\ drive it finds the correct drivers and installs them so I know the driver files were copied correctly.. just not installed.
    Any thoughts? Thank you in advance!
    MCITP Windows 7 Enterprise Administrator

    To anyone else that come across this:
    I eventually found the problem as being with the unattend.xml. In the offlineServicing pass you need to include both components:
    x86_Microsoft-Windows-PnpCustomizationsNonWinPE
    AND
    amd64_Microsoft-Windows-PnpCustomizationsNonWinPE
    specifying the driver path as \Drivers to ensure the OS is looking in the c:\Drivers folder for the driver files copied in previously.
    MCITP Windows 7 Enterprise Administrator

  • Receveid Archivedlog from primary BUT not applied

    Hi all,
    We're using Oracle 10g Enterprise Edition.
    I've created the physical standby database, and I've stated the MRP.
    The archivedlog file are received like we can see on v$archived_log:
    SELECT SEQUENCE#, FIRST_TIME, NEXT_TIME, APPLIED
    FROM V$ARCHIVED_LOG
    ORDER BY SEQUENCE#;
    SEQUENCE# FIRST_TIM NEXT_TIME APP
         15767 27-OCT-11 27-OCT-11 NO
         15768 27-OCT-11 27-OCT-11 NO
         15769 28-OCT-11 28-OCT-11 NO
         15770 28-OCT-11 28-OCT-11 NO
         15771 28-OCT-11 28-OCT-11 NO
         15772 28-OCT-11 28-OCT-11 NO
         15773 28-OCT-11 28-OCT-11 NO
         15774 28-OCT-11 28-OCT-11 NO
         15775 28-OCT-11 28-OCT-11 NO
         15776 29-OCT-11 29-OCT-11 NO
         15777 29-OCT-11 29-OCT-11 NO
         15778 29-OCT-11 29-OCT-11 NO
         15779 29-OCT-11 29-OCT-11 NO
         15780 29-OCT-11 29-OCT-11 NO
         15781 29-OCT-11 29-OCT-11 NO
         15782 29-OCT-11 29-OCT-11 NO
    SQL> SELECT ARCH.THREAD# "Thread", ARCH.SEQUENCE# "Last Sequence Received", APPL.SEQUENCE# "Last Sequence Applied",
      2  (ARCH.SEQUENCE# - APPL.SEQUENCE#) "Difference"
      3  FROM
      4  (SELECT THREAD# ,SEQUENCE# FROM V$ARCHIVED_LOG WHERE (THREAD#,FIRST_TIME ) IN
      5          (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#)) ARCH,
    (SELECT THREAD# ,SEQUENCE# FROM V$LOG_HISTORY WHERE (THREAD#,FIRST_TIME ) IN
            (SELECT THREAD#,MAX(FIRST_TIME) FROM V$LOG_HISTORY GROUP BY THREAD#)) APPL
      6    7    8  WHERE ARCH.THREAD# = APPL.THREAD#
    ORDER BY 1;  9
        Thread Last Sequence Received Last Sequence Applied Difference
             1                  15782                 15767        16But no archivedlog file wa applied. This means is not totally synchronized yet, or not?
    Several days and no archivedlog file wa applied.
    Is there problem here? How can I apply in physical standby?
    thank you very much!!!!

    Hi,
    I's stranger here.
    Before I take backup, I've created the SRLs on primary:
    ALTER DATABASE ADD STANDBY LOGFILE GROUP 4 ('+DATA', '+FRA') SIZE 300M;
    ALTER DATABASE ADD STANDBY LOGFILE GROUP 5 ('+DATA', '+FRA') SIZE 300M;
    ALTER DATABASE ADD STANDBY LOGFILE GROUP 6 ('+DATA', '+FRA') SIZE 300M;
    ALTER DATABASE ADD STANDBY LOGFILE GROUP 7 ('+DATA', '+FRA') SIZE 300M;After I take backup e finally execute the duplicate for standby.
    But no standby database ALL SRls are in standby.
    Only one that I've created after the duplicate for standby.
    It follows the redo logs and SRLs on standby:
        GROUP# STATUS  TYPE    MEMBER                                                                           IS_
             1         ONLINE  +REDO1/proj/onlinelog/redo01a.log                                                NO
             1         ONLINE  +REDO2/proj/onlinelog/redo01b.log                                                NO
             2         ONLINE  +REDO1/proj/onlinelog/redo02a.log                                                NO
             2         ONLINE  +REDO2/proj/onlinelog/redo02b.log                                                NO
             3         ONLINE  +REDO1/proj/onlinelog/redo03a.log                                                NO
             3         ONLINE  +REDO2/proj/onlinelog/redo03b.log                                                NO
             8         STANDBY +REDO01/proj_std/onlinelog/group_8.256.764973797                                 NO
             8         STANDBY +REDO02/proj_std/onlinelog/group_8.256.764973797                                 NO
    18 rows selected.
    SQL> set lines 140
    col dbid format a17
    select * from v$standby_log;SQL> SQL>
        GROUP# DBID                 THREAD#  SEQUENCE#      BYTES       USED ARC STATUS     FIRST_CHANGE# FIRST_TIM LAST_CHANGE# LAST_TIME
            8 1247984584                 1      15788   314572800          0 YES ACTIVE        7.1402E+10 29-OCT-11   7.1403E+10 29-OCT-11So, I dont know if I must create again the SRLs in standby.
    I didnt ge any error on duplicate. Only archivedlog necessary to recover.
    Thank you very much!!!!

  • GPO enforced and Linked but not applied

    Hello,
    I am deploying Forefront Client Security by GPOs but I still not receive anything on the client:
    The keys to verify during the test are located in
    HKLM > Software > Policies > Microsoft > Microsoft Forefront > Client Security > 1.0 
    The GPO is enforced and OU is linked, it has been verified
    Inheritance not blocked
    Any idea?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    Hi,
    Before going further, you should provide more details about the current issue. Would you please let me know how did you configure the GPO settings? As others mentioned, could you confirm if
    the GPO settings have applied to the target computers correctly? In order to narrow down the cause of the issue, please try to collect the following information for troubleshooting.
    GPMC.log
    ==================
    a. On domain controller, click Start -> Run, type GPMC.MSC, it will load the GPMC console.
    b. Right click on "Group Policy Result" and choose wizard to generate a report for the problematic computer and user account (please place appropriately). (Choose computer and select the proper
    user in the wizard)
    c. Right click the resulting group policy result and click the "Save Report…" => save report to save the report to a HTML file.
    Once we get the report, we could check if the settings were applied to the target without any issue.
    Regarding how to deploy Client Security to the client computers, please refer to the following article.
    Deploying Client Security to the client computers
    http://technet.microsoft.com/en-us/library/bb404232.aspx
    Hope this helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • SSI reading CSS but not applying it fully

    Hi All,
    I have just discovered SSI, so please bare (sp) with me..
    I have a server side include (SSI) that references a CSS file and it seems to be working 90%, meaning the final file that calls the include does display the content as I expected when viewed on the server, except that many of my fonts and stuff aren't being displayed correctly.
    It appears that the general layout of the site, along with various images used for navigation, and even jquery and spry menus etc seem to be working well (all of which are referenced to within the SSI and or the CSS that the SSI references), BUT my paragraph text and headers are all displaying in huge fonts and in wrong font-families etc...??
    Does anyone have any clue why this might be?
    Thanks in advance of any help
    katrina

    Hi Bregent,
    Thanks so much for replying. And sorry, here is a link to the complete file that uses the SSI's: http://tinyurl.com/SSIweirdCSS
    I am not sure what you meanby 'use design time stylesheets' ... what are they?
    Thanks so much for your input...
    Katrina
    Note: if you navigate elsewhere in the site (none of the other pages use SSI's) and compare, you'll see that the page linked to above (which does use the SSI's) is correctly using the CSS that is referenced in the SSI for the most part, but it's the body text and headers that are unusually large and incorrect font...?

  • Applet works on eclipse but not on reg browser (not inited error)

    Hi everybody,
    I've just made an applet, but I don't know why it can't be shown. I'm working with Eclipse, and when I run the .java file, everything works fine. It even works fine when I specify parameters through the eclipse build file parameter arguments.
    Now I would like this to work by using the appletviewer and my html file. When I do this, the application doesn't work anymore and I get this error: Start applet not inited and shows loading java Applet failed when I scroll over to the java applet box on the browser. (Mozilla)
    I used this code in the html file:
    <html>
    <head>
    <title>MicroToolBus Example Plugin Applet 2 </title>
    </head>
    <body>
    <h1>MicroToolBus Example Plugin Applet 2 </h1>
    <hr>
    <applet code =MicroToolBus.class width=400 height=100>
    <param name="ModelName" value="edu.vt.vbi.pathport.client.plugin.microarray.MicroarrayModel">
         <param name="DataLocation" value="c:/eclipse/workspace/PathPort/xml/samples/mageml/pmml.xml">
    </applet>
    </hr>
    </body>
    </html>
    which is located at
    C:\eclipse\workspace\PathPort\build\edu\vt\vbi\pathport\client\toolbus\MicroToolBus.html
    The MicroToolBus.class file is located in the same directory. What am I doing wrong. I tried putting the class file and the html in the same directory as the actual .java file of the applet, but that didn't seem to work either. Thanks in advance; your help and suggestions are much appreciated,

    What am I doing wrong?Your getting caught in the Sun/Microsoft war. Numerous casualties. For rehab, see:
    http://www.MartinRinehart.com
    Click "Articles", "Launching Applets".
    Warning: make a big mug of java before you start. This is not trivial stuff.

Maybe you are looking for

  • HT4914 how to unsubscribe from itunes match?

    Hoe do I unsubscribe from itunes match.......I need to change my store back to the uk store to updates uk only apps purchased before I moved to the US and switched store. I can't change store because I now have a ITunes match account in the US store.

  • Duplications during itunes music folder transfer

    I followed the steps detailed on this Web site for the transfer of the iTunes music folder from my laptop to an external hard drive. I then moved all my music files from another location into the folder, then did the "add folder to library" command.

  • Photoshop CS6 Extended to CC

    I have Photoshop CS6 Extended on my computer. I have signed up for CC but cannot seem to get the latest and greatest updates that show up on CC Photoshop on my program on my computer. Any help would be appreciated.

  • Dead Pixel Agony Ideapad S300

    Hello everyone! I have a Lenovo S300 laptop. It's still a month old. The product went smoothly but after a one month, a bright yellow vertical line appeared at the left side of the screen. Then after 4 days (now), a green vertical line appeared at th

  • Deleted by author

    Deleted by author