hi,
i used the following directory structure.
c:\myapp <- build files etc
c:\myapp\src\servlet <- servlet source
c:\myapp\src\applet <- applet source
c:\myapp\web <- html/jsp
yes, all class files are added to a jar alright.
after performing the tomcat build, all the files end up in the following directory structure.
c:\tomcat\webapps\myapp <- html/jsp files end up here
c:\tomcat\webapps\myapp\WEB-INF <- jar contents here
I then called the following url
and i saw the fractal applet working away
I hope this helps, source available on request
by the way, neither the applet(used as is) or the servlet are in any specific package.
what applications are u using??? could there be a bug in the servlet container you are using? or maybe i'm the one with the bug that allows it to work!
