forked from fanruan/design
Mata.Li
6 years ago
12 changed files with 12 additions and 12 deletions
@ -1 +1 @@
|
||||
contextPath是指绝对路径的服务器别名,即虚拟目录.假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,contextPath是/WebReport |
||||
contextPath是指绝对路径的服务器别名,即虚拟目录.假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,contextPath是/webroot/decision/view |
@ -1 +1 @@
|
||||
表单名字假如访问:http://localhost:8080/WebReport/ReportServer?formlet=Form1.frm,formName就是Form1.frm |
||||
表单名字假如访问:http://localhost:8075/webroot/decision/view/form?viewlet=Form1.frm,formName就是Form1.frm |
@ -1 +1 @@
|
||||
报表名字假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,reportName就是WorkBook1.cpt |
||||
报表名字假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,reportName就是WorkBook1.cpt |
@ -1 +1 @@
|
||||
serverName,是指服务器地址或名称.假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverName指的是:localhost,即访问机子的IP |
||||
serverName,是指服务器地址或名称.假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverName指的是:localhost,即访问机子的IP |
@ -1 +1 @@
|
||||
serverSchema,是指协议名称.假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverSchema指的是:http |
||||
serverSchema,是指协议名称.假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverSchema指的是:http |
@ -1 +1 @@
|
||||
serverURL是指访问服务的URL假如访问:http://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverURL就是http://localhost:8080 |
||||
serverURL是指访问服务的URL假如访问:http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverURL就是http://localhost:8075 |
@ -1 +1 @@
|
||||
absolute path of the serverhttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,contextPath is /WebReport |
||||
absolute path of the server http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,contextPath is /webroot/decision/view |
@ -1 +1 @@
|
||||
form namehttp://localhost:8080/WebReport/ReportServer?formlet=Form1.frm,formName is Form1.frm |
||||
form name http://localhost:8075/webroot/decision/view/form?viewlet=Form1.frm,formName is Form1.frm |
@ -1 +1 @@
|
||||
report namehttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,reportName is WorkBook1.cpt |
||||
report name http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,reportName is WorkBook1.cpt |
@ -1 +1 @@
|
||||
address or name of the serverhttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverName means localhost |
||||
address or name of the server http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverName means localhost |
@ -1 +1 @@
|
||||
serverSchemahttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverSchema is http |
||||
serverSchema http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverSchema is http |
@ -1 +1 @@
|
||||
URL of the serverhttp://localhost:8080/WebReport/ReportServer?reportlet=WorkBook1.cpt,serverURL is http://localhost:8080 |
||||
URL of the server http://localhost:8075/webroot/decision/view/report?viewlet=workbook1.cpt,serverURL is http://localhost:8075 |
Loading…
Reference in new issue