Jsp:plugin jreversion1.4 - tomcat4.1.10 - how do I do this?

I would like to get Tomcat 4.1.10 to recognize jreversion's other than 1.2.2 when using the jsp:plugin tag.
<b>My setup:</b>
Windows XP Professional
Tomcat 4.1.10
JDK 1.4.0_01
I wrote a cheezy applet that just displays "Helloworld"
and works fine in a simple page with just a simple applet tag.
I have a short JSP page with the following plugin line:
<code>
<jsp:plugin type="applet" code="forgetech.web.ForgeApplet" codebase="." archive="ForgeApplet.jar" height="100" width="200" jreversion="1.4.1">
<jsp:fallback>
<b> JRE 1.4.1 could not be installed. </b>
</jsp:fallback>
</jsp:plugin>
</code>
The page works fine for all machines that already have a JVM.
But
On a Windows 2000 Professional box w/ IE6 and no Sun JVM; when
I navigate to the page it tries to download and install the 1.2.2 plugin. I want it to download the latest JRE instead. How can I get Tomcat to recognize 1.4 (or soon 1.4.1) and download the appropriate JRE? I tried looking through some of the config files looking for some kind of mapping but did not see anything.
I know I can use the <b>nspluginurl</b> and <b>iepluginurl</b>, but I really dont like hardcoding links into my code.
As a bonus; is there a way to fill in jsp:plugin jreversion attribute with a JNDI lookup. This would be nice so that I can set all of my JSP's on my Tomcat server to push the latest and greatest JRE with their applets.
Thanx in advance,
- Chris

Oops; I used the special tokens wrong. Sorry peoples... here is the post correctly formatted:
I would like to get Tomcat 4.1.10 to recognize jreversion's other than 1.2.2 when using the jsp:plugin tag.
My setup:
Windows XP Professional
Tomcat 4.1.10
JDK 1.4.0_01
I wrote a cheezy applet that just displays "Helloworld"
and works fine in a simple page with just a simple applet tag.
I have a short JSP page with the following plugin line:
<jsp:plugin type="applet" code="forgetech.web.ForgeApplet" codebase="." archive="ForgeApplet.jar" height="100" width="200" jreversion="1.4.1">
<jsp:fallback>
<b> JRE 1.4.1 could not be installed. </b>
</jsp:fallback>
</jsp:plugin>The page works fine for all machines that already have a JVM.
But
On a Windows 2000 Professional box w/ IE6 and no Sun JVM; when
I navigate to the page it tries to download and install the 1.2.2 plugin. I want it to download the latest JRE instead. How can I get Tomcat to recognize 1.4 (or soon 1.4.1) and download the appropriate JRE? I tried looking through some of the config files looking for some kind of mapping but did not see anything.
I know I can use the nspluginurl and iepluginurl, but I really dont like hardcoding links into my code.
As a bonus; is there a way to fill in jsp:plugin jreversion attribute with a JNDI lookup. This would be nice so that I can set all of my JSP's on my Tomcat server to push the latest and greatest JRE with their applets.
Thanx in advance,
- Chris

