He all,

may someone can tell me 
how to use Jmol-13.0 
behind a corporate firewall 
which needs some authentication information 
to reach out 
and load molecule data from a remote molecule database.

I have added to the jmol.bat the following

@echo off
rem Set JMOL_HOME to the Jmol installation directory.
rem
set JMOL_HOME=E:\Users\C770817\SW-UMGEBUNG\jmol-13.0.15
if "%JMOL_HOME%x"=="x" set JMOL_HOME="."
java -Xmx512m "%ANT_OPTS%" -jar "%JMOL_HOME%\Jmol.jar" %1 %2 %3 %4 %5 %6
%7 %8 %9

where ANT_OPTS is a Windows Vista environment var

ANT_OPTS=-Dhttp.proxyHost=bcproxyserver.ch.my.com -Dhttp.proxyPort=8080
-Dhttp.proxyUser=C770817 -Dhttp.proxyPassword=mypassword
-Dhttp.auth.preference=Basic


If this information is not passed to our proxy server we can not reach
out to remote locations.
So Any hints how to make things work OR what option file I missed and
have to write to make things work is very welcome.

Josef
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to