my dog learned polymorphism
The moose likes Applets and the fly likes how applet is deploy in tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "how applet is deploy in tomcat" Watch "how applet is deploy in tomcat" New topic
Author

how applet is deploy in tomcat

ehsan dar
Greenhorn

Joined: Aug 21, 2006
Posts: 18
I have built a applet containing one class in JBuilder, it is working fine in JBuilder but got a problem to deploy it on tomcat
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Welcome to JavaRanch.

but got a problem to deploy it on tomcat

What does this mean? Are there error messages? If so, which ones, and where do they appear?

As far as the web server/servlet container is concerned, applets are just regular static files to be served. Just put all of them (HTML, class files, Jar files, etc.) in a publicly accessible directory, and it should work.

A common mistake is to put the class files and/or jar files inside of the WEB-INF directory. That directory is not publicly accessible, and thus the browser won't be able to download them from there.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how applet is deploy in tomcat
 
Similar Threads
urgent please help
Brower give error java. lang. NullpointerExcpetion
Creating application using struts in the weblogic 8.1
Deploy applet in Tomcat
Applet dispaly problem