Similar Messages

  • When I open Firefox the check plugin page automatically opens. How do I turn this off?

    Today when I started up Firefox an additional tab opened directing me to the plugin update page. I do not want this tab to always open when I start Firefox. How do I disable it?

    I uninstalled Viewpoint Media Player (and the AOL IM client "AIM", since apparently that's what forced Viewpoint Media Player on to my system.)
    Viewpoint Media Player is responsible for the plugin called "MetaStream 3 Plugin r4", and I believe this plugin is triggering Firefox to open the plugincheck page. It is not enough to disable the plugin, it must be uninstalled.
    For me, after uninstalling Viewpoint Media Player, the "plugincheck always opening" problem then went away.

  • Safari gives me the message "application/x-vlc-plugin" missing.  Where and how could I load this? Tks

    Hi all,
    I bougth an IP camera and I use Safari to connect to it.  When I enable the audio channel, Safari dives me the message "application/x-vlc-plugin" missing.  I have VLC 2.0.4 player installed on my Mac.
    Tks for your support
    Dany

    VideoLAN - Download official VLC media player for Mac OS X

  • Firefox stops working and message comes up saying a plugin has stopped working. How do I fix this?

    Going thru a slide show. picture freezes and then screen get a milk white overlay. The popup stays a Firefox plug in has stopped working. then is satys looking for fix and then shuts down.

    Did the message say what had crashed?
    See if you have any crash reports.
    We're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash IDs to help us learn more about your crash.
    #Enter ''about:crashes'' in the Firefox address bar and press Enter. A Submitted Crash Reports list will appear, similar to the one shown below.
    #Copy the '''5''' most recent Report IDs that start with '''bp-''' and then go back to your forum question and paste that into the "Post a Reply" box. (Please don't take a screenshot of your crashes, just copy and paste the ID's. The below image is just an example of what your Firefox screen should look like)
    [[Image:aboutcrashesFx29|width=520]]
    <br><br>
    Thank you for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes - Troubleshoot, prevent and get help fixing crashes]] article.

  • How to use jsp:plugin type="applet" in jsp

    Hi ,
    I have a JSP File.
    How to use jsp:plugin tag in that.
    When I specify the file name in code="applet.class" Then it is giving an error saying that It could not find the class.
    What is the solution for this.

    its not working.. it shows exception class not found exception.
    i have placed the jsp and applet class in the same folder. but its not working.
    jsp file path : OracleSpatial\mypackage\webmap.jsp
    applet class : OracleSpatial\mypackage\demoApplet.class
    demoApplet class inside package "mypackage".
    code inside JSP is :
    <jsp:plugin type="applet"
    code="mypackage.demoApplet.class" width = "100%" height = "100%" >
    </jsp:plugin>

  • How to use jsp:plugin action with type = bean

    Hi everybody,
    I'm new to JSP so it could be a stupid question but I'm wondering how can I use a jsp:plugin action with a type equal to "bean".
    Everyone is talking about type equal to applet so the browser can display this applet but if the type will be a bean so then
    does it mean I can send a javaBean class to the client?
    If yes, then can the javaBean object be executed on a client machine?
    Or maybe I'm wrong. I don't know how it works.
    Please give me a resolution.
    Thanks,
    Rafal.

    its not working.. it shows exception class not found exception.
    i have placed the jsp and applet class in the same folder. but its not working.
    jsp file path : OracleSpatial\mypackage\webmap.jsp
    applet class : OracleSpatial\mypackage\demoApplet.class
    demoApplet class inside package "mypackage".
    code inside JSP is :
    <jsp:plugin type="applet"
    code="mypackage.demoApplet.class" width = "100%" height = "100%" >
    </jsp:plugin>

  • How to deploy a JSP with jsp:plugin with applet type?

    Hi,
    I am a new comer for JSP and when to try to a simple JSP with plugin for applet. Following is part of my JSP script:
    <jsp:plugin type="applet" code="DigitalClock" align="center" height="25" width="300"
    >
         <jsp:params>
              <jsp:param name="language" value="<%=request.getLocale().getLanguage()%>" />
              <jsp:param name="country" value="<%=request.getLocale().getCountry()%>" />
              <jsp:param name="bgcolor" value="FFFFFF" />
              <jsp:param name="fgcolor" value="CC0066" />
         </jsp:params>
              <jsp:fallback>
              <p>Unable to start plugin.</p>
         </jsp:fallback>
    </jsp:plugin>
    ===========
    And Java plugin tell me that can't find DigitalClock class. I want to ask how to deply this JSP using deploytool.
    Thanks,
    Wise

    Hi
    It should be in such a way,
    The Jsp:param is similar to PARAM used in Applet.
    <jsp:plugin type="applet"
    code="MyApplet.class"
    width="475" height="350"
    <jsp:params>
    <jsp:param name = "PARAM1" value="VALUE1" />
    </jsp:params>
    </jsp:plugin>
    jsp:fallback Element
    It provides alternate text to browsers that do not Support OBJECT or EMBED. You can use this element in the same way as you provide alternate text in your applet.
    <jsp:fallback>
    <b> Error: This example requires java </b>
    </jsp:fallback>
    </jsp:plugin>
    I hope this will help you.
    Thanks
    Bakrudeen
    Technical Support Engineer
    Sun MicroSystems Inc, India

  • How can I return some values from an applet invoked by jsp:plugin tag

    My JSP is something like that:
    <html>
         <head>
                 <title> . . . </title>
         </head>
         <script>
              function getValueFromApplet()
                   var src = document.pinApplet.checkPin();
                   document.myForm.j_username.value = document.pinApplet.tokenizeName(src);
                   alert(document.myForm.j_username.value);
                   document.myForm.j_password.value = document.pinApplet.tokenizePassword(src);
                   alert(document.myForm.j_password.value);
         </script>
            <body>
                    <jsp:plugin type="applet"
                          code="PinApplet.class"
                       codebase="/idp"
                       name="pinApplet"
                                width="300"
                                height="300">
                         <jsp:fallback> Authentication Form is not supported by the browser </jsp:fallback>
              </jsp:plugin>
                    <form action="https://xxx.xxx.xxx"
                   name="myForm"
                   method="post" onSubmit="return getValueFromApplet()">
              <table>
                   <td><input type="submit" value="OK" >
                   <td><input type="hidden" id="j_username" name="j_username" value=""></td>
                   <td><input type="hidden" id="j_password" name="j_password" value=""></td>
              </table>
              </form>
         </body>checkPin() returns "alice--alice"
    tokenizeName() returns the first token: alice
    tokenizePassword() returns the second token: alice
    When I test the applet in the IDE, it returns the values properly, but not in the JSP invokation.

    evnafets wrote:
    javascript will not be executing on the server. You can rule that one out.
    Is your Applet being initialised correctly?
    Where have you got the classes for it? I think the applet doesn't need any kind of initialization, because it doesn't have any variables and all the process is made in the method called by onsubmit()
    The applet is composed only by one class and I'm totally sure that the class is placed in the correct place.
    evnafets wrote:
    I would say put in a couple more alerts - one before the call to the applet, one after.
    put some logging statements in your applet to see if it gets there.In the javascript, there are two alerts between the three calls to the applet. Where do you advise me to put more alerts?
    I don't understand what do you refer when you say "logging statements"
    I am going to test again the call to the applet in order to find some kind of code that can be invalid or that can make the function to "crash"

  • Jsp plugin

    I have created a jsp page and inserted an applet using jsp plugin.
    the location of the jsp is C:\JDEV\testapp\test_project\public_html
    and the location of the applet class is C:\JDEV\testapp\test_project\classes\test_project.
    How can I supply the codebase information during plugin as' \ ' is treated as escape character.
    How can I bind an applet with an action button of a jsp page?
    Thanks

    You need to place the class files needed to run your applet in some browser-accessible location. The WEB-INF/classes is not one of those client-accessible directories.
    Think of the way you store your images on the server. Same concept here.

  • Jsp:plugin problem

    hi,
    i am using jsp:plugin to handle applets.when i am placing the applet class file in the same jsp files directory itself its working.but,when i am placing the applet class file in the WEB-INF/classes directory it couldn't point the class file and its not working.here is the tag,
    <jsp:plugin type="applet" code="SampleAppletExample" codebase="WEB-INF/classes" height="400" width="500">
    </jsp:plugin>
    what is the problem with the tag.how can i pont the class file from jsp:plugin tag.
    any one knows please help me.
    regards,
    j.mouli

    Hi,
    Please check your codebase parameter again. That part of the directory (web-inf\classes is not visible to client i.e he cann't access it. By default the classes stored under web-inf\classes directory can be accessed from the jsp.
    Please find the extract from apache site related to this.
    "WEB-INF/classes/ - This directory contains any Java class files (and associated resources) required for your application, including both servlet and non-servlet classes, that are not combined into JAR files. If your classes are organized into Java packages, you must reflect this in the directory hierarchy under WEB-INF/classes/. For example, a Java class named com.mycompany.mypackage.MyServlet would need to be stored in a file named WEB-INF/classes/com/mycompany/mypackage/MyServlet.class.
    For further information on this, please browse through the 'Standard Directory Layout' section at http://jakarta.apache.org/tomcat/tomcat-3.3-doc/appdev/deployment.html
    Hope this helps.
    Good Luck.
    Gayam.Srinivasa Reddy
    Developer Technical Support
    Sun Micro Sysytems
    http://www.sun.com/developers/support/

  • Jsp plugin in page fragment

    Would like to include an applet in a page fragment, however JSC is not happy.
    Create a page fragment, add a
    jsp: plugin tag and jsc complains with the error:
    The prefix "jsp" for element "jsp: plugin" is not bound.
    Have tried setting this plugin inside a panel grid and also within the div itself.
    So - how do I include a jsp : plugin in a page fragement?
    Thanks

    Hi,
    This forum thread may help you:
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=46800
    Thanks,
    Runa.

  • Is Tomcat 4's jsp:plugin tag hardwired to 1.2?

    Is Tomcat 4's <jsp:plugin > tag hardwired to version 1.2 of the JPI?
    I was absolutely horrified today at a job interview when, proudly navigating to the page containing the 1.4-demanding applet I embedded in the page using <jsp:plugin ...> the plugin installation dialogue came up -- asking whether they wanted to install the 1.2 plugin (up until recently, I had the applet's object tag embedded manually... switching to jsp:plugin was fairly recent).
    As it turns out, the <object> tag generated by Tomcat was specifying the download path for the 1.2 plugin, even though I specified jreversion="1.4" in the <jsp:plugin> tag:
    <OBJECT
       classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
       name="theApplet"
       width="550" 
       height="400" 
       align="middle" 
       codebase="http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0">The "clsid" value can be changed in web.xml by changing the jsp servlet's "ieClassId" initParam, but as far as I can tell there's NO mechanism for changing the "codebase" value anywhere.
    Is the <jsp:plugin> tag (under Tomcat 4, at least) just useless for Applets that must have 1.4, or is there a configuration parameter somewhere to set the "codebase" value generated by the tag?
    I know I could always put the manually-specified code back in, but I'd prefer to stay with the <jsp:plugin> tag if possible just because it makes the jsp source cleaner. What's strange is that nobody seems to have complained about that problem on the usual places (Usenet/dejanews/Google, jguru.com, etc). Whether that's just because nobody writes applets that actually demand 1.4, or whether everybody who does just embeds the <object> tag manually, I'm not sure.
    In any case, I'm trying to figure out how to make <jsp:plugin> generate the right HTML for 1.4-using applets... or whether it's even possible.

    Sigh. I found it. It's actually specified as the "iepluginurl" property of the <jsp:plugin> tag.
    <emotion:frustration variation="anger">
    Now I just need to figure out what *$%!# value to use for it.
    The JPI's developer guide has to be the worst document I've ever seen from Sun. Normally, Sun's documents are good. Often, exceptionally so. But the JPI guide... well, after reading http://java.sun.com/j2se/1.4.1/docs/guide/plugin/developer_guide/using_tags.html multiple times, I'm still not sure what #$%^&* URL corresponds to "The newest released JPI equal to or newer than 1.4.0". The only URL on the whole page that they even imply works is hardwired to 1.4.0, and in the same breath they imply that every other codebase URL on the page is wrong, hypothetical, and shouldn't be used... oh, and for that matter, the 1.4_0 one shouldn't really be used ether, because it might change in the future. Grrrrr.
    If there's a pattern to the following URLs (all used on the same page) that's supposed to illustrate something besides abyssmally bad editing and apparent indecision, I haven't seen it yet:
    http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0
    http://java.sun.com/products/plugin/1.4/jinstall-14-win32.cab#Version=1,4,0,mn
    http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,1,mn
    http://java.sun.com/products/plugin/autodl/jinstall-1_4_0-win.cabHmmm. Let's see here. They're all the same up to http://java.sun.com/products/plugin, but from that point one diverges into /1.4/, while the others continue into /autodl/. But even past that point, two imply that the filename follows the pattern jinstall-1_4-windows-i586.cab#Version=1,4,x,* ... but whether developers who really, truly, don't care about the specific maintenance release should use "0" or "mn" is left up in the air.
    Furthermore, the ONE URL on the entire page that they come halfway close to implying will work is the last one I listed above, which itself goes totally against whatever hypthetical pattern they were trying to imply with the other three. For now I'll probably stick the last one listed as the parameter because it's the only one they actually come out and say will work, but I suspect the first one is probably the "right" one.
    Of course, there's always the matter of Macintosh users running IE. Or Windows users running Mozilla (which is technically Netscape, but uses MSIE ActiveX plugins). Does Mozilla get fed the value of "iepluginurl", or the value of "nspluginurl"? Sigh.
    </emotion:frustration>

  • Jsp plugin error ----

    Hi
    I want to display applet in a browser ,which is in a remote system ...for that i am using jsp to display it..
    in the code i wrote like the following .... but i am getting error ...any help would be appreciated....error msg also pasted below...
    <%@ page language ="java" contentType = "text/html" %>
    <html> <head>
    <title>Plugin Example</title>
    </head>
    <body>
    <h3> I have done it ...</h3>
    <jsp:plugin type = "applet" code = "ViewerApplet.class"
    codebase = "http://javasystem:8080/JViewer1/viewer/paragon" width = "500" heigth ="500">
    <jsp:fallback>There is a problem with your browser ...</jsp:fallback>
    <jsp:params >
    <jsp:param name="numpages" value="3" />
    <jsp:param name="fileurl" value="" />
    <jsp:param name="pageurls"
    value="http://javasystem:8080/examples/images/testimages/anim-[p].tif" />
    <jsp:param name="defaultzoom" value="75%" />
    </jsp:params>
    </jsp:plugin>
    </body></html>
    Error .....................
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: /view.jsp(9,0) jsp:plugin not closed
         at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
         at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:428)
         at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:126)
         at org.apache.jasper.compiler.Parser.parsePlugin(Parser.java:643)
         at org.apache.jasper.compiler.Parser.parseAction(Parser.java:669)
         at org.apache.jasper.compiler.Parser.parseElements(Parser.java:803)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:122)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:199)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:153)
         at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:227)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:369)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)

    "org.apache.jasper.JasperException: /view.jsp(9,0) jsp:plugin not closed"
    Looks like you did not close the jsp:plugin tag. Double check your quotes, make sure you do not have an extra one, or are missing one (although the code you posted looks okay)... also, try removing the space between the attribute = "value" pairs in the tag, ie:
        <jsp:plugin type="applet" code="ViewerApplet.class"
                    codebase="http://javasystem:8080/JViewer1/viewer/paragon"
                    width="500" heigth="500">
    //instead of:
        <jsp:plugin type = "applet" code = "ViewerApplet.class"
                    codebase = "http://javasystem:8080/JViewer1/viewer/paragon"
                    width = "500" heigth = "500">

  • Jsp:plugin jre version

    I am using jsp:plugin tag to put my applet in jsp. The default jre verion of the jsp:plugin is 1.2. I want users to use jre 1.4. How can I wite the attribute for the tag?
    <jsp:plugin
    type="applet"
    code="mypackage.MyApplet"
    //any other attribute I should use?
    jreversion = ???
    iepluginurl =???>
    Thanks,
    autogoor

    You may want to repost your strut JSTL question at J2EE forum.

  • JSP plugin call for applet

    How do I call an applet with the JSP plugin call? The applet works OK when called from an HTML file. However, when called from a JSP file, the applet is not found.
    Here's the code:
    <jsp:plugin type="applet" code="SelectList.class" codebase="applet"
    archive="bc4jhtml.jar,datatags.jar,uixtags.jar,bc4juixtags.jar,ojsp.jar,ojsputil.jar,oc4j.jar,servlet.jar,ojc.jar,xmlparserv2.jar,regexp.jar,share.jar,uix2.jar,xmlcomp.jar,jdevrt.jar,runtime12.jar,bc4jmt.jar,collections.jar,bc4jct.jar,jndi.jar,classes12.jar,nls_charset12.jar,bc4jimdomains.jar,ordim.jar,ordhttp.jar,jdevcm.jar,bc4jdomorcl.jar,bc4jdatum.jar,activation.jar,jcert.jar,jnet.jar,jta.jar,mail.jar,ejb.jar,jaxp.jar,jdbc.jar,jaas.jar,jsse.jar,bc4jui.jar,bigraphbean.jar,LW_PfjBean.jar"
    jreversion="1.2" width="1000" height="360" >
    <jsp:params>
    <jsp:param name="test" value="This is a test." />
    </jsp:params>
    <jsp:fallback>
    You need to install the Java plugin on your web browser to run this applet.
    </jsp:fallback>
    </jsp:plugin>

    You really don't need to put all the jar files in your archive list.
    Most likely, you just need to put the jar that contains the applet.
    And, few more dependencies jar files.
    Here is some sample code for your reference:
    <jsp:plugin type="applet" code="Clock2.class" codebase="applet" jreversion="1.2"
    width="160" height="150" >
    <jsp:fallback>
    Plugin tag OBJECT or EMBED not supported by browser.
    </jsp:fallback>
    </jsp:plugin>
    code attribute points to a class file "Clock2.class"
    under the directory under codebase attribute "applet"
    You may want to take a look into the HTML / JSP document about
    how the plugin tag works in HTML / JSP.

