...| Home | Documentation...
Documentation > Parameters > Global >
Global > DAD > ConnectionCache >
+ Home ...
+ Download
> Documentation
+ DBPrism Content Management System
+ DBPrism - Apache Cocoon
+ Credits
+ Legal
 
+ Documentation
+ Frequently Asked Questions
+ Readme
+ Demos
+ Changes
+ Thigs To Do
+ Toolkits
+ JavaWebServer
+ Tomcat
+ Installing DBPrism/Cocoon2 on OC4J
+ Installing DBPrism on Cocoon2/OC4J/Linux: Introduction
+ Apache/JServ on NT
+ Resin
+ Parameters
+ Internals
 
+ links
+ Yahoo.groups
+ OTN
+ OSCOM.org
 
Moreover news
+ IBM speeds Java on mainframes (CNET Asia)
+ Middle-aged mainframe converts to Java (ZDNet UK)
+ IBM speeds Java on mainframes (ZDNet)
+ IBM speeds Java on mainframes (CNET)
+ All Buttons (JavaBoutique)
+ Drag-and-Drop Editor Out for Linux Devs (Internet News)
+ Using Program Parameters in Java (JavaBoutique)
+ Sun pledges to cooperate with Microsoft (AP via Seattle Post Intelligencer)
+ Sun pledges to cooperate with Microsoft (Boston Globe)
+ Bitter legal feud ends with payment, Sun cuts 3,300 more jobs (China Post)
+ Sun and Microsoft settle (Chicago Sun-Times)
+ Microsoft to pay $1.6 billion, settle with Sun Microsystems (Baltimore Sun)
+ Visualize Hoovers Data With Anacubis (ResearchBuzz via ResearchBuzz)
+ Sun and BEA advance Java app offerings (Computer Weekly)
+ Sun wants to lift its Java profile (ZDNet UK)
+ 'Smack the Pingu' on Your Mobile Phone! (PA News via The Scotsman Online)
+ Third Generation Mobile Phone Game from Nihon Enterprise (Japan Corp)
+ Comment: Free but shackled - the Java trap (Sydney Morning Herald)
+ Sun plots Java comeback (CNET Asia)
+ Veritas and BEA vow to love Java together (The Register)
+ Microsoft and Sun's settlement will yield web services benefits and support for Java (Computer Weekly)
+ Sun plots Java comeback (CNET)
+ Sun plots Java comeback (ZDNet)
+ Sun enables new wave of mobile Java services (Sunday Times South Africa)
+ Sun Releases Sun Java Studio 6 (Techfocus)
+ Sam Pitrodas Telecom Firm Sets Up India Centre (Financial Express)
+ Multi Player Mobile Gaming (BBC)
+ Combining SOAP and JavaMail (Java Pro)
+ Draw Applet (JavaBoutique)
+ IBM dedicates module to Java on mainframes (CNET)
 
+ OTN News
+ View Live Customer Webcast Demos of Enterprise Manager 10g Grid Control
+ Oracle Database 10g for Windows Now Available for Download
+ Download New Oracle 10g JDBC Drivers
+ JDeveloper 10g Reviewed in Internet.com's Java Boutique
+ Java Developer's Journal Readers Name Oracle Products "Best" in Two Categories
+ New OracleAS Portal Extension for Macromedia Dreamweaver
+ Learn from the Experts During Java Week
+ Download Oracle Database 10g
+ New OracleAS Web Cache How-To Documents
+ Learn About SQL 2003 Support in Oracle Database 10g
+ New: Quick Installation Guide for RAC on Oracle Database 10g SE (Windows)
+ Oracle Forms Diagnostic Techniques
+ Introduction to JavaServer Faces
+ Prepare for Oracle Database 10g
+ New Tutorial: Learn JSP 2.0
+ Learn Best Practices for Consolidating Oracle on Linux Deployments
+ What's New in PL/SQL in Oracle Database 10g?
+ New Oracle 10g JDBC Samples
+ New Tech Tip: Using HttpUnit in Oracle JDeveloper 10g
+ Oracle 10g Supports Microsoft Windows Media Streaming Services and Windows Media File Format (ASF)
+ New Books at Oracle 10g Book Center
+ Tech Tip: Using JSTL SQL in Oracle JDeveloper 10g Preview
+ New Technical Article Series: The Hitchhiker's Guide to PHP
+ New Enterprise Manager 10g Grid Control Hands-on Tutorial
+ OC4J 10g (10.0.3) Developer Preview 2 Now Available
+ Download the New Oracle JDeveloper Application Migration Assistant (AMA) Search Rules for WebLogic Migrations
+ Learn Oracle in 2 Days
+ Download the new Oracle XDK 10g Production Release
+ Explore New JDBC 10g How-To's
+ New Oracle 10g JDBC Sample: CachedRowSet
+ New RowSet Implementation Tutorial Series
+ Download 2003 ODTUG Conference Papers
+ New Tutorial: Understanding TLD Caching in JSPs
+ Deploy the New J2EE 1.4 Adventure Builder Reference Application to OC4J
+ Download New Servlet Advanced Sample Applications
+ New: Oracle XDK 10g Unicode Support and XSLT Extension Sample App
+ New Oracle Application Server ProcessConnect End-to-End Samples
DBPrism at SourceForge
Built with Cocoon2
Documentation
 
