Do I also have to put the applet through html converter? If so, where
can I get it? Why is it essential to do it?
"Etienne Baert (SPSInfoquest nv)" schrieb:
>
> Long,
>
> as said in my previous mail, you need to use with netscape,
> you can find the specifiations at
> http://java.sun.com/products/plugin/1.3/docs/tags.html
>
> There is no problem to pass parameters to the applet, you just need
> to add them between the and tags. It works
> the same with .
>
> Regarding the CLASSID, it is specific to the plug-in to be used and
> can be retrieved from the java.sun.com web site (the above URL for
> example).
>
> The same URL also gives you examples of HTML that allow the applet
> to be executed by both IE and Netscape.
>
> Cheers,
> Etienne
>
> -----Original Message-----
> From: longinus [mailto:longinus@zeus.polsl.gliwice.pl]
> Sent: mardi 6 novembre 2001 15:07
> To: Tomcat Users List
> Subject: Re: Applets in Servlets
>
> How can I get classid of the applet? What if my applet is intended to be
> used with Netscape?
>
> There is also some more parameters I am passing to the applet
>
> height="170" name="tL1" id="tL1">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> they can be used with object tag?
> Does tag starts JVM from Microsoft?
>
> > In my case, I am successfully starting up applets from html pages
> generated
> > by servlets. Html that is generated looks like :
> > >
> >
> CODEBASE="http://java.sun.com/products/plugin/1.3.0_01/jinstall-130_01-win32
> > .cab#Version=1,3,0,1"
> > HEIGHT="600"
> > WIDTH="800"
> > NAME="AppletName">
> >
> >
> >
> >
> >
> > The servlet that generates the html is accessed using such an URL:
> > http://myserver:port/dir/servletname
> > that maps the following physical location (on Win)
> > d:\projects\dir\www\
> >
> > It tells the browser to look into that directory whether he finds the
> > archive
> > containing the applet class (archive.jar).
> > If your archive or your class is located elsewhere, you have to tell it
> > using the codebase parameter.
> > codebase="applet" means the browser will try to retrieve the applet from
> > http://myserver:port/dir/applet/ (d:\projects\dir\www\applet\)
> > codebase="/applet" means it will try from http://myserver:port/applet/
> >
> > Hope this helps,
> > Etienne Baert
> >
> > -----Original Message-----
> > From: longinus [mailto:longinus@zeus.polsl.gliwice.pl]
> > Sent: mardi 6 novembre 2001 14:02
> > To: Tomcat Users List
> > Subject: Re: Applets in Servlets
> >
> > The following Applet tag is generated:
> >
> > > height="170" name="tL1" id="tL1">
> >
> > the applet class is in the %TOMCAT_DIR%/webapps/ROOT/tcaldate.class
> >
> > and the adress of the servlet is http://myserver:port/servlet/app
> >
> > Servlet generates the html page but the applet cannot be loaded.
> > but when requesting the page from the server then it works ok.
> >
> > What should be in the codebase?
> >
> > long
> >
> > Barney Hamish schrieb:
> > >
> > > It sounds like there is a problem in your HTML. Do a view source and see
> > > whether the HTML your servlet is generating is correct.
> > > Hamish
> > >
> > > -----Original Message-----
> > > From: longinus [mailto:longinus@zeus.polsl.gliwice.pl]
> > > Sent: Tuesday, November 06, 2001 1:49 PM
> > > To: Tomcat Users List
> > > Subject: Re: Applets in Servlets
> > >
> > > I have exactly the same problem, so if you find the solution, please let
> > > me know.
> > >
> > > Shen Shengjun schrieb:
> > > >
> > > > Hi, there,
> > > >
> > > > I was trying to put some applets in a servlet page. The applet itself
> > > works
> > > > fine when resides in a html page. However, if I plug it into a servlet
> > > page,
> > > > the browser complains that the applet can't be loaded. I tried either
> > the
> > > > class name itself or the class name with it's package qualifier.
> > > >
> > > > Does anybody here have experience on this? Or is this not worthy of
> > trying
> > > > (I mean we all work on servlets...)?
> > > >
> > > > Thanks in advance for help me out.
> > > >
> > > > shen
> > > >
> > > > __________________________________________________
> > > > Do You Yahoo!?
> > > > Find a job, post your resume.
> > > > http://careers.yahoo.com
> > > >
> > > > --
> > > > To unsubscribe:
> > > > For additional commands:
> > > > Troubles with the list:
> > >
> > > --
> > > To unsubscribe:
> > > For additional commands:
> > > Troubles with the list:
> > >
> > > --
> > > To unsubscribe:
> > > For additional commands:
> > > Troubles with the list:
> >
> > --
> > To unsubscribe:
> > For additional commands:
> > Troubles with the list:
> >
> > --
> > To unsubscribe:
> > For additional commands:
> > Troubles with the list:
>
> --
> To unsubscribe:
> For additional commands:
> Troubles with the list:
>
> --
> To unsubscribe:
> For additional commands:
> Troubles with the list:
--
To unsubscribe:
For additional commands:
Troubles with the list: