On [2004-Jan-03] Miguel Howard <[EMAIL PROTECTED]> wrote:
[snip]
>
> Go ahead and use the CGI ... trust me ... don't worry about it.
>
> Give it a codebase and write your code.
>
Thanks for all the prodding Miguel. After some more experimentation I ended up
with this approach working:
The cgi script generates this html code for the applet
<applet codebase="/jmol" code="JmolApplet" archive="JmolApplet.jar"
width="350" height="350">
<param name="load" value="/xray/glak098a.pdb">
<param name="bgcolor" value="#1010aa">
</applet>
where the /jmol directory for the codebase is located in the user directory,
i.e. ~web/jmol/
the data file (glak098a.pdb) is then located in an xray subdirectory of the
server's default document directory (/var/www/htdocs for my server).
This all works but there is still one error message in the server's log file:
File does not exist: /var/www/htdocs/jmol/JmolApplet.properties
Does this need to be worried about?
Rich
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users