This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: where to put/deploy my applet jar file ??joelvogt Jul 16, 2002 9:37 PM (in response to navjeetc)Most likely you should put it in your war file in WEB-INF/lib 
- 
        2. Re: where to put/deploy my applet jar file ??tthiele Jul 17, 2002 6:00 AM (in response to navjeetc)hmm... does this make sense? IMHO an applet jar should be put in a place where it can be loaded from the browser. This is in the war file but not below WEB-INF. See servlet-spec. 
- 
        3. Re: where to put/deploy my applet jar file ??navjeetc Jul 23, 2002 6:10 PM (in response to navjeetc)The problem was resolved when I put the applet jars at the same level as jsp's. 
 --Navjeet
 
     
    