"[Steven Shaw]" wrote:

> Is it wise ( or neccessary ) to separate Applet classes from servlet
> classes?  Can this be answered in detail from some publication?
> Thank you,
>
> -Steven Shaw
> [...]

Hi :-)  I think if you use the following way to set the "codebase", you can
put you Applet class anywhere you want:

      <APPLET codebase="http://x.x.x.x:port/MyAppletFolder";
                       code="MyApplet.class"
                       archive="Myjar.jar"
                       width=... height=...>
          <param name="P0" value="V0">
          <param name="P1" value="V1">
          ...
      </APPLET>


Bo
May.29, 2001

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to