We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › Apache server settings for processing applet
Page Index Toggle Pages: 1
Apache server settings for processing applet? (Read 1644 times)
Apache server settings for processing applet?
Jun 10th, 2009, 8:36am
 
How to set up apache conf file. I want to publish my applet on web page and constantly get 'loading applet failed'. I believe I have no problem with java version, applets on local machine and processing.org works fine. Thanks in advance.....
Re: Apache server settings for processing applet?
Reply #1 - Jun 11th, 2009, 11:54am
 
Could you provide more details on what your applet does? Interested to know what it is doing then hope to offer some advise. Have you tried a very simple test? Are there any error messages?
Re: Apache server settings for processing applet?
Reply #2 - Jun 12th, 2009, 3:41am
 
Server side: Linux-Ubuntu 8.04, apache 2.2.8
Client side: Windows XP, Mozilla Firefox 3 (does the same on the IE as well).... Testing app is one of examples provided by 'processing' with default settings during export. Once I hit server with my http request, Mozilla reports that 'app not loaded' and 'Loading java applet failed'. Applet placeholder is white colored and in the upper left corner there is small x like icon. Probably is something related to mime_types within apache server configuration. I do not have much experience with apache.... How do I know it is apache not client? Exhibition apps on processing site works fine on both testing machines.
Re: Apache server settings for processing applet?
Reply #3 - Jun 12th, 2009, 3:41am
 
And, yeah, I always forget to be polite Cheesy thanx Cheesy
Re: Apache server settings for processing applet?
Reply #4 - Jun 12th, 2009, 5:37am
 
Sorry, mate, my mistake.... It usually works with power on Cheesy I haven't provided .jar file to my path. All you have to do on the mime side is to add '.jar' extension, and ask apache to run it as java application. Once again, thank you for your time.
Page Index Toggle Pages: 1