hm, seems this doesnt has a edit button. Ok, so now i've created the WEB-INF 
and META-INF folders and placed the web.xml inside web-inf. I also created a 
classes folder inside web-inf, where i copied the directories structure and 
classes. 

i have something like: web-inf/classes/noesis/zon/applets/*.class (all the 
classes)

and in the web.xml i have a simple file like 

<?xml version="1.0" encoding="ISO-8859-1" ?>
<web-app>
  <welcome-file-list>
  <welcome-file>GestaoDeInformacoesDiversas.html</welcome-file>
  </welcome-file-list>
</web-app>


inside the html file i have: 

<H3>Gestao de Informacoes Diversas</H3>


<APPLET codebase="classes" 
code="noesis/zon/applets/GestaoDeInformacoesDiversas.class" width=650 
height=350>






I've created again a .war file with the web-ing, meta-inf and html file 
(meta-inf is empty because i dont know what to put there and if it is needed).

i still can't load the applet, the html code appears fine but i get the same 
class not found for the applet..

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263478#4263478

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263478
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to