Subversion Repositories DevTools

Rev

Rev 7251 | Rev 7261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7251 Rev 7260
Line 20... Line 20...
20
Dim release_archiveURL
20
Dim release_archiveURL
21
Dim ACCESS_MANAGER_URL
21
Dim ACCESS_MANAGER_URL
22
Dim DEPLOYMENT_MANAGER_URL
22
Dim DEPLOYMENT_MANAGER_URL
23
Dim PRODUCTION_MANAGER_URL
23
Dim PRODUCTION_MANAGER_URL
24
Dim RELEASE_MANAGER_URL
24
Dim RELEASE_MANAGER_URL
-
 
25
Dim ABTLOG_URL
25
Dim strRelativePath             ' Rel Path from script to URL
26
Dim strRelativePath             ' Rel Path from script to URL
26
Dim managerSuiteBase            ' Url to the base of the Manager Suite
27
Dim managerSuiteBase            ' Url to the base of the Manager Suite
27
Dim siteRootUrl                 ' Full url to the base of the site
28
Dim siteRootUrl                 ' Full url to the base of the site
28
Dim MAIL_SERVER
29
Dim MAIL_SERVER
29
Dim FAULT_EMAIL_LIST
30
Dim FAULT_EMAIL_LIST
30
Dim FavIcon                     ' Favorite Icon
31
Dim FavIcon                     ' Favorite Icon
31
Dim ServiceConfig               ' All service config
32
Dim ServiceConfig               ' All service config
32
Dim ForcePageLogon              ' Page Protection Mode
33
Dim ForcePageLogon              ' Page Protection Mode
33
Dim IndefPause                  ' Global indication of error
34
Dim IndefPause                  ' Global indication of error
34
Dim VixVerNum : VixVerNum = 27  ' Bump to force cache reload of many resources
35
Dim VixVerNum : VixVerNum = 28  ' Bump to force cache reload of many resources
35
 
36
 
36
' -- Variable Initialisation --------------------------
37
' -- Variable Initialisation --------------------------
37
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
38
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
38
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
39
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
39
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)
40
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)
Line 212... Line 213...
212
release_archiveURL      = HTTP_PKG_ARCHIVE & "/releases/"
213
release_archiveURL      = HTTP_PKG_ARCHIVE & "/releases/"
213
ACCESS_MANAGER_URL      = ManagerSuiteBase & "/Access_Manager"
214
ACCESS_MANAGER_URL      = ManagerSuiteBase & "/Access_Manager"
214
DEPLOYMENT_MANAGER_URL  = ManagerSuiteBase & "/Deployment_Manager"
215
DEPLOYMENT_MANAGER_URL  = ManagerSuiteBase & "/Deployment_Manager"
215
PRODUCTION_MANAGER_URL  = ManagerSuiteBase & "/Production_Manager"
216
PRODUCTION_MANAGER_URL  = ManagerSuiteBase & "/Production_Manager"
216
RELEASE_MANAGER_URL     = ManagerSuiteBase & "/Release_Manager"
217
RELEASE_MANAGER_URL     = ManagerSuiteBase & "/Release_Manager"
-
 
218
ABTLOG_URL              = HTTP_PKG_ARCHIVE & "/devl/abtlog"
217
%>
219
%>
218
<%
220
<%
219
'-- ERROR MESSAGES ---------------------------
221
'-- ERROR MESSAGES ---------------------------
220
Const enum_MSG_ERROR    = "msg_error.asp"
222
Const enum_MSG_ERROR    = "msg_error.asp"
221
Const enum_WMSG_ERROR   = "wmsg_error.asp"
223
Const enum_WMSG_ERROR   = "wmsg_error.asp"