aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Applet codebase in WAR-deployment (Tomcat) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Applet codebase in WAR-deployment (Tomcat)" Watch "Applet codebase in WAR-deployment (Tomcat)" New topic
Author

Applet codebase in WAR-deployment (Tomcat)

Gennady Shapiro
Ranch Hand

Joined: Sep 25, 2001
Posts: 196
Could anyone suggest how to set codebase to run applets on Tomcat 4.0 while deploying Web app in J2EE format (classes are in app/WEB-INF/classes).
It's a little tricky, since /WEB-INF/classes content cannot be served directly to clients. Weblogic (or maybe it's Sun) suggests the following notation codebase="/classes/EARName@WebAppName" -- and it works for Weblogic.
But not for Tomcat. I don't know Tomcat well, maybe I misconfigured something.
Would appreciate help.
Thanks
 
 
subject: Applet codebase in WAR-deployment (Tomcat)
 
Threads others viewed
error-page!!!
Where to place applet files in Tomcat?
properties file exception
How make so a servlet captures all requests?
Applet not shown in Eclipse internal browser.
IntelliJ Java IDE