Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Cairlinn

    timer page in jsp

    Is it the buffering that allows the timer page to be displayed from the background processing page. In the background processing page, do I use <@page include=&quot;timer.jsp&quot; buffer=&quot;none&quot;%> then continue the background process code.
  2. Cairlinn

    timer page in jsp

    I would like to have my jsp page call another jsp page to process some data. While this second page is processing the data, how can I send a 'Please wait while processing...' type page (html or jsp) to the browser? Any help or tips would be greatly appreciated
  3. Cairlinn

    deploying test and prod jars on same machine

    App is created in jDeveloper 3.1 and uses jsp's and beans. I use jDeveloper to deploy all the beans into a common jar which I then move to the server. The deployment itself is no problem, the probelm is that I have test and prod versions of jar (differing only in db cxn params). Both named...
  4. Cairlinn

    test and production jars under apache/jserv

    I have test and prod versions of jar (differing only in db cxn params). Both named differently but have same class structure internally. I defined both in jserv.properties. Problem is both test and prod jsp's take which ever jar is defined first. How can I deploy. I read about servlet zones...

Part and Inventory Search

Back
Top