Hi

I'm currently got an esql page running with Cocoon2.
But changes in this pages are only recognized after
restarting Tomcat. Is ist possible for developing
xsp-sites to turn off caching?

The Code in the xsp-file looks like this:

<esql:connection>
    
<esql:driver>com.informix.jdbc.IfxDriver</esql:driver>
    
<esql:dburl>jdbc:informix-sqli://paprika:1526/media360:INFORMIXSERVER=ol_paprika</esql:dburl>
     <esql:username>user</esql:username>
     <esql:password>password</esql:password>
     <esql:execute-query>
       <esql:query>select * from
mc_assetmaster</esql:query>
       <esql:results>
                <esql:row-results>
                  <metadata>
                    <id><esql:get-string
column="assetid"/></id>
                    <name><esql:get-string
column="name"/></name>
                    <create><esql:get-string
column="datecreated"/></create>
                    <upd><esql:get-string
column="lastupdated"/></upd>
                    <descr><esql:get-string
column="freetext"/></descr>
                   </metadata>
                </esql:row-results>
                </esql:results>
     </esql:execute-query>
   </esql:connection>

If I add or remove something in this site the changes
want take effect until restarting tomcat.

It would be very kind of you pointing me in the right
direction....

daniel

=====
--------------------------------------------------------
Daniel Pfuhl
mailto:[EMAIL PROTECTED]

__________________________________________________________________
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to