Changeset 19849 in main
- Timestamp:
- 02/14/20 17:30:18 (2 years ago)
- Location:
- adopters/nm/trunk/src/main/webapps
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/webapps/nmibis-view/WEB-INF/config/SiteSpecific.properties
r19847 r19849 21 21 #------------------------------------------------------------------------------ 22 22 23 #--- IBISQ/QueryApplication URLs: Base address. These addresses can include 24 # a proxy to the deployed IBIS View system which is allowed to communicate 25 # to the backend server, the address to SAS Intrnet, or the actual address 26 # of the webserver/IBIS-Q SAS CGI application. 23 #--- IBISQ/QueryApplication URL address. The addresses can include a proxy to 24 # the deployed IBIS View system which is allowed to communicate to the backend 25 # server, the address to SAS Intrnet, or the actual address of the webserver/ 26 # IBIS-Q SAS CGI application. 27 # 28 # HTTPS NOTE: things like https://kyibis.mc.uky.edu/ehl/query/proxy can choke 29 # because cert is not verified! 30 # 27 31 # Linux Example: http://hlcbsas/cgi-bin/hi_iq_func 28 32 # Windows Example: http://localhost/cgi-bin/hi_iq_func.exe 29 #queryBaseQueryApplicationRequestPath.string =http://localhost/cgi-bin/hi_iq_func.exe 30 31 # working with nm data 32 queryBaseQueryApplicationRequestPath.string =http://10.135.2.255/cgi-bin/hi_iq_func22.exe 33 # Proxy Example: http://ibis.mt.gov/query/proxy (request to another view app that makes the actual ibisq request) 34 queryIBISQRequestPath.string =http://10.135.2.255/cgi-bin/hi_iq_func22.exe 33 35 34 36 … … 42 44 # directory outside of the webapp. The default location is the relative 43 45 # "" path within the webapp. 44 #common XMLBasePath.string =../../../ibisph-content/xml45 #common XMLBasePath.string =file:/d:/tomcat7/webapps/ibisph-content/xml46 #common XMLBasePath.string =http://localhost/ibisph-content/xml46 #commonContentBasePath.string =../../ibisph-content/ 47 #commonContentBasePath.string =file:/d:/tomcat7/webapps/ibisph-content/ 48 #commonContentBasePath.string =http://localhost/ibisph-content/ 47 49 commonContentBasePath.string =../nmibis-content/ 48 50
Note: See TracChangeset
for help on using the changeset viewer.