deployment applet
100443Feb 4 2003 — edited Feb 4 2003hi.
we have written an applet (with bc4js) and have deployed it on a stand-alone oc4j using jdev 9.03.
now we have following problem:
java.io.IOException: Server returned HTTP response code: 400 for URL: http://localhost:8888/../opmn/lib/ons.jar
our applettag:
<APPLET CODE="applet"
ARCHIVE="ons.jar,bc4jui.jar,bigraphbean.jar,LW_PfjBean.jar,bc4jimdomains.jar,bc4jimjui.jar,ordim.jar,ordhttp.jar,jmf.jar,kunststoff.jar,jh.jar,jhall.jar,jhbasic.jar,jsearch.jar,xsu12.jar,bc4jct.jar,bc4jctejb.jar,collections.jar,ejb.jar,jndi.jar,jta.jar,oc4jclient.jar,jms.jar,jaas.jar,jdev-cm.jar,xmlparserv2.jar,activation.jar,jaxp.jar,jcert.jar,jdbc.jar,jnet.jar,jsse.jar,mail.jar,servlet.jar,
xmlcomp.jar,
jdev-rt.jar,
runtime12.jar,
bc4jmt.jar,classes12.jar,nls_charset12.jar,bc4jdomorcl.jar,bc4jdatum.jar,
oc4j.jar"
HEIGHT="200" WIDTH="200" ALIGN="bottom">This browser does not appear to support Applets.</APPLET>
does anybody know something about this?