Problem: Browser cannot load applet class.
Environment: Tomcat 4.0.3 w/Apache; Solaris 8.
Webapp Directory Structure:  
   $CATALINA_HOME---webapps---ROOT---src---[.html fragments]
                                |
                                +-WEB-INF---[web.xml, etc.]
                                     |
                                     +-classes
                                     |     |
                                     |     +-oams---[servlets]
                                     |
                                     +-lib

Details: a servlet (myservlet) in WEB-INF/classes/oams generates an HTML
page that includes an applet. The applet is application-specific. web.xml
maps the servlet to 
[host]/servlet/oams/myservletAlias. I've tried putting the applet's .class
file just about everywhere I can think of and it's never loadable by the
browser. Seems like a job for web.xml but I haven't been able to find a
decipherable reference. The same applet works from other sources without a
problem.

Suggestions would be greatly appreciated.

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to