Applet and path concerns (local instance)
I currently have a Python script that outputs an HTML with an embedded Applet. The Java is installed under /tools/blah and I have the <Applet archive=../../../tools/blah> which should appropriately step out of the dataset space where the HTML wants to execute, but it returns 404's for the code. Is there something I am doing wrong? How can a returned HTML properly access the files I need? ---Tim Bonci
Bonci, Timothy Daniel wrote:
I currently have a Python script that outputs an HTML with an embedded Applet. The Java is installed under /tools/blah and I have the <Applet archive=../../../tools/blah> which should appropriately step out of the dataset space where the HTML wants to execute, but it returns 404's for the code. Is there something I am doing wrong? How can a returned HTML properly access the files I need?
Hi Tim, The galaxy-dist root directory is not the "DocumentRoot" of the embedded web server. The easiest way to do this would be to put your applet under galaxy-dist/static/ somewhere, and then have your applet path be absolute to /static/wherever --nate
---Tim Bonci ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
participants (2)
-
Bonci, Timothy Daniel
-
Nate Coraor