Maybe you are looking for

  • End To End Configuration

    Hi everybody, Can any one of you please provide me with some document/ Blog which describes the end to end configuration steps for various scenarios like simple XML to file scenario. I am aware of various teminologies but have never tried hands on a

  • Vertical Menu position problem

    Hi everyone, I'm trying to figure out how to manage the position of a vertical menu aligned on the left of the page. I have a centered background image. Depending on the size of the browser window the position of the menu varies and appears off. How

  • My php page needs to bind to multiple xml sources.  How?

    Hello -- I need to bind an xsl fragment on my php page to multiple xml sources.  The bindings panel only allows for one.  There's got to be a way, right?  The schema is identical, in about eight files, I just want to search and report the info from a

  • Special language signs

    Hi! I have a application that mangages adresses. The adresses are stored in a MS Access database. All columns are "Text" (VARCHAR(50)). I use the "sun.jdbc.odbc.JdbcOdbcDriver" to connect to the Database. Now the Problem: I had to instert special lan

  • CC startup script to set Preference "Default Composer"?

    I have a startup script that I wrote for CS3 that controls about 20 preferences. One of the preferences was for Composer, which was by: app.textDefaults.composer = "Adobe Single-line Composer" This script has worked for CS 3, 5, 5.5, and 6 (we skippe