DAD setting
Global Section
Name  Values  Default Value  Explanation 
global.flexibleRequest  old|compact  old  Defines which funcionality uses DBPrism for flexible parameter pasing. "old" functionality is compatible with Oracle Web Server 4.x that is, for an url like this: http://www.acme.com/pls/myDAD/!scott.my_pkg.my_proc?x=a&y=b&x=c four parameter will be passed, like theses: num_entries ==> 3 name_array ==> (`x', `y', `x') value_array ==> (`a', `b', `c') reserved ==> (reserved) "compact" functionality is compatible with Oracle mod_plsql for the above url example, the encoded argument will be: name_array ==> (`x', `y', `x') value_array ==> (`a', `b', `c') Note that two arguments of type array will be passed 
Name  Values  Default Value  Explanation 
global.webmaster  Any string with an email address  webmaster@yourdomain.com  Email which is displayed on an error page 
Name  Values  Default Value  Explanation 
global.lang,global.country  String to specify JVM country and language  JVM defaults  These parameters overrides the JVM country and language seeting, note that if you changes these parameters, it will override the JVM default setting affecting other servlet container and in many case this operation is not allowed. Changing these settings affects JDBC conversions such as NLS_NUMERIC setting. 
Name  Values  Default Value  Explanation 
global.behavior  0,1,2  Choose behavior of getServletPath() and getPathInfo() function. This depends on your system, change it if DB Prism doesn't work. This value affect how to DB Prism gets a DAD string, for example the url: http://server:port/servlets/test/pkg.proc?arg1=1&arg2=2 With a value 0 in an Apache Web Server with Jserv 1.1 gets test as DAD string.  
Name  Values  Default Value  Explanation 
global.producerparameter  deprecated  deprecated  deprecated.  
Name  Values  Default Value  Explanation 
global.cacheprocedure  true or false  true  Caching procedures description will increase speed, but can cause problems when procedure description changes, for example, during development proces.  
Name  Values  Default Value  Explanation 
global.compatlist  Blank separated strings  7x 8i lite java  Modes of compatibilty supported by DB Prism. This parameter is according to the list of adapters implemented in DB Prism, also refects how many kind of databases are suported.  
Name  Values  Default Value  Explanation 
factory. dbmode   A class name  No default value  Factory Classes which implements creation objects for each compat modes. If you don't write a new adapter do not modify this lines.  
Name  Values  Default Value  Explanation 
jdbcDriver. dbmode   A class name  No default value  JDBC Driver for each compat modes. If you don't write a new adapter do not modify this lines.  
Name  Values  Default Value  Explanation 
global.contenttype  A valid Content type string for an HTTP response  text/html  Default content type of servlet output. If you want to display non-ascii characters set proper charset here, examples: text/html; charset=iso-8859-2 text/html; charset=utf-8  
Name  Values  Default Value  Explanation 
global.UnauthorizedText  A well formed HTML text  You must be enter DB username and password to access at the system  Text to be sent after SC_UNAUTHORIZED response Tips: to redirect to another page use HTML tag META as showing below Remember used well formed XML tags under Cocoon.  
global.UnauthorizedText=<HTML>\
          <HEAD>\
          <META HTTP-EQUIV="REFRESH" CONTENT="0;URL=/unauthorized.html">\
          </META>\
          </HEAD>\
          <BODY bgcolor="c0c0c0">You must be enter DB username
          and password to access at the system</BODY>\
          </HTML>\
          <!-- Author: Marcelo F. Ochoa (mochoa@ieee.org) -->
Name  Values  Default Value  Explanation 
global.alias  Blank separated strings  No Default value  Connection alias to be recognize, for Oracle Web Server Users is same as PL/SQL agent virtual path For example, in Apache Web Server with Jserv or Tomcat the urls:
http://server:port/servlets/plsql/pkg.proc
http://server:port/servlets/xml/pkg.proc
Sets plsql and xml as dad string, then this values must be exists in the global.alias sring. Work with multiple zones definition in servlet engine. The servlet zones argument must be point to the same properties files and Servlets class See servlet.properties for more details, here an example for the url showed. The second example is routed to the Cocoon main entry point, then Cocoon recognize the producer parameter value and route the request to the DB Prism producer.  
Apache Web server servlets.properties file
servlet.plsql.code=com.prism.ServletWrapper
servlet.xml.code=org.apache.cocoon.Cocoon

servlet.plsql.initArgs=properties=/usr/local/prism/conf/prism.properties
servlet.xml.initArgs=properties=/usr/local/prism/conf/cocoon.properties



Global > DAD > ConnectionCache >
Last Update: 2003-08-07 09:42:01.0| webmaster@dbprism.com.ar
Search | Use AltaVista (TM) query syntax<<
Quick Links<<
(C) 2003 - DBPrism ~ DBPrism CMS | Marcelo F. Ochoa | TANDIL ~ Argentina