Well I can retrieve these files through my web page using languages like PHP. But it seems that I cannot retrieve them to the applet, and probably the applet wants the data files to be in web directory and not outside somewhere else in the server. Is there still a way I can access them in the applet?
Can you explain more on servlet/bla to allow access? I do not want to copy these files to by web directrory for some reasons. If there is no other way, than I would find a way out and copy the data files to web directory, and but it would be great if I could achieve my task without it. Regards Alok On 8/15/05, Egon Willighagen <[EMAIL PROTECTED]> wrote: > On Sunday 14 August 2005 11:31 pm, alok vaid wrote: > > Well I amm trying to load an xyz file placed somewhere on the server > > (outside the jmol directory and also outside the public_html > > directory). I tried using relative path as well as absolute path to > > load the file, but nothing worked. > > Loading is done by the applet. So the file that you want to load has to be > retrievable via the webserver. The paths below do not seem such. You need to > copy the data files onto the webserver (or have a servlet/bla allow access to > the data files. > > > I am using somrhting like this > > > > jmolApplet(300, "load > > ../../../../../lusr/eon/runs/eon0087/data/r0001.xyz"); > > > > I also tried > > jmolApplet(300, "load /lusr/eon/runs/eon0087/data/r0001.xyz"); > > > > But both dont work. Please advise. > > Egon > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Jmol-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jmol-users > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

