diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-01 07:03:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-01 07:03:40 +0000 |
commit | 3380df32a888e4fb8c848f22286986f0a0e06720 (patch) | |
tree | 0cbfed6ab0a6c2636343525e48509b59f0b5fb44 /www | |
parent | 84fdda095c86855298bdf2fe3cda68143cece679 (diff) | |
download | pkgsrc-3380df32a888e4fb8c848f22286986f0a0e06720.tar.gz |
Initial import of www/iasp.
Instant ASP (iASP) is a portable Active Server framework that allows
deploying Active Server Pages (ASP) on any Java technology-enabled web
server.
This package contains the developer's version of iASP, which may be
fully licensed into the Enterprise iASP Edition.
Diffstat (limited to 'www')
-rw-r--r-- | www/iasp/DESCR | 6 | ||||
-rw-r--r-- | www/iasp/Makefile | 53 | ||||
-rw-r--r-- | www/iasp/Makefile.common | 16 | ||||
-rw-r--r-- | www/iasp/PLIST | 1270 | ||||
-rw-r--r-- | www/iasp/distinfo | 4 | ||||
-rw-r--r-- | www/iasp/files/gen-scripts.sh | 89 | ||||
-rw-r--r-- | www/iasp/files/iasp.sh | 35 | ||||
-rw-r--r-- | www/iasp/files/iasp_admin.sh | 35 | ||||
-rw-r--r-- | www/iasp/files/mod_iasp.conf | 12 | ||||
-rw-r--r-- | www/iasp/files/web.xml | 26 |
10 files changed, 1546 insertions, 0 deletions
diff --git a/www/iasp/DESCR b/www/iasp/DESCR new file mode 100644 index 00000000000..f1219089f29 --- /dev/null +++ b/www/iasp/DESCR @@ -0,0 +1,6 @@ +Instant ASP (iASP) is a portable Active Server framework that allows +deploying Active Server Pages (ASP) on any Java technology-enabled web +server. + +This package contains the developer's version of iASP, which may be +fully licensed into the Enterprise iASP Edition. diff --git a/www/iasp/Makefile b/www/iasp/Makefile new file mode 100644 index 00000000000..31e0f3df4b7 --- /dev/null +++ b/www/iasp/Makefile @@ -0,0 +1,53 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/01 07:03:40 jlam Exp $ + +.include "../iasp/Makefile.common" + +PKGNAME= iasp-${IASP_VERSION} +COMMENT= Instant ASP: Java implementation of Active Server Pages + +WRKSRC= ${WRKDIR}/${IASP_DIR} + +SCRIPTS_ENV+= CAT=${CAT:Q} +SCRIPTS_ENV+= ECHO=${ECHO:Q} +SCRIPTS_ENV+= SED=${SED:Q} +SCRIPTS_ENV+= SH=${SH:Q} +SCRIPTS_ENV+= IASP=${IASP_DESTDIR} +FILES_SUBST= IASP=${IASP_DESTDIR} +PLIST_SUBST= IASP=${IASP_DESTDIR:S/^${PREFIX}\///} + +OWN_DIRS= ${IASP_DESTDIR} ${IASP_DESTDIR}/logs +CONFDIR= ${IASP_DESTDIR}/properties +SFILES= cdonts.properties dbserver.properties +SFILES+= ejb.properties loadbalance.properties +SFILES+= msmq.properties rules.properties +SFILES+= security.properties server.properties +SFILES+= servlets.properties +SUPPORT_FILES= # empty +.for FILE in ${SFILES} +SUPPORT_FILES+= ${CONFDIR}/${FILE}.default ${CONFDIR}/${FILE} +.endfor +SUPPORT_FILES+= /dev/null ${IASP_DESTDIR}/properties/license +RCD_SCRIPTS= iasp iasp_admin + +post-extract: + cd ${WRKDIR}; ${GTAR} -xf ${IASP_TARFILE} + cd ${WRKSRC}; ${RM} -rf bin logs + cd ${WRKSRC}; ${RM} -f properties/license + cd ${WRKSRC}; for file in properties/*.properties; do \ + ${MV} -f $$file $$file.default; \ + done + +do-build: + @${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR}/gen-scripts.sh + ${MKDIR} ${WRKSRC}/WEB-INF + ${CP} ${FILESDIR}/web.xml ${WRKSRC}/WEB-INF + @${SED} ${FILES_SUBST_SED} ${FILESDIR}/mod_iasp.conf \ + > ${WRKSRC}/mod_iasp.conf + +do-install: + ${MKDIR} ${IASP_DESTDIR:H} + cd ${WRKDIR}; ${CP} -R ${IASP_DIR} ${IASP_DESTDIR:H} + +.include "../../mk/java-vm.mk" +.include "../../mk/bsd.pkg.install.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/iasp/Makefile.common b/www/iasp/Makefile.common new file mode 100644 index 00000000000..0c7fb9548b2 --- /dev/null +++ b/www/iasp/Makefile.common @@ -0,0 +1,16 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2003/01/01 07:03:42 jlam Exp $ +# +# This file is included by the following packages: +# www/ap-iasp, www/iasp + +DISTNAME= iASP2.1.01 +CATEGORIES= www +MASTER_SITES= http://www.stryon.com/iasp/211/ + +IASP_VERSION= 2.1.1 +IASP_TARFILE= iasp21.tar +IASP_DIR= iasp21 +IASP_DESTDIR= ${PREFIX}/java/${IASP_DIR} + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.stryon.com/docs/ diff --git a/www/iasp/PLIST b/www/iasp/PLIST new file mode 100644 index 00000000000..952b8b37a9e --- /dev/null +++ b/www/iasp/PLIST @@ -0,0 +1,1270 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/01 07:03:42 jlam Exp $ +etc/rc.d/iasp +etc/rc.d/iasp_admin +${IASP}/README_EN +${IASP}/WEB-INF/web.xml +${IASP}/admin/JSManager.jar +${IASP}/admin/docs/features/admin.html +${IASP}/admin/docs/features/application.html +${IASP}/admin/docs/features/apptuner.html +${IASP}/admin/docs/features/db.html +${IASP}/admin/docs/features/image/admin.gif +${IASP}/admin/docs/features/image/app.gif +${IASP}/admin/docs/features/image/app1.gif +${IASP}/admin/docs/features/image/app1a.gif +${IASP}/admin/docs/features/image/app2.gif +${IASP}/admin/docs/features/image/app3.gif +${IASP}/admin/docs/features/image/app4.gif +${IASP}/admin/docs/features/image/app5.gif +${IASP}/admin/docs/features/image/app6.gif +${IASP}/admin/docs/features/image/app7.gif +${IASP}/admin/docs/features/image/appx.gif +${IASP}/admin/docs/features/image/appx2.gif +${IASP}/admin/docs/features/image/appx3.gif +${IASP}/admin/docs/features/image/console.gif +${IASP}/admin/docs/features/image/console1.gif +${IASP}/admin/docs/features/image/console2.gif +${IASP}/admin/docs/features/image/db.gif +${IASP}/admin/docs/features/image/db1.gif +${IASP}/admin/docs/features/image/db2.gif +${IASP}/admin/docs/features/image/engine1.gif +${IASP}/admin/docs/features/image/engine2.gif +${IASP}/admin/docs/features/image/iasp-logo.gif +${IASP}/admin/docs/features/image/license.gif +${IASP}/admin/docs/features/image/license1.gif +${IASP}/admin/docs/features/image/license2.gif +${IASP}/admin/docs/features/image/loadb1.gif +${IASP}/admin/docs/features/image/log.gif +${IASP}/admin/docs/features/image/log1.gif +${IASP}/admin/docs/features/image/log2.gif +${IASP}/admin/docs/features/image/log3.gif +${IASP}/admin/docs/features/image/log4.gif +${IASP}/admin/docs/features/image/login.gif +${IASP}/admin/docs/features/image/mac-rca1.gif +${IASP}/admin/docs/features/image/mac-rca2.gif +${IASP}/admin/docs/features/image/proxy.gif +${IASP}/admin/docs/features/image/proxy01.gif +${IASP}/admin/docs/features/image/proxy1.gif +${IASP}/admin/docs/features/image/proxy2.gif +${IASP}/admin/docs/features/image/proxy3.gif +${IASP}/admin/docs/features/image/proxy4.gif +${IASP}/admin/docs/features/image/proxy5.gif +${IASP}/admin/docs/features/image/proxy6.gif +${IASP}/admin/docs/features/image/security.gif +${IASP}/admin/docs/features/image/security1.gif +${IASP}/admin/docs/features/image/security2.gif +${IASP}/admin/docs/features/image/security3.gif +${IASP}/admin/docs/features/image/servlet.gif +${IASP}/admin/docs/features/image/servlet1.gif +${IASP}/admin/docs/features/image/servlet2.gif +${IASP}/admin/docs/features/mac_rca.html +${IASP}/admin/docs/features/remoteconsole.html +${IASP}/admin/docs/features/security.html +${IASP}/admin/docs/features/servlet.html +${IASP}/admin/images/add_current.gif +${IASP}/admin/images/add_notcurrent.gif +${IASP}/admin/images/admin_current.gif +${IASP}/admin/images/admin_notcurrent.gif +${IASP}/admin/images/ado_current.gif +${IASP}/admin/images/ado_notcurrent.gif +${IASP}/admin/images/app.gif +${IASP}/admin/images/app_current.gif +${IASP}/admin/images/app_notcurrent.gif +${IASP}/admin/images/apperr.gif +${IASP}/admin/images/delete_current.gif +${IASP}/admin/images/delete_notcurrent.gif +${IASP}/admin/images/dir.gif +${IASP}/admin/images/direrror.gif +${IASP}/admin/images/file.gif +${IASP}/admin/images/help_current.gif +${IASP}/admin/images/help_notcurrent.gif +${IASP}/admin/images/iasp-logo.gif +${IASP}/admin/images/pro_current.gif +${IASP}/admin/images/pro_notcurrent.gif +${IASP}/admin/images/security_current.gif +${IASP}/admin/images/security_notcurrent.gif +${IASP}/admin/images/servlet_current.gif +${IASP}/admin/images/servlet_notcurrent.gif +${IASP}/admin/index.html +${IASP}/connector.sh +${IASP}/default.htm +${IASP}/default.html +${IASP}/docs/addons/asp2java/asp2java.htm +${IASP}/docs/addons/components/iaspchart/iasp_chart.htm +${IASP}/docs/addons/components/iaspchart/iasp_chartvb.htm +${IASP}/docs/addons/components/iaspchart/iaspchart.asp +${IASP}/docs/addons/components/iaspexec/hc_bird.gif +${IASP}/docs/addons/components/iaspexec/iasp_exec.htm +${IASP}/docs/addons/components/iaspexec/iasp_execjs.htm +${IASP}/docs/addons/components/iaspexec/iasp_execvb.htm +${IASP}/docs/addons/components/iaspexec/iaspexecjs.asp +${IASP}/docs/addons/components/iaspexec/iaspexecvb.asp +${IASP}/docs/addons/components/iaspfileup/iasp_dictionary.htm +${IASP}/docs/addons/components/iaspfileup/iasp_fileup.htm +${IASP}/docs/addons/components/iaspfileup/iasp_safile.htm +${IASP}/docs/addons/components/iaspgrid/cellobject.htm +${IASP}/docs/addons/components/iaspgrid/columnobject.htm +${IASP}/docs/addons/components/iaspgrid/columnrangeobject.htm +${IASP}/docs/addons/components/iaspgrid/dbdrv.htm +${IASP}/docs/addons/components/iaspgrid/errorconstants.htm +${IASP}/docs/addons/components/iaspgrid/extendedfeatures.htm +${IASP}/docs/addons/components/iaspgrid/fontobject.htm +${IASP}/docs/addons/components/iaspgrid/gridobject.htm +${IASP}/docs/addons/components/iaspgrid/headerobject.htm +${IASP}/docs/addons/components/iaspgrid/iasp_grid.htm +${IASP}/docs/addons/components/iaspgrid/installation.htm +${IASP}/docs/addons/components/iaspgrid/linedia.gif +${IASP}/docs/addons/components/iaspgrid/objectmodeldiag.htm +${IASP}/docs/addons/components/iaspgrid/sample-1.gif +${IASP}/docs/addons/components/iaspgrid/sample-1.htm +${IASP}/docs/addons/components/iaspgrid/sample-2.gif +${IASP}/docs/addons/components/iaspgrid/sample-2.htm +${IASP}/docs/addons/components/iaspgrid/sample-3.gif +${IASP}/docs/addons/components/iaspgrid/sample-3.htm +${IASP}/docs/addons/components/iaspgrid/sample-4.gif +${IASP}/docs/addons/components/iaspgrid/sample-4.htm +${IASP}/docs/addons/components/iaspgrid/sample-4a.gif +${IASP}/docs/addons/components/iaspgrid/sample-5.gif +${IASP}/docs/addons/components/iaspgrid/sample-5.htm +${IASP}/docs/addons/components/iaspgrid/sample-5a.gif +${IASP}/docs/addons/components/iaspgrid/sample.gif +${IASP}/docs/addons/components/iaspgrid/sample.htm +${IASP}/docs/addons/components/iaspgrid/samples/addnew.gif +${IASP}/docs/addons/components/iaspgrid/samples/backward.gif +${IASP}/docs/addons/components/iaspgrid/samples/cancel.gif +${IASP}/docs/addons/components/iaspgrid/samples/database/gridtest.mdb +${IASP}/docs/addons/components/iaspgrid/samples/delete.gif +${IASP}/docs/addons/components/iaspgrid/samples/down.gif +${IASP}/docs/addons/components/iaspgrid/samples/edit.gif +${IASP}/docs/addons/components/iaspgrid/samples/forward.gif +${IASP}/docs/addons/components/iaspgrid/samples/sample1.asp +${IASP}/docs/addons/components/iaspgrid/samples/sample2.asp +${IASP}/docs/addons/components/iaspgrid/samples/sample3.asp +${IASP}/docs/addons/components/iaspgrid/samples/sample3left.asp +${IASP}/docs/addons/components/iaspgrid/samples/sample3right.asp +${IASP}/docs/addons/components/iaspgrid/samples/sample4.asp +${IASP}/docs/addons/components/iaspgrid/samples/sample4error.asp +${IASP}/docs/addons/components/iaspgrid/samples/sample5.asp +${IASP}/docs/addons/components/iaspgrid/samples/sample5left.asp +${IASP}/docs/addons/components/iaspgrid/samples/sample5right.asp +${IASP}/docs/addons/components/iaspgrid/samples/samples.asp +${IASP}/docs/addons/components/iaspgrid/samples/save.gif +${IASP}/docs/addons/components/iaspgrid/samples/up.gif +${IASP}/docs/addons/components/iaspgrid/tableobject.htm +${IASP}/docs/addons/components/iasphttp/getfile.asp +${IASP}/docs/addons/components/iasphttp/header.asp +${IASP}/docs/addons/components/iasphttp/iasp_http.htm +${IASP}/docs/addons/components/iaspimage/iasp_image.htm +${IASP}/docs/addons/components/iaspimage/iasp_imagevb.htm +${IASP}/docs/addons/components/iaspimage/iaspimage.asp +${IASP}/docs/addons/components/iaspinet/iaspinet.asp +${IASP}/docs/addons/components/iaspinet/iaspinet.htm +${IASP}/docs/addons/components/iaspinet/iaspinetdoc.htm +${IASP}/docs/addons/components/iaspmail/iasp_mail.htm +${IASP}/docs/addons/components/iaspmail/iasp_mailjs.htm +${IASP}/docs/addons/components/iaspmail/iasp_mailvb.htm +${IASP}/docs/addons/components/iaspmail/iaspmailjs.asp +${IASP}/docs/addons/components/iaspmail/iaspmailvb.asp +${IASP}/docs/addons/components/iaspmail/iaspmailviewjs.htm +${IASP}/docs/addons/components/iaspmail/iaspmailviewvb.htm +${IASP}/docs/addons/components/iaspnntp/iasp_nntp.htm +${IASP}/docs/addons/components/iaspnntp/nntp1.asp +${IASP}/docs/addons/components/iaspnntp/nntp2.asp +${IASP}/docs/addons/components/iaspnntp/nntp3.asp +${IASP}/docs/addons/components/iaspnntp/nntp4.asp +${IASP}/docs/addons/components/iaspnntp/nntp5.asp +${IASP}/docs/addons/components/iasppop3/iasp_pop3.htm +${IASP}/docs/addons/components/iasppop3/iasppop3js.asp +${IASP}/docs/addons/components/iasppop3/iasppop3js.htm +${IASP}/docs/addons/components/iasppop3/iasppop3vb.asp +${IASP}/docs/addons/components/iasppop3/iasppop3vb.htm +${IASP}/docs/addons/components/iasppop3/iasppop3viewjs.htm +${IASP}/docs/addons/components/iasppop3/iasppop3viewvb.htm +${IASP}/docs/addons/components/iasppop3/jdel.asp +${IASP}/docs/addons/components/iasppop3/jdeljs.htm +${IASP}/docs/addons/components/iasppop3/jmesr.asp +${IASP}/docs/addons/components/iasppop3/jmesrjs.htm +${IASP}/docs/addons/components/iasppop3/vbdel.asp +${IASP}/docs/addons/components/iasppop3/vbdel.htm +${IASP}/docs/addons/components/iasppop3/vbmesr.asp +${IASP}/docs/addons/components/iasppop3/vbmesr.htm +${IASP}/docs/addons/components/iaspsock/iasp_sock.htm +${IASP}/docs/addons/components/iaspsock/iaspsock.asp +${IASP}/docs/addons/components/iaspsock/iaspsockvb.htm +${IASP}/docs/addons/components/iaspupload/iasp_upload.htm +${IASP}/docs/addons/components/iaspupload/iasp_uploaddictionary.htm +${IASP}/docs/addons/components/iaspupload/iasp_uploadfile.htm +${IASP}/docs/addons/components/iaspupload/iasp_uploadvb.htm +${IASP}/docs/addons/components/iaspupload/upload.asp +${IASP}/docs/addons/components/iaspupload/uploadForm.asp +${IASP}/docs/addons/components/iaspxmldom/iaspxmldom.htm +${IASP}/docs/aspdevtools.htm +${IASP}/docs/aspref.htm +${IASP}/docs/components.htm +${IASP}/docs/content.htm +${IASP}/docs/contentaddons.htm +${IASP}/docs/contentasp2aspnet.htm +${IASP}/docs/faq.htm +${IASP}/docs/fixes.htm +${IASP}/docs/iasp/config/WinInst.htm +${IASP}/docs/iasp/config/apache.htm +${IASP}/docs/iasp/config/cfgnetware.htm +${IASP}/docs/iasp/config/configuring_the_zeus_web_server4.0.htm +${IASP}/docs/iasp/config/domino.htm +${IASP}/docs/iasp/config/iis3.htm +${IASP}/docs/iasp/config/iis4.htm +${IASP}/docs/iasp/config/iis5.htm +${IASP}/docs/iasp/config/images/ws2_nt_addjaspservlet.gif +${IASP}/docs/iasp/config/images/ws2_nt_addservlet.gif +${IASP}/docs/iasp/config/images/ws2_nt_javaengine.gif +${IASP}/docs/iasp/config/images/ws2_nt_loadjaspservlet.gif +${IASP}/docs/iasp/config/images/ws2_nt_servlet_alias.gif +${IASP}/docs/iasp/config/images/ws2_nt_servlet_alias1.gif +${IASP}/docs/iasp/config/images/ws2_nt_servlet_alias2.gif +${IASP}/docs/iasp/config/images/ws2_nt_servlet_alias3.gif +${IASP}/docs/iasp/config/images/ws2_nt_servlets_config.gif +${IASP}/docs/iasp/config/images/ws2_nt_setup.gif +${IASP}/docs/iasp/config/images/ws2_nt_unloadjaspservlet.gif +${IASP}/docs/iasp/config/images/ws3-addresource.gif +${IASP}/docs/iasp/config/images/ws3-cfgwebapp.gif +${IASP}/docs/iasp/config/images/ws3-cfgwebapp1.gif +${IASP}/docs/iasp/config/images/ws3-cfgwebapp2.gif +${IASP}/docs/iasp/config/images/ws3-cfgwebapp3.gif +${IASP}/docs/iasp/config/images/ws3-cfgwebapp4.gif +${IASP}/docs/iasp/config/images/ws3-defaultsrv.gif +${IASP}/docs/iasp/config/images/ws3-servlet.gif +${IASP}/docs/iasp/config/images/ws3-servlet1.gif +${IASP}/docs/iasp/config/images/ws3-servlet2.gif +${IASP}/docs/iasp/config/images/ws3-servlet3.gif +${IASP}/docs/iasp/config/images/ws3-servlet4.gif +${IASP}/docs/iasp/config/images/ws3-servlet5.gif +${IASP}/docs/iasp/config/images/ws3-servlet6.gif +${IASP}/docs/iasp/config/images/ws3-servlet7.gif +${IASP}/docs/iasp/config/images/ws3-servlet8.gif +${IASP}/docs/iasp/config/images/ws3-setresourcename.gif +${IASP}/docs/iasp/config/images/ws3-start.gif +${IASP}/docs/iasp/config/images/ws35-ad.gif +${IASP}/docs/iasp/config/images/ws35-addresource.gif +${IASP}/docs/iasp/config/images/ws35-cfgwebapp.gif +${IASP}/docs/iasp/config/images/ws35-cfgwebapp1.gif +${IASP}/docs/iasp/config/images/ws35-cfgwebapp2.gif +${IASP}/docs/iasp/config/images/ws35-defaultsrv.gif +${IASP}/docs/iasp/config/images/ws35-setresourcename.gif +${IASP}/docs/iasp/config/iplanet.htm +${IASP}/docs/iasp/config/iserver.htm +${IASP}/docs/iasp/config/jserv.htm +${IASP}/docs/iasp/config/jserv1.0.htm +${IASP}/docs/iasp/config/jserv1.12.htm +${IASP}/docs/iasp/config/jws11.htm +${IASP}/docs/iasp/config/macInst.htm +${IASP}/docs/iasp/config/mactomcat.htm +${IASP}/docs/iasp/config/netware.htm +${IASP}/docs/iasp/config/nsnetware.htm +${IASP}/docs/iasp/config/ohttpd.htm +${IASP}/docs/iasp/config/sambar.htm +${IASP}/docs/iasp/config/servgate.htm +${IASP}/docs/iasp/config/sunws.htm +${IASP}/docs/iasp/config/supported.htm +${IASP}/docs/iasp/config/tomcat.htm +${IASP}/docs/iasp/config/unixInst.htm +${IASP}/docs/iasp/config/verify.htm +${IASP}/docs/iasp/config/web390Inst.htm +${IASP}/docs/iasp/config/weblogic.htm +${IASP}/docs/iasp/config/website.htm +${IASP}/docs/iasp/config/websphere2_nt4.htm +${IASP}/docs/iasp/config/websphere35.htm +${IASP}/docs/iasp/config/websphere3_nt4.htm +${IASP}/docs/iasp/config/websphere_as400.htm +${IASP}/docs/iasp/config/websphere_s390.htm +${IASP}/docs/iasp/config/webstar_servletexec.htm +${IASP}/docs/iasp/config/webten_servletexec.htm +${IASP}/docs/iasp/config/xitami.htm +${IASP}/docs/iasp/config/zeus.htm +${IASP}/docs/iasp/config/zeus_318.htm +${IASP}/docs/iasp/config/zeus_jrun.htm +${IASP}/docs/iasp/config/zeus_jserv.htm +${IASP}/docs/iasp/faq/asp2rjaxado.htm +${IASP}/docs/iasp/faq/gq00.htm +${IASP}/docs/iasp/faq/gq01.htm +${IASP}/docs/iasp/faq/gq02.htm +${IASP}/docs/iasp/faq/gq03.htm +${IASP}/docs/iasp/faq/gq04.htm +${IASP}/docs/iasp/faq/gq05.htm +${IASP}/docs/iasp/faq/gq06.htm +${IASP}/docs/iasp/faq/gq07.htm +${IASP}/docs/iasp/faq/gq08.htm +${IASP}/docs/iasp/faq/gq09.htm +${IASP}/docs/iasp/faq/gq10.htm +${IASP}/docs/iasp/faq/gq11.htm +${IASP}/docs/iasp/faq/gq12.htm +${IASP}/docs/iasp/faq/gq13.htm +${IASP}/docs/iasp/faq/gq14.htm +${IASP}/docs/iasp/faq/gq15.htm +${IASP}/docs/iasp/faq/gq16.htm +${IASP}/docs/iasp/faq/gq17.htm +${IASP}/docs/iasp/faq/gq18.htm +${IASP}/docs/iasp/faq/gq19.htm +${IASP}/docs/iasp/faq/gq2.htm +${IASP}/docs/iasp/faq/gq20.htm +${IASP}/docs/iasp/faq/gq21.htm +${IASP}/docs/iasp/faq/gq22.htm +${IASP}/docs/iasp/faq/gq23.htm +${IASP}/docs/iasp/faq/gq24.htm +${IASP}/docs/iasp/faq/gq25.htm +${IASP}/docs/iasp/faq/gq26.htm +${IASP}/docs/iasp/faq/gq3.htm +${IASP}/docs/iasp/faq/gq4.htm +${IASP}/docs/iasp/faq/gq5.htm +${IASP}/docs/iasp/faq/gq7.htm +${IASP}/docs/iasp/faq/gq8.htm +${IASP}/docs/iasp/faq/gq9.htm +${IASP}/docs/iasp/faq/iq1.htm +${IASP}/docs/iasp/faq/iq3.htm +${IASP}/docs/iasp/faq/iq4.htm +${IASP}/docs/iasp/features/admin.htm +${IASP}/docs/iasp/features/adointerface.htm +${IASP}/docs/iasp/features/adoruntime.htm +${IASP}/docs/iasp/features/application.htm +${IASP}/docs/iasp/features/apptuner.htm +${IASP}/docs/iasp/features/createobject.htm +${IASP}/docs/iasp/features/db.htm +${IASP}/docs/iasp/features/error_ref.htm +${IASP}/docs/iasp/features/image/admin.gif +${IASP}/docs/iasp/features/image/app.gif +${IASP}/docs/iasp/features/image/app1.gif +${IASP}/docs/iasp/features/image/app1a.gif +${IASP}/docs/iasp/features/image/app2.gif +${IASP}/docs/iasp/features/image/app3.gif +${IASP}/docs/iasp/features/image/app4.gif +${IASP}/docs/iasp/features/image/app5.gif +${IASP}/docs/iasp/features/image/app6.gif +${IASP}/docs/iasp/features/image/app7.gif +${IASP}/docs/iasp/features/image/appx.gif +${IASP}/docs/iasp/features/image/appx2.gif +${IASP}/docs/iasp/features/image/appx3.gif +${IASP}/docs/iasp/features/image/console.gif +${IASP}/docs/iasp/features/image/console1.gif +${IASP}/docs/iasp/features/image/console2.gif +${IASP}/docs/iasp/features/image/db.gif +${IASP}/docs/iasp/features/image/db1.gif +${IASP}/docs/iasp/features/image/db2.gif +${IASP}/docs/iasp/features/image/engine1.gif +${IASP}/docs/iasp/features/image/engine2.gif +${IASP}/docs/iasp/features/image/iasp-logo.gif +${IASP}/docs/iasp/features/image/license.gif +${IASP}/docs/iasp/features/image/license1.gif +${IASP}/docs/iasp/features/image/license2.gif +${IASP}/docs/iasp/features/image/loadb1.gif +${IASP}/docs/iasp/features/image/loadbalance.gif +${IASP}/docs/iasp/features/image/loadflow.gif +${IASP}/docs/iasp/features/image/log.gif +${IASP}/docs/iasp/features/image/log1.gif +${IASP}/docs/iasp/features/image/log2.gif +${IASP}/docs/iasp/features/image/log3.gif +${IASP}/docs/iasp/features/image/log4.gif +${IASP}/docs/iasp/features/image/login.gif +${IASP}/docs/iasp/features/image/mac-rca1.gif +${IASP}/docs/iasp/features/image/mac-rca2.gif +${IASP}/docs/iasp/features/image/proxy.gif +${IASP}/docs/iasp/features/image/proxy01.gif +${IASP}/docs/iasp/features/image/proxy1.gif +${IASP}/docs/iasp/features/image/proxy2.gif +${IASP}/docs/iasp/features/image/proxy3.gif +${IASP}/docs/iasp/features/image/proxy4.gif +${IASP}/docs/iasp/features/image/proxy5.gif +${IASP}/docs/iasp/features/image/proxy6.gif +${IASP}/docs/iasp/features/image/security.gif +${IASP}/docs/iasp/features/image/security1.gif +${IASP}/docs/iasp/features/image/security2.gif +${IASP}/docs/iasp/features/image/security3.gif +${IASP}/docs/iasp/features/image/servlet.gif +${IASP}/docs/iasp/features/image/servlet1.gif +${IASP}/docs/iasp/features/image/servlet2.gif +${IASP}/docs/iasp/features/jscomp_err.htm +${IASP}/docs/iasp/features/jsruntime_err.htm +${IASP}/docs/iasp/features/loadbalance.htm +${IASP}/docs/iasp/features/mac_rca.htm +${IASP}/docs/iasp/features/objrun_err.htm +${IASP}/docs/iasp/features/override.htm +${IASP}/docs/iasp/features/precompiler.htm +${IASP}/docs/iasp/features/rca.htm +${IASP}/docs/iasp/features/security.htm +${IASP}/docs/iasp/features/servlet.htm +${IASP}/docs/iasp/features/vbscomp_err.htm +${IASP}/docs/iasp/features/vbsruntime_err.htm +${IASP}/docs/iasp/images/addon_off.gif +${IASP}/docs/iasp/images/addon_on.gif +${IASP}/docs/iasp/images/arrow.gif +${IASP}/docs/iasp/images/backgrds.gif +${IASP}/docs/iasp/images/conf1.gif +${IASP}/docs/iasp/images/conf2.gif +${IASP}/docs/iasp/images/conf3.gif +${IASP}/docs/iasp/images/conf4.gif +${IASP}/docs/iasp/images/conf5.gif +${IASP}/docs/iasp/images/conf6.gif +${IASP}/docs/iasp/images/conf7.gif +${IASP}/docs/iasp/images/conn1.gif +${IASP}/docs/iasp/images/conn_apache.gif +${IASP}/docs/iasp/images/conn_iis.gif +${IASP}/docs/iasp/images/conn_netscape.gif +${IASP}/docs/iasp/images/conn_xitami.gif +${IASP}/docs/iasp/images/halcyon.gif +${IASP}/docs/iasp/images/halcyonlogo.gif +${IASP}/docs/iasp/images/help_logo.gif +${IASP}/docs/iasp/images/iasp-logo.gif +${IASP}/docs/iasp/images/iasp.gif +${IASP}/docs/iasp/images/iasp_off.gif +${IASP}/docs/iasp/images/iasp_on.gif +${IASP}/docs/iasp/images/iaspcomp.gif +${IASP}/docs/iasp/images/iis301.gif +${IASP}/docs/iasp/images/iis302.gif +${IASP}/docs/iasp/images/iis303.gif +${IASP}/docs/iasp/images/iiwaabt1.gif +${IASP}/docs/iasp/images/image10netware.gif +${IASP}/docs/iasp/images/image11netware.gif +${IASP}/docs/iasp/images/image12netware.gif +${IASP}/docs/iasp/images/image13netware.gif +${IASP}/docs/iasp/images/image1netware.gif +${IASP}/docs/iasp/images/image2netware.gif +${IASP}/docs/iasp/images/image3netware.gif +${IASP}/docs/iasp/images/image4netware.gif +${IASP}/docs/iasp/images/image5netware.gif +${IASP}/docs/iasp/images/image6netware.gif +${IASP}/docs/iasp/images/image7netware.gif +${IASP}/docs/iasp/images/image8netware.gif +${IASP}/docs/iasp/images/image9netware.gif +${IASP}/docs/iasp/images/isapi1.gif +${IASP}/docs/iasp/images/isapi2.gif +${IASP}/docs/iasp/images/iws-alias.gif +${IASP}/docs/iasp/images/iws-filter.gif +${IASP}/docs/iasp/images/iws-servlet.gif +${IASP}/docs/iasp/images/rjax_off.gif +${IASP}/docs/iasp/images/rjax_on.gif +${IASP}/docs/iasp/images/sambar-1.gif +${IASP}/docs/iasp/images/sambar-2.gif +${IASP}/docs/iasp/images/servletexec1.gif +${IASP}/docs/iasp/images/servletexec2.gif +${IASP}/docs/iasp/images/servletexec3.gif +${IASP}/docs/iasp/images/servletgateway.gif +${IASP}/docs/iasp/images/servletio.gif +${IASP}/docs/iasp/images/sunweb1.gif +${IASP}/docs/iasp/images/sunweb2.gif +${IASP}/docs/iasp/images/sunweb3.gif +${IASP}/docs/iasp/images/sunweb4.gif +${IASP}/docs/iasp/images/sunweb5.gif +${IASP}/docs/iasp/images/sunweb6.gif +${IASP}/docs/iasp/images/sunweb7.gif +${IASP}/docs/iasp/images/sunweb8.gif +${IASP}/docs/iasp/images/tested.gif +${IASP}/docs/iasp/images/textlogo.gif +${IASP}/docs/iasp/images/totop.gif +${IASP}/docs/iasp/images/watch.gif +${IASP}/docs/iasp/images/watch1.gif +${IASP}/docs/iasp/images/webten1.gif +${IASP}/docs/iasp/images/webten2.gif +${IASP}/docs/iasp/images/webten3.gif +${IASP}/docs/iasp/images/zeus.gif +${IASP}/docs/iasp/images/zeus1.gif +${IASP}/docs/iasp/images/zeus2.gif +${IASP}/docs/iasp/images/zeus3.gif +${IASP}/docs/iasp/images/zeus4.gif +${IASP}/docs/iasp/images/zeusa.gif +${IASP}/docs/iasp/images/zeusb.gif +${IASP}/docs/iasp/images/zeusc.gif +${IASP}/docs/iasp/images/zeusd.gif +${IASP}/docs/iasp/samples/database/AccessDB.mdb +${IASP}/docs/iasp/samples/database/BIBLIO.MDB +${IASP}/docs/iasp/samples/database/CloudscapeDB.sql +${IASP}/docs/iasp/samples/database/CloudscapeDB/cloudscape.db +${IASP}/docs/iasp/samples/database/CloudscapeDB/db.lck +${IASP}/docs/iasp/samples/database/CloudscapeDB/log/log.ctrl +${IASP}/docs/iasp/samples/database/CloudscapeDB/log/log3.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800256.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800257.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800258.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800259.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800260.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800261.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800262.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800263.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800264.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800265.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800266.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800267.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800268.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800269.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800270.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800271.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800272.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800273.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800274.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800275.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800276.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800277.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800278.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800279.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800280.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800281.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800282.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800283.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800284.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800285.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800286.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800287.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800288.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800289.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800290.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800291.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800292.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800293.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800294.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800295.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800296.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800297.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800298.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800299.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800310.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800311.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800312.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800313.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800314.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800315.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/C945997800316.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800300.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800301.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800302.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800303.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800304.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800305.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800306.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800307.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800308.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0/D945997800309.dat +${IASP}/docs/iasp/samples/database/CloudscapeDB/service.properties +${IASP}/docs/iasp/samples/database/InformixDB.sql +${IASP}/docs/iasp/samples/database/MysqlDB.sql +${IASP}/docs/iasp/samples/database/OracleDB.sql +${IASP}/docs/iasp/samples/database/PostgresDB.sql +${IASP}/docs/iasp/samples/database/SqlserverDb.sql +${IASP}/docs/iasp/samples/database/SybaseDB.sql +${IASP}/docs/iasp/samples/database/ndPhonebook.mdb +${IASP}/docs/iasp/samples/database/studentreg.mdb +${IASP}/docs/iasp/samples/html/ado.htm +${IASP}/docs/iasp/samples/html/adrotatorjs.htm +${IASP}/docs/iasp/samples/html/adrotatorvb.htm +${IASP}/docs/iasp/samples/html/animalsjs.htm +${IASP}/docs/iasp/samples/html/animalsvb.htm +${IASP}/docs/iasp/samples/html/aspemailjs.htm +${IASP}/docs/iasp/samples/html/aspemailvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/adoqueryvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/adotestvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/adrotatorjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/adrotatorvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/americandatetimevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/americannumbervb.htm +${IASP}/docs/iasp/samples/html/aspsrc/animalsjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/animalsvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/aniregisterjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/aniregistervb.htm +${IASP}/docs/iasp/samples/html/aspsrc/aniregordispjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/aniregordispvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/aniselectdbjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/aniselectdbvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/aspchartvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/aspimagevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/authordejs.htm +${IASP}/docs/iasp/samples/html/aspsrc/authordevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/authorsjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/authorsvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/bayshorejs.htm +${IASP}/docs/iasp/samples/html/aspsrc/bayshorevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/beanjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/beanparamjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/beanparamvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/beanvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/chinadatetimevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/chinanumbervb.htm +${IASP}/docs/iasp/samples/html/aspsrc/classjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/classparamjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/classparamvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/classvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/createfilejs.htm +${IASP}/docs/iasp/samples/html/aspsrc/createfilevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/createjarjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/createjarvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/currencyvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/datetimevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/dbinfodejs.htm +${IASP}/docs/iasp/samples/html/aspsrc/dbinfodevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/dbinfojs.htm +${IASP}/docs/iasp/samples/html/aspsrc/dbinfovb.htm +${IASP}/docs/iasp/samples/html/aspsrc/demonativevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/designtbjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/designtbvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/emailjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/emailvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/empdisplayvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/employeevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/empregistervb.htm +${IASP}/docs/iasp/samples/html/aspsrc/formjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/formvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/gifjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/gifvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/hellojs.htm +${IASP}/docs/iasp/samples/html/aspsrc/hellovb.htm +${IASP}/docs/iasp/samples/html/aspsrc/infofolderjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/infofoldervb.htm +${IASP}/docs/iasp/samples/html/aspsrc/infojs.htm +${IASP}/docs/iasp/samples/html/aspsrc/infovb.htm +${IASP}/docs/iasp/samples/html/aspsrc/jarbeanjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/jarbeanparamjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/jarbeanparamvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/jarbeanvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/jarjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/jarvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/jdeljs.htm +${IASP}/docs/iasp/samples/html/aspsrc/jmegsrjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/loginvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/mainjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/mainvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/multidefaultjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/multidefaultvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/multiscrollingjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/multiscrollingvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/newfileiovb.htm +${IASP}/docs/iasp/samples/html/aspsrc/newmailjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/newmailvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/newtbjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/newtbvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/nwauthentication.htm +${IASP}/docs/iasp/samples/html/aspsrc/opencnnjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/opencnnvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/openfilejs.htm +${IASP}/docs/iasp/samples/html/aspsrc/openfilevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/openjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/opentbjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/opentbvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/openvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/operatejs.htm +${IASP}/docs/iasp/samples/html/aspsrc/operatevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/optjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/optvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/procjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/procvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/publisherdejs.htm +${IASP}/docs/iasp/samples/html/aspsrc/publisherdevb.htm +${IASP}/docs/iasp/samples/html/aspsrc/publishersjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/publishersvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/redirectjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/redirectvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/serverjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/servervb.htm +${IASP}/docs/iasp/samples/html/aspsrc/stringformatvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/studdisplayjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/studdisplayvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/studregisterjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/studregistervb.htm +${IASP}/docs/iasp/samples/html/aspsrc/tropicsjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/tropicsvb.htm +${IASP}/docs/iasp/samples/html/aspsrc/viewmailjs.htm +${IASP}/docs/iasp/samples/html/aspsrc/viewmailvb.htm +${IASP}/docs/iasp/samples/html/authorsjs.htm +${IASP}/docs/iasp/samples/html/authorsvb.htm +${IASP}/docs/iasp/samples/html/createobjjs.htm +${IASP}/docs/iasp/samples/html/createobjvb.htm +${IASP}/docs/iasp/samples/html/dbinfojs.htm +${IASP}/docs/iasp/samples/html/dbinfovb.htm +${IASP}/docs/iasp/samples/html/email.htm +${IASP}/docs/iasp/samples/html/employee.htm +${IASP}/docs/iasp/samples/html/fileiojs.htm +${IASP}/docs/iasp/samples/html/fileiovb.htm +${IASP}/docs/iasp/samples/html/general.htm +${IASP}/docs/iasp/samples/html/international.htm +${IASP}/docs/iasp/samples/html/internationalrun.htm +${IASP}/docs/iasp/samples/html/internationalview.htm +${IASP}/docs/iasp/samples/html/login.htm +${IASP}/docs/iasp/samples/html/loginvb.htm +${IASP}/docs/iasp/samples/html/multiscrollingjs.htm +${IASP}/docs/iasp/samples/html/multiscrollingvb.htm +${IASP}/docs/iasp/samples/html/overview/adoquery.htm +${IASP}/docs/iasp/samples/html/overview/adotest.htm +${IASP}/docs/iasp/samples/html/overview/adrotator.htm +${IASP}/docs/iasp/samples/html/overview/animate.htm +${IASP}/docs/iasp/samples/html/overview/cdo.htm +${IASP}/docs/iasp/samples/html/overview/createjar.htm +${IASP}/docs/iasp/samples/html/overview/createobj.htm +${IASP}/docs/iasp/samples/html/overview/dbcfg.htm +${IASP}/docs/iasp/samples/html/overview/demonative.htm +${IASP}/docs/iasp/samples/html/overview/email.htm +${IASP}/docs/iasp/samples/html/overview/employee.htm +${IASP}/docs/iasp/samples/html/overview/fileio.htm +${IASP}/docs/iasp/samples/html/overview/form.htm +${IASP}/docs/iasp/samples/html/overview/helloworld.htm +${IASP}/docs/iasp/samples/html/overview/image/authors1.gif +${IASP}/docs/iasp/samples/html/overview/image/authors2.gif +${IASP}/docs/iasp/samples/html/overview/international.htm +${IASP}/docs/iasp/samples/html/overview/login.htm +${IASP}/docs/iasp/samples/html/overview/process.htm +${IASP}/docs/iasp/samples/html/overview/server.htm +${IASP}/docs/iasp/samples/html/overview/studentreg.htm +${IASP}/docs/iasp/samples/html/overview/tropics.htm +${IASP}/docs/iasp/samples/html/publishersjs.htm +${IASP}/docs/iasp/samples/html/publishersvb.htm +${IASP}/docs/iasp/samples/html/studentjs.htm +${IASP}/docs/iasp/samples/html/studentvb.htm +${IASP}/docs/iasp/samples/html/viewcode.asp +${IASP}/docs/iasp/samples/html/webaccessjs.htm +${IASP}/docs/iasp/samples/html/webaccessvb.htm +${IASP}/docs/iasp/samples/jscript/ado/adojavas.inc +${IASP}/docs/iasp/samples/jscript/ado/animals/animals.asp +${IASP}/docs/iasp/samples/jscript/ado/animals/default.htm +${IASP}/docs/iasp/samples/jscript/ado/animals/gif.asp +${IASP}/docs/iasp/samples/jscript/ado/animals/head.html +${IASP}/docs/iasp/samples/jscript/ado/animals/main.asp +${IASP}/docs/iasp/samples/jscript/ado/animals/register.asp +${IASP}/docs/iasp/samples/jscript/ado/animals/selectdb.asp +${IASP}/docs/iasp/samples/jscript/ado/authors/authors.asp +${IASP}/docs/iasp/samples/jscript/ado/authors/default.asp +${IASP}/docs/iasp/samples/jscript/ado/dbinfo/dbinfo.asp +${IASP}/docs/iasp/samples/jscript/ado/dbinfo/default.asp +${IASP}/docs/iasp/samples/jscript/ado/gif/boa.gif +${IASP}/docs/iasp/samples/jscript/ado/gif/crit.gif +${IASP}/docs/iasp/samples/jscript/ado/gif/duke.gif +${IASP}/docs/iasp/samples/jscript/ado/gif/fish.gif +${IASP}/docs/iasp/samples/jscript/ado/gif/houscat.gif +${IASP}/docs/iasp/samples/jscript/ado/gif/jach.gif +${IASP}/docs/iasp/samples/jscript/ado/gif/ocelot.gif +${IASP}/docs/iasp/samples/jscript/ado/multiscrolling/default.asp +${IASP}/docs/iasp/samples/jscript/ado/multiscrolling/multiscrolling.asp +${IASP}/docs/iasp/samples/jscript/ado/publishers/default.asp +${IASP}/docs/iasp/samples/jscript/ado/publishers/publishers.asp +${IASP}/docs/iasp/samples/jscript/ado/studentreg/arcbul1a.gif +${IASP}/docs/iasp/samples/jscript/ado/studentreg/arcbul2a.gif +${IASP}/docs/iasp/samples/jscript/ado/studentreg/arcbul3a.gif +${IASP}/docs/iasp/samples/jscript/ado/studentreg/arcsepd.gif +${IASP}/docs/iasp/samples/jscript/ado/studentreg/arctile.jpg +${IASP}/docs/iasp/samples/jscript/ado/studentreg/bs00877a.gif +${IASP}/docs/iasp/samples/jscript/ado/studentreg/display.asp +${IASP}/docs/iasp/samples/jscript/ado/studentreg/pe01644a.gif +${IASP}/docs/iasp/samples/jscript/ado/studentreg/register.asp +${IASP}/docs/iasp/samples/jscript/ado/studentreg/student.html +${IASP}/docs/iasp/samples/jscript/ado/studentreg/studentindex.html +${IASP}/docs/iasp/samples/jscript/ado/webaccess/blank.asp +${IASP}/docs/iasp/samples/jscript/ado/webaccess/default.htm +${IASP}/docs/iasp/samples/jscript/ado/webaccess/designtb.asp +${IASP}/docs/iasp/samples/jscript/ado/webaccess/newtb.asp +${IASP}/docs/iasp/samples/jscript/ado/webaccess/open.asp +${IASP}/docs/iasp/samples/jscript/ado/webaccess/opencnn.asp +${IASP}/docs/iasp/samples/jscript/ado/webaccess/opentb.asp +${IASP}/docs/iasp/samples/jscript/email/email.asp +${IASP}/docs/iasp/samples/jscript/email/logo.gif +${IASP}/docs/iasp/samples/jscript/email/newmail.asp +${IASP}/docs/iasp/samples/jscript/email/newmail.html +${IASP}/docs/iasp/samples/jscript/email/opt.asp +${IASP}/docs/iasp/samples/jscript/email/viewmail.asp +${IASP}/docs/iasp/samples/jscript/general/adrotator/ad.asp +${IASP}/docs/iasp/samples/jscript/general/adrotator/adrot2.txt +${IASP}/docs/iasp/samples/jscript/general/adrotator/building.gif +${IASP}/docs/iasp/samples/jscript/general/adrotator/halcyon.gif +${IASP}/docs/iasp/samples/jscript/general/adrotator/hc_bird.gif +${IASP}/docs/iasp/samples/jscript/general/adrotator/klg.gif +${IASP}/docs/iasp/samples/jscript/general/adrotator/netscape.gif +${IASP}/docs/iasp/samples/jscript/general/adrotator/npps_tall_ani.gif +${IASP}/docs/iasp/samples/jscript/general/adrotator/protoview.gif +${IASP}/docs/iasp/samples/jscript/general/adrotator/redirect.asp +${IASP}/docs/iasp/samples/jscript/general/adrotator/rjax.gif +${IASP}/docs/iasp/samples/jscript/general/adrotator/sun.gif +${IASP}/docs/iasp/samples/jscript/general/adrotator/surprise.gif +${IASP}/docs/iasp/samples/jscript/general/animate/bayshore.asp +${IASP}/docs/iasp/samples/jscript/general/animate/natpark.gif +${IASP}/docs/iasp/samples/jscript/general/animate/nyc.gif +${IASP}/docs/iasp/samples/jscript/general/animate/nzealand.gif +${IASP}/docs/iasp/samples/jscript/general/animate/rock.gif +${IASP}/docs/iasp/samples/jscript/general/animate/rotate4.html +${IASP}/docs/iasp/samples/jscript/general/animate/swirl.gif +${IASP}/docs/iasp/samples/jscript/general/createjar/createjar.asp +${IASP}/docs/iasp/samples/jscript/general/createjar/foo.jar +${IASP}/docs/iasp/samples/jscript/general/createobj/bean.asp +${IASP}/docs/iasp/samples/jscript/general/createobj/beanparam.asp +${IASP}/docs/iasp/samples/jscript/general/createobj/buttons.jar +${IASP}/docs/iasp/samples/jscript/general/createobj/class.asp +${IASP}/docs/iasp/samples/jscript/general/createobj/classparam.asp +${IASP}/docs/iasp/samples/jscript/general/createobj/default.htm +${IASP}/docs/iasp/samples/jscript/general/createobj/democreateobject.java +${IASP}/docs/iasp/samples/jscript/general/createobj/democreateobjectbeaninfo.java +${IASP}/docs/iasp/samples/jscript/general/createobj/jar.asp +${IASP}/docs/iasp/samples/jscript/general/createobj/jarbean.asp +${IASP}/docs/iasp/samples/jscript/general/createobj/jarbeanparam.asp +${IASP}/docs/iasp/samples/jscript/general/createobj/logo.gif +${IASP}/docs/iasp/samples/jscript/general/createobj/readme.txt +${IASP}/docs/iasp/samples/jscript/general/fileio/createfile.asp +${IASP}/docs/iasp/samples/jscript/general/fileio/default.htm +${IASP}/docs/iasp/samples/jscript/general/fileio/info.asp +${IASP}/docs/iasp/samples/jscript/general/fileio/infofolder.asp +${IASP}/docs/iasp/samples/jscript/general/fileio/openfile.asp +${IASP}/docs/iasp/samples/jscript/general/fileio/operate.asp +${IASP}/docs/iasp/samples/jscript/general/fileio/test.txt +${IASP}/docs/iasp/samples/jscript/general/form/form.asp +${IASP}/docs/iasp/samples/jscript/general/helloworld/helloworld.asp +${IASP}/docs/iasp/samples/jscript/general/process/hsdemo.dll +${IASP}/docs/iasp/samples/jscript/general/process/proc.asp +${IASP}/docs/iasp/samples/jscript/general/process/proc.java +${IASP}/docs/iasp/samples/jscript/general/process/procasp.dll +${IASP}/docs/iasp/samples/jscript/general/process/process.htm +${IASP}/docs/iasp/samples/jscript/general/server/server.asp +${IASP}/docs/iasp/samples/jscript/general/tropics/arubaflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/arubainfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/arubamap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/ashmoreflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/ashmoreinfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/ashmoremap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/attrib.java +${IASP}/docs/iasp/samples/jscript/general/tropics/australiaflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/australiainfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/australiamap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/bahamasflag.fi.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/bahamasflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/bahamasinfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/bahamasmap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/bakerflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/bakerinfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/bakermap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/barbadosflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/barbadosinfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/barbadosmap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/barbudaflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/barbudainfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/barbudamap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/bermudaflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/bermudainfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/bermudamap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/britishvirginflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/britishvirgininfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/britishvirginmap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/cookflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/cookinfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/cookmap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/coralseaflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/coralseainfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/coralseamap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/dolphin.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/fijiflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/fijiinfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/fijimap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/jamaicaflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/jamaicainfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/jamaicamap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/macauflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/macauinfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/macaumap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/pspbrwse.jbf +${IASP}/docs/iasp/samples/jscript/general/tropics/scuba.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/solomonflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/solomoninfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/solomonmap.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/tropics.asp +${IASP}/docs/iasp/samples/jscript/general/tropics/tropics.htm +${IASP}/docs/iasp/samples/jscript/general/tropics/virginflag.gif +${IASP}/docs/iasp/samples/jscript/general/tropics/virgininfo.txt +${IASP}/docs/iasp/samples/jscript/general/tropics/virginmap.gif +${IASP}/docs/iasp/samples/vbscript/ado/adoquery/ado/adovbs.inc +${IASP}/docs/iasp/samples/vbscript/ado/adoquery/adoquery.asp +${IASP}/docs/iasp/samples/vbscript/ado/adotest/Global.asa +${IASP}/docs/iasp/samples/vbscript/ado/adotest/adotest.asp +${IASP}/docs/iasp/samples/vbscript/ado/adovbs.inc +${IASP}/docs/iasp/samples/vbscript/ado/animals/animals.asp +${IASP}/docs/iasp/samples/vbscript/ado/animals/default.htm +${IASP}/docs/iasp/samples/vbscript/ado/animals/gif.asp +${IASP}/docs/iasp/samples/vbscript/ado/animals/head.html +${IASP}/docs/iasp/samples/vbscript/ado/animals/main.asp +${IASP}/docs/iasp/samples/vbscript/ado/animals/register.asp +${IASP}/docs/iasp/samples/vbscript/ado/animals/selectdb.asp +${IASP}/docs/iasp/samples/vbscript/ado/authors/authors.asp +${IASP}/docs/iasp/samples/vbscript/ado/authors/default.asp +${IASP}/docs/iasp/samples/vbscript/ado/dbinfo/dbinfo.asp +${IASP}/docs/iasp/samples/vbscript/ado/dbinfo/default.asp +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/arcbul1a.gif +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/arcbul2a.gif +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/arcbul3a.gif +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/arcsepd.gif +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/arctile.gif +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/bs00877a.gif +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/default.htm +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/display.asp +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/employee.asp +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/employee.html +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/pe01644a.gif +${IASP}/docs/iasp/samples/vbscript/ado/employeereg/register.asp +${IASP}/docs/iasp/samples/vbscript/ado/gif/boa.gif +${IASP}/docs/iasp/samples/vbscript/ado/gif/crit.gif +${IASP}/docs/iasp/samples/vbscript/ado/gif/duke.gif +${IASP}/docs/iasp/samples/vbscript/ado/gif/fish.gif +${IASP}/docs/iasp/samples/vbscript/ado/gif/houscat.gif +${IASP}/docs/iasp/samples/vbscript/ado/gif/jach.gif +${IASP}/docs/iasp/samples/vbscript/ado/gif/ocelot.gif +${IASP}/docs/iasp/samples/vbscript/ado/gif/tiger.gif +${IASP}/docs/iasp/samples/vbscript/ado/multiscrolling/default.asp +${IASP}/docs/iasp/samples/vbscript/ado/multiscrolling/multiscrolling.asp +${IASP}/docs/iasp/samples/vbscript/ado/publishers/default.asp +${IASP}/docs/iasp/samples/vbscript/ado/publishers/publishers.asp +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/arcbul1a.gif +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/arcbul2a.gif +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/arcbul3a.gif +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/arcsepd.gif +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/arctile.jpg +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/bs00877a.gif +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/display.asp +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/pe01644a.gif +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/register.asp +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/student.html +${IASP}/docs/iasp/samples/vbscript/ado/studentreg/studentindex.html +${IASP}/docs/iasp/samples/vbscript/ado/webaccess/blank.asp +${IASP}/docs/iasp/samples/vbscript/ado/webaccess/default.htm +${IASP}/docs/iasp/samples/vbscript/ado/webaccess/designtb.asp +${IASP}/docs/iasp/samples/vbscript/ado/webaccess/newtb.asp +${IASP}/docs/iasp/samples/vbscript/ado/webaccess/open.asp +${IASP}/docs/iasp/samples/vbscript/ado/webaccess/opencnn.asp +${IASP}/docs/iasp/samples/vbscript/ado/webaccess/opentb.asp +${IASP}/docs/iasp/samples/vbscript/email/email.asp +${IASP}/docs/iasp/samples/vbscript/email/logo.gif +${IASP}/docs/iasp/samples/vbscript/email/newmail.asp +${IASP}/docs/iasp/samples/vbscript/email/newmail.html +${IASP}/docs/iasp/samples/vbscript/email/opt.asp +${IASP}/docs/iasp/samples/vbscript/email/viewmail.asp +${IASP}/docs/iasp/samples/vbscript/general/adrotator/ad.asp +${IASP}/docs/iasp/samples/vbscript/general/adrotator/adrot2.txt +${IASP}/docs/iasp/samples/vbscript/general/adrotator/building.gif +${IASP}/docs/iasp/samples/vbscript/general/adrotator/halcyon.gif +${IASP}/docs/iasp/samples/vbscript/general/adrotator/hc_bird.gif +${IASP}/docs/iasp/samples/vbscript/general/adrotator/klg.gif +${IASP}/docs/iasp/samples/vbscript/general/adrotator/netscape.gif +${IASP}/docs/iasp/samples/vbscript/general/adrotator/npps_tall_ani.gif +${IASP}/docs/iasp/samples/vbscript/general/adrotator/protoview.gif +${IASP}/docs/iasp/samples/vbscript/general/adrotator/redirect.asp +${IASP}/docs/iasp/samples/vbscript/general/adrotator/rjax.gif +${IASP}/docs/iasp/samples/vbscript/general/adrotator/sun.gif +${IASP}/docs/iasp/samples/vbscript/general/adrotator/surprise.gif +${IASP}/docs/iasp/samples/vbscript/general/animate/bayshore.asp +${IASP}/docs/iasp/samples/vbscript/general/animate/natpark.gif +${IASP}/docs/iasp/samples/vbscript/general/animate/nyc.gif +${IASP}/docs/iasp/samples/vbscript/general/animate/nzealand.gif +${IASP}/docs/iasp/samples/vbscript/general/animate/rock.gif +${IASP}/docs/iasp/samples/vbscript/general/animate/rotate4.html +${IASP}/docs/iasp/samples/vbscript/general/animate/swirl.gif +${IASP}/docs/iasp/samples/vbscript/general/createjar/createjar.asp +${IASP}/docs/iasp/samples/vbscript/general/createjar/foo.jar +${IASP}/docs/iasp/samples/vbscript/general/createobj/bean.asp +${IASP}/docs/iasp/samples/vbscript/general/createobj/beanparam.asp +${IASP}/docs/iasp/samples/vbscript/general/createobj/buttons.jar +${IASP}/docs/iasp/samples/vbscript/general/createobj/class.asp +${IASP}/docs/iasp/samples/vbscript/general/createobj/classparam.asp +${IASP}/docs/iasp/samples/vbscript/general/createobj/default.htm +${IASP}/docs/iasp/samples/vbscript/general/createobj/democreateobject.java +${IASP}/docs/iasp/samples/vbscript/general/createobj/democreateobjectbeaninfo.java +${IASP}/docs/iasp/samples/vbscript/general/createobj/jar.asp +${IASP}/docs/iasp/samples/vbscript/general/createobj/jarbean.asp +${IASP}/docs/iasp/samples/vbscript/general/createobj/jarbeanparam.asp +${IASP}/docs/iasp/samples/vbscript/general/createobj/logo.gif +${IASP}/docs/iasp/samples/vbscript/general/createobj/readme.txt +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.asp +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.c +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.class +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.dll +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.dsp +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.dsw +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.h +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.java +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.ncb +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.opt +${IASP}/docs/iasp/samples/vbscript/general/demonative/demonative.plg +${IASP}/docs/iasp/samples/vbscript/general/demonative/mssccprj.scc +${IASP}/docs/iasp/samples/vbscript/general/fileio/createfile.asp +${IASP}/docs/iasp/samples/vbscript/general/fileio/default.htm +${IASP}/docs/iasp/samples/vbscript/general/fileio/info.asp +${IASP}/docs/iasp/samples/vbscript/general/fileio/infofolder.asp +${IASP}/docs/iasp/samples/vbscript/general/fileio/logo.gif +${IASP}/docs/iasp/samples/vbscript/general/fileio/openfile.asp +${IASP}/docs/iasp/samples/vbscript/general/fileio/operate.asp +${IASP}/docs/iasp/samples/vbscript/general/fileio/readme.txt +${IASP}/docs/iasp/samples/vbscript/general/fileio/test.txt +${IASP}/docs/iasp/samples/vbscript/general/form/form.asp +${IASP}/docs/iasp/samples/vbscript/general/helloworld/helloworld.asp +${IASP}/docs/iasp/samples/vbscript/general/process/hsdemo.dll +${IASP}/docs/iasp/samples/vbscript/general/process/proc.asp +${IASP}/docs/iasp/samples/vbscript/general/process/proc.java +${IASP}/docs/iasp/samples/vbscript/general/process/procasp.dll +${IASP}/docs/iasp/samples/vbscript/general/process/process.htm +${IASP}/docs/iasp/samples/vbscript/general/server/server.asp +${IASP}/docs/iasp/samples/vbscript/general/tropics/arubaflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/arubainfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/arubamap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/ashmoreflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/ashmoreinfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/ashmoremap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/attrib.java +${IASP}/docs/iasp/samples/vbscript/general/tropics/australiaflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/australiainfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/australiamap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/bahamasflag.fi.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/bahamasflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/bahamasinfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/bahamasmap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/bakerflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/bakerinfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/bakermap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/barbadosflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/barbadosinfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/barbadosmap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/barbudaflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/barbudainfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/barbudamap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/bermudaflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/bermudainfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/bermudamap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/britishvirginflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/britishvirgininfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/britishvirginmap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/cookflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/cookinfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/cookmap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/coralseaflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/coralseainfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/coralseamap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/dolphin.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/fijiflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/fijiinfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/fijimap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/jamaicaflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/jamaicainfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/jamaicamap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/macauflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/macauinfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/macaumap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/pspbrwse.jbf +${IASP}/docs/iasp/samples/vbscript/general/tropics/scuba.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/solomonflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/solomoninfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/solomonmap.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/tropics.asp +${IASP}/docs/iasp/samples/vbscript/general/tropics/tropics.htm +${IASP}/docs/iasp/samples/vbscript/general/tropics/virginflag.gif +${IASP}/docs/iasp/samples/vbscript/general/tropics/virgininfo.txt +${IASP}/docs/iasp/samples/vbscript/general/tropics/virginmap.gif +${IASP}/docs/iasp/samples/vbscript/international/americandatetime.asp +${IASP}/docs/iasp/samples/vbscript/international/americannumber.asp +${IASP}/docs/iasp/samples/vbscript/international/chinadatetime.asp +${IASP}/docs/iasp/samples/vbscript/international/chinanumber.asp +${IASP}/docs/iasp/samples/vbscript/international/currency.asp +${IASP}/docs/iasp/samples/vbscript/international/datetime.asp +${IASP}/docs/iasp/samples/vbscript/international/stringformat.asp +${IASP}/docs/iasp/samples/vbscript/login/index.htm +${IASP}/docs/iasp/samples/vbscript/login/login.asp +${IASP}/docs/iasp/samples/vbscript/login/nwauthentication.java +${IASP}/docs/iasp/support/access.htm +${IASP}/docs/iasp/support/ado.htm +${IASP}/docs/iasp/support/asp3.htm +${IASP}/docs/iasp/support/builtinobj.htm +${IASP}/docs/iasp/support/cloudscape.htm +${IASP}/docs/iasp/support/engine.htm +${IASP}/docs/iasp/support/generic.htm +${IASP}/docs/iasp/support/iasp_comp.htm +${IASP}/docs/iasp/support/informix.htm +${IASP}/docs/iasp/support/instcomp.htm +${IASP}/docs/iasp/support/jdbc/access.htm +${IASP}/docs/iasp/support/jdbc/cloud.htm +${IASP}/docs/iasp/support/jdbc/informix.htm +${IASP}/docs/iasp/support/jdbc/jdbcdrivers.htm +${IASP}/docs/iasp/support/jdbc/mysql.htm +${IASP}/docs/iasp/support/jdbc/oracle.htm +${IASP}/docs/iasp/support/jdbc/postgres.htm +${IASP}/docs/iasp/support/jdbc/sql.htm +${IASP}/docs/iasp/support/jdbc/sybase.htm +${IASP}/docs/iasp/support/jdkver.htm +${IASP}/docs/iasp/support/keywords.htm +${IASP}/docs/iasp/support/main.htm +${IASP}/docs/iasp/support/mysql.htm +${IASP}/docs/iasp/support/oracle.htm +${IASP}/docs/iasp/support/precompiler.htm +${IASP}/docs/iasp/support/server.htm +${IASP}/docs/iasp/support/sql.htm +${IASP}/docs/iasp/support/sybase.htm +${IASP}/docs/index.htm +${IASP}/docs/install.htm +${IASP}/docs/overview.htm +${IASP}/docs/relnotes.htm +${IASP}/docs/samples.htm +${IASP}/docs/style.css +${IASP}/docs/usingiasp.htm +${IASP}/iasp-classpath.conf +${IASP}/iasp-common.conf +${IASP}/icon/adminstart.ico +${IASP}/icon/adminstop.ico +${IASP}/icon/iaspstart.ico +${IASP}/icon/iaspstop.ico +${IASP}/icon/iservice.ico +${IASP}/icon/uservice.ico +${IASP}/icon/wizard.ico +${IASP}/index.htm +${IASP}/index.html +${IASP}/lib/activation.jar +${IASP}/lib/asp2j.jar +${IASP}/lib/balance.jar +${IASP}/lib/ejbcorba.jar +${IASP}/lib/hado.jar +${IASP}/lib/iasp_chart.jar +${IASP}/lib/iasp_exec.jar +${IASP}/lib/iasp_fileup.jar +${IASP}/lib/iasp_grid.jar +${IASP}/lib/iasp_http.jar +${IASP}/lib/iasp_image.jar +${IASP}/lib/iasp_inet.jar +${IASP}/lib/iasp_mail.jar +${IASP}/lib/iasp_nntp.jar +${IASP}/lib/iasp_pop3.jar +${IASP}/lib/iasp_sock.jar +${IASP}/lib/iasp_upload.jar +${IASP}/lib/iasp_xmldom.jar +${IASP}/lib/iasplib.jar +${IASP}/lib/jndi.jar +${IASP}/lib/jsdk.jar +${IASP}/lib/mail.jar +${IASP}/lib/pop3.jar +${IASP}/lib/rjax.jar +${IASP}/lib/rjaxADODB.jar +${IASP}/lib/samples.jar +${IASP}/mod_iasp.conf +${IASP}/properties/ODBC.INI +${IASP}/properties/browscap.ini +${IASP}/properties/cdonts.properties.default +${IASP}/properties/dbserver.properties.default +${IASP}/properties/ejb.properties.default +${IASP}/properties/loadbalance.properties.default +${IASP}/properties/msmq.properties.default +${IASP}/properties/rules.properties.default +${IASP}/properties/security.properties.default +${IASP}/properties/server.properties.default +${IASP}/properties/servlets.properties.default +${IASP}/servlets/Counter.java +${IASP}/servlets/DateServlet.java +${IASP}/servlets/EchoServlet.java +${IASP}/servlets/FileUploadServlet.java +${IASP}/servlets/GifUploadServlet.java +${IASP}/servlets/HelloWorldServlet.java +${IASP}/servlets/InlineServlet.java +${IASP}/servlets/KeepAliveServlet.java +${IASP}/servlets/MailServlet.java +${IASP}/servlets/NullServlet.java +${IASP}/servlets/PhoneServlet.java +${IASP}/servlets/ProtectedServlet.java +${IASP}/servlets/RedirectLoadBalServlet.java +${IASP}/servlets/RedirectServlet.java +${IASP}/servlets/ReleaseFormServlet.java +${IASP}/servlets/SessionServlet.java +${IASP}/servlets/SimpleFormServlet.java +${IASP}/servlets/SimpleServlet.java +${IASP}/servlets/SnoopServlet.java +${IASP}/servlets/UpperCaseFilter.java +${IASP}/servlets/phonelist +${IASP}/start-admin.sh +${IASP}/start-server.sh +${IASP}/stop-admin.sh +${IASP}/stop-server.sh +@dirrm ${IASP}/servlets +@dirrm ${IASP}/properties +@dirrm ${IASP}/lib +@dirrm ${IASP}/icon +@dirrm ${IASP}/docs/iasp/support/jdbc +@dirrm ${IASP}/docs/iasp/support +@dirrm ${IASP}/docs/iasp/samples/vbscript/login +@dirrm ${IASP}/docs/iasp/samples/vbscript/international +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/tropics +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/server +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/process +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/helloworld +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/form +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/fileio +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/demonative +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/createobj +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/createjar +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/animate +@dirrm ${IASP}/docs/iasp/samples/vbscript/general/adrotator +@dirrm ${IASP}/docs/iasp/samples/vbscript/general +@dirrm ${IASP}/docs/iasp/samples/vbscript/email +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/webaccess +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/studentreg +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/publishers +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/multiscrolling +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/gif +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/employeereg +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/dbinfo +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/authors +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/animals +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/adotest +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/adoquery/ado +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado/adoquery +@dirrm ${IASP}/docs/iasp/samples/vbscript/ado +@dirrm ${IASP}/docs/iasp/samples/vbscript +@dirrm ${IASP}/docs/iasp/samples/jscript/general/tropics +@dirrm ${IASP}/docs/iasp/samples/jscript/general/server +@dirrm ${IASP}/docs/iasp/samples/jscript/general/process +@dirrm ${IASP}/docs/iasp/samples/jscript/general/helloworld +@dirrm ${IASP}/docs/iasp/samples/jscript/general/form +@dirrm ${IASP}/docs/iasp/samples/jscript/general/fileio +@dirrm ${IASP}/docs/iasp/samples/jscript/general/createobj +@dirrm ${IASP}/docs/iasp/samples/jscript/general/createjar +@dirrm ${IASP}/docs/iasp/samples/jscript/general/animate +@dirrm ${IASP}/docs/iasp/samples/jscript/general/adrotator +@dirrm ${IASP}/docs/iasp/samples/jscript/general +@dirrm ${IASP}/docs/iasp/samples/jscript/email +@dirrm ${IASP}/docs/iasp/samples/jscript/ado/webaccess +@dirrm ${IASP}/docs/iasp/samples/jscript/ado/studentreg +@dirrm ${IASP}/docs/iasp/samples/jscript/ado/publishers +@dirrm ${IASP}/docs/iasp/samples/jscript/ado/multiscrolling +@dirrm ${IASP}/docs/iasp/samples/jscript/ado/gif +@dirrm ${IASP}/docs/iasp/samples/jscript/ado/dbinfo +@dirrm ${IASP}/docs/iasp/samples/jscript/ado/authors +@dirrm ${IASP}/docs/iasp/samples/jscript/ado/animals +@dirrm ${IASP}/docs/iasp/samples/jscript/ado +@dirrm ${IASP}/docs/iasp/samples/jscript +@dirrm ${IASP}/docs/iasp/samples/html/overview/image +@dirrm ${IASP}/docs/iasp/samples/html/overview +@dirrm ${IASP}/docs/iasp/samples/html/aspsrc +@dirrm ${IASP}/docs/iasp/samples/html +@dirrm ${IASP}/docs/iasp/samples/database/vbscript +@dirrm ${IASP}/docs/iasp/samples/database/CloudscapeDB/seg0 +@dirrm ${IASP}/docs/iasp/samples/database/CloudscapeDB/log +@dirrm ${IASP}/docs/iasp/samples/database/CloudscapeDB +@dirrm ${IASP}/docs/iasp/samples/database +@dirrm ${IASP}/docs/iasp/samples +@dirrm ${IASP}/docs/iasp/images +@dirrm ${IASP}/docs/iasp/features/image +@dirrm ${IASP}/docs/iasp/features +@dirrm ${IASP}/docs/iasp/faq +@dirrm ${IASP}/docs/iasp/config/images +@dirrm ${IASP}/docs/iasp/config +@dirrm ${IASP}/docs/iasp +@dirrm ${IASP}/docs/addons/components/iaspxmldom +@dirrm ${IASP}/docs/addons/components/iaspupload +@dirrm ${IASP}/docs/addons/components/iaspsock +@dirrm ${IASP}/docs/addons/components/iasppop3 +@dirrm ${IASP}/docs/addons/components/iaspnntp +@dirrm ${IASP}/docs/addons/components/iaspmail +@dirrm ${IASP}/docs/addons/components/iaspinet +@dirrm ${IASP}/docs/addons/components/iaspimage +@dirrm ${IASP}/docs/addons/components/iasphttp +@dirrm ${IASP}/docs/addons/components/iaspgrid/samples/database +@dirrm ${IASP}/docs/addons/components/iaspgrid/samples +@dirrm ${IASP}/docs/addons/components/iaspgrid +@dirrm ${IASP}/docs/addons/components/iaspfileup +@dirrm ${IASP}/docs/addons/components/iaspexec +@dirrm ${IASP}/docs/addons/components/iaspchart +@dirrm ${IASP}/docs/addons/components +@dirrm ${IASP}/docs/addons/asp2java +@dirrm ${IASP}/docs/addons +@dirrm ${IASP}/docs +@dirrm ${IASP}/admin/images +@dirrm ${IASP}/admin/docs/features/image +@dirrm ${IASP}/admin/docs/features +@dirrm ${IASP}/admin/docs +@dirrm ${IASP}/admin +@dirrm ${IASP}/WEB-INF diff --git a/www/iasp/distinfo b/www/iasp/distinfo new file mode 100644 index 00000000000..fa3e03faf94 --- /dev/null +++ b/www/iasp/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/01 07:03:42 jlam Exp $ + +SHA1 (iASP2.1.01.tar.gz) = 13b0d27497eb0e3ed6610e1d3e8bd5b3b650cf7c +Size (iASP2.1.01.tar.gz) = 10753476 bytes diff --git a/www/iasp/files/gen-scripts.sh b/www/iasp/files/gen-scripts.sh new file mode 100644 index 00000000000..5bc7e89fe30 --- /dev/null +++ b/www/iasp/files/gen-scripts.sh @@ -0,0 +1,89 @@ +#!/bin/sh +# +# $NetBSD: gen-scripts.sh,v 1.1.1.1 2003/01/01 07:03:42 jlam Exp $ + +IASP_CLASSPATH= +for classpath in ${WRKSRC}/lib/*.jar ${WRKSRC}/servlets; do + destpath=`${ECHO} $classpath | ${SED} "s,${WRKSRC}/,${IASP}/,"` + if [ -z "$IASP_CLASSPATH" ]; then + IASP_CLASSPATH="$destpath" + else + IASP_CLASSPATH="$IASP_CLASSPATH:$destpath" + fi +done + +${CAT} > ${WRKSRC}/iasp-classpath.conf << EOF +# This shell script fragment defines: +# +# IASP_CLASSPATH the list of jar files for the iASP server environment +# +IASP_CLASSPATH="${IASP_CLASSPATH}" +EOF + +${CAT} > ${WRKSRC}/iasp-common.conf << EOF +# This shell script fragment contains the common settings for JAVA_HOME +# and CLASSPATH used by the iASP control scripts. +# +. ${IASP}/iasp-classpath.conf + +if [ -z "\${JAVA_HOME}" ]; then + JAVA_HOME="${JAVA_HOME}" +fi +if [ -z "\${CLASSPATH}" ]; then + for file in \${JAVA_HOME}/lib/classes.zip \${JAVA_HOME}/lib/tools.jar + do + if [ -f \$file ]; then + if [ -z "\${IASP_CLASSPATH}" ]; then + CLASSPATH="$file" + else + CLASSPATH="\${CLASSPATH}:$file" + fi + fi + done + if [ -z "\${CLASSPATH}" ]; then + CLASSPATH="\${IASP_CLASSPATH}" + else + CLASSPATH="\${CLASSPATH}:\${IASP_CLASSPATH}" + fi +fi +export CLASSPATH JAVA_HOME + +if [ -z "\${JAVA}" ]; then + JAVA="\${JAVA_HOME}/bin/java" +fi +EOF + +${CAT} > ${WRKSRC}/start-server.sh << EOF +#!${SH} +. ${IASP}/iasp-common.conf +eval exec \${JAVA} servlet.http.HttpServer +EOF +chmod u+x ${WRKSRC}/start-server.sh + +${CAT} > ${WRKSRC}/stop-server.sh << EOF +#!${SH} +. ${IASP}/iasp-common.conf +eval exec \${JAVA} servlet.http.HttpServerControl webserver +EOF +chmod u+x ${WRKSRC}/stop-server.sh + +${CAT} > ${WRKSRC}/start-admin.sh << EOF +#!${SH} +. ${IASP}/iasp-common.conf +eval exec \${JAVA} servlet.webserver.WebHttpServer +EOF +chmod u+x ${WRKSRC}/start-admin.sh + +${CAT} > ${WRKSRC}/stop-admin.sh << EOF +#!${SH} +. ${IASP}/iasp-common.conf +eval exec \${JAVA} servlet.http.HttpServerControl adminserver +EOF +chmod u+x ${WRKSRC}/stop-admin.sh + +${CAT} > ${WRKSRC}/connector.sh << EOF +#!${SH} +. ${IASP}/iasp-common.conf +eval exec \${JAVA} connector.iasp_connector +EOF +chmod u+x ${WRKSRC}/connector.sh diff --git a/www/iasp/files/iasp.sh b/www/iasp/files/iasp.sh new file mode 100644 index 00000000000..8b1357630af --- /dev/null +++ b/www/iasp/files/iasp.sh @@ -0,0 +1,35 @@ +#!@RCD_SCRIPTS_SHELL@ +# +# $NetBSD: iasp.sh,v 1.1.1.1 2003/01/01 07:03:42 jlam Exp $ +# +# PROVIDE: iasp +# REQUIRE: DAEMON +# KEYWORD: shutdown + +if [ -f /etc/rc.subr ]; then + . /etc/rc.subr +fi + +name="iasp" +rcvar=$name +start_cmd=iasp_start +stop_cmd=iasp_stop + +iasp_start() +{ + @IASP@/start-server.sh & + sleep 2 +} + +iasp_stop() +{ + @IASP@/stop-server.sh +} + +if [ -f /etc/rc.subr -a -f /etc/rc.conf -a -d /etc/rc.d -a -f /etc/rc.d/DAEMON ] +then + load_rc_config $name + run_rc_command "$1" +else + eval ${start_cmd} +fi diff --git a/www/iasp/files/iasp_admin.sh b/www/iasp/files/iasp_admin.sh new file mode 100644 index 00000000000..f6f485d6087 --- /dev/null +++ b/www/iasp/files/iasp_admin.sh @@ -0,0 +1,35 @@ +#!@RCD_SCRIPTS_SHELL@ +# +# $NetBSD: iasp_admin.sh,v 1.1.1.1 2003/01/01 07:03:42 jlam Exp $ +# +# PROVIDE: iasp_admin +# REQUIRE: iasp +# KEYWORD: shutdown + +if [ -f /etc/rc.subr ]; then + . /etc/rc.subr +fi + +name="iasp_admin" +rcvar=$name +start_cmd=iasp_admin_start +stop_cmd=iasp_admin_stop + +iasp_admin_start() +{ + @IASP@/start-admin.sh & + sleep 2 +} + +iasp_admin_stop() +{ + @IASP@/stop-admin.sh +} + +if [ -f /etc/rc.subr -a -f /etc/rc.conf -a -d /etc/rc.d -a -f /etc/rc.d/DAEMON ] +then + load_rc_config $name + run_rc_command "$1" +else + eval ${start_cmd} +fi diff --git a/www/iasp/files/mod_iasp.conf b/www/iasp/files/mod_iasp.conf new file mode 100644 index 00000000000..f2c25acfde1 --- /dev/null +++ b/www/iasp/files/mod_iasp.conf @@ -0,0 +1,12 @@ +# $NetBSD: mod_iasp.conf,v 1.1.1.1 2003/01/01 07:03:42 jlam Exp $ +# +# Apache configuration file for iASP + +LoadModule iasp_module lib/httpd/mod_iasp.so +AddModule mod_iasp.c + +<IfModule mod_iasp.c> + Alias /iasp @IASP@ + IaspConfig server @IASP@/properties/server.properties + IaspConfig rules @IASP@/properties/rules.properties +</IfModule> diff --git a/www/iasp/files/web.xml b/www/iasp/files/web.xml new file mode 100644 index 00000000000..fd74b799c7a --- /dev/null +++ b/www/iasp/files/web.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE web-app + PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" + "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> + +<!-- $NetBSD: web.xml,v 1.1.1.1 2003/01/01 07:03:42 jlam Exp $ + --> + +<web-app> + <servlet> + <servlet-name> + Dispatcher.DispatcherServlet + </servlet-name> + <servlet-class> + Dispatcher.DispatcherServlet + </servlet-class> + </servlet> + <servlet-mapping> + <servlet-name> + Dispatcher.DispatcherServlet + </servlet-name> + <url-pattern> + *.asp + </url-pattern> + </servlet-mapping> +</web-